Uses of Class
org.glassfish.grizzly.nio.NIOTransport
-
Packages that use NIOTransport Package Description org.glassfish.grizzly org.glassfish.grizzly.nio org.glassfish.grizzly.nio.transport -
-
Uses of NIOTransport in org.glassfish.grizzly
Fields in org.glassfish.grizzly declared as NIOTransport Modifier and Type Field Description protected NIOTransportAbstractBindingHandler. transportFields in org.glassfish.grizzly with type parameters of type NIOTransport Modifier and Type Field Description protected Class<? extends NIOTransport>NIOTransportBuilder. transportClassMethods in org.glassfish.grizzly that return NIOTransport Modifier and Type Method Description NIOTransportNIOTransportBuilder. build()protected abstract NIOTransportNIOTransportBuilder. create(String name)Constructors in org.glassfish.grizzly with parameters of type NIOTransport Constructor Description AbstractBindingHandler(NIOTransport transport)Constructor parameters in org.glassfish.grizzly with type arguments of type NIOTransport Constructor Description NIOTransportBuilder(Class<? extends NIOTransport> transportClass) -
Uses of NIOTransport in org.glassfish.grizzly.nio
Fields in org.glassfish.grizzly.nio declared as NIOTransport Modifier and Type Field Description protected NIOTransportAbstractNIOAsyncQueueReader. transportprotected NIOTransportAbstractNIOAsyncQueueWriter. transportprotected NIOTransportAbstractNIOConnectionDistributor. transportprotected NIOTransportNIOConnection. transportMethods in org.glassfish.grizzly.nio that return NIOTransport Modifier and Type Method Description NIOTransportSelectorRunner. getTransport()Methods in org.glassfish.grizzly.nio with parameters of type NIOTransport Modifier and Type Method Description static SelectorRunnerSelectorRunner. create(NIOTransport transport)protected static voidNIOTransport. notifyProbesError(NIOTransport transport, Throwable error)Notify registeredTransportProbes about the error.protected static voidNIOTransport. notifyProbesPause(NIOTransport transport)Notify registeredTransportProbes about the pause event.protected static voidNIOTransport. notifyProbesResume(NIOTransport transport)Notify registeredTransportProbes about the resume event.protected static voidNIOTransport. notifyProbesStart(NIOTransport transport)Notify registeredTransportProbes about the start event.protected static voidNIOTransport. notifyProbesStop(NIOTransport transport)Notify registeredTransportProbes about the stop event.voidChannelConfigurator. postConfigure(NIOTransport transport, SelectableChannel channel)This method is called by aNIOTransportto configure newly createdSelectableChannelonce it's been connected/accepted and become ready to use.voidChannelConfigurator. preConfigure(NIOTransport transport, SelectableChannel channel)This method is called by aNIOTransportto configure newly createdSelectableChannelat the very early stage, right after the object has been created.Constructors in org.glassfish.grizzly.nio with parameters of type NIOTransport Constructor Description AbstractNIOAsyncQueueReader(NIOTransport transport)AbstractNIOAsyncQueueWriter(NIOTransport transport)AbstractNIOConnectionDistributor(NIOTransport transport)NIOConnection(NIOTransport transport)RoundRobinConnectionDistributor(NIOTransport transport)RoundRobinConnectionDistributor(NIOTransport transport, boolean useDedicatedAcceptor)RoundRobinConnectionDistributor(NIOTransport transport, boolean useDedicatedAcceptor, boolean isServerOnly)Constructs RoundRobinConnectionDistributor with the given configuration. -
Uses of NIOTransport in org.glassfish.grizzly.nio.transport
Subclasses of NIOTransport in org.glassfish.grizzly.nio.transport Modifier and Type Class Description classTCPNIOTransportTCP Transport NIO implementationclassUDPNIOTransportUDP NIO transport implementationMethods in org.glassfish.grizzly.nio.transport that return NIOTransport Modifier and Type Method Description protected NIOTransportTCPNIOTransportBuilder. create(String name)protected NIOTransportUDPNIOTransportBuilder. create(String name)Constructors in org.glassfish.grizzly.nio.transport with parameters of type NIOTransport Constructor Description TCPNIOAsyncQueueReader(NIOTransport transport)TCPNIOAsyncQueueWriter(NIOTransport transport)UDPNIOAsyncQueueReader(NIOTransport transport)UDPNIOAsyncQueueWriter(NIOTransport transport)
-