Uses of Interface
org.glassfish.grizzly.SocketBinder
-
Packages that use SocketBinder Package Description org.glassfish.grizzly org.glassfish.grizzly.nio org.glassfish.grizzly.nio.transport -
-
Uses of SocketBinder in org.glassfish.grizzly
Classes in org.glassfish.grizzly that implement SocketBinder Modifier and Type Class Description classAbstractBindingHandler -
Uses of SocketBinder in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement SocketBinder Modifier and Type Class Description classNIOTransport -
Uses of SocketBinder in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement SocketBinder Modifier and Type Class Description classTCPNIOBindingHandlerThis class may be used to apply a customProcessorand/orProcessorSelectoratomically within a bind operation - not something that can normally be done using theTCPNIOTransportalone.classTCPNIOTransportTCP Transport NIO implementationclassUDPNIOBindingHandlerThis class may be used to apply a customProcessorand/orProcessorSelectoratomically within a bind operation - not something that can normally be done using theUDPNIOTransportalone.classUDPNIOTransportUDP NIO transport implementation
-