Uses of Class
org.glassfish.grizzly.Transport.IOEventReg

Packages that use Transport.IOEventReg
org.glassfish.grizzly   
org.glassfish.grizzly.nio.transport   
 

Uses of Transport.IOEventReg in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly that return Transport.IOEventReg
 Transport.IOEventReg Transport.fireIOEvent(IOEvent ioEvent, Connection connection, IOEventProcessingHandler processingHandler)
          Fires specific IOEvent on the Connection
static Transport.IOEventReg Transport.IOEventReg.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Transport.IOEventReg[] Transport.IOEventReg.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Transport.IOEventReg in org.glassfish.grizzly.nio.transport
 

Methods in org.glassfish.grizzly.nio.transport that return Transport.IOEventReg
 Transport.IOEventReg UDPNIOTransport.fireIOEvent(IOEvent ioEvent, Connection connection, IOEventProcessingHandler processingHandler)
           
 Transport.IOEventReg TCPNIOTransport.fireIOEvent(IOEvent ioEvent, Connection connection, IOEventProcessingHandler processingHandler)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.