Uses of Class
org.glassfish.grizzly.nio.NIOTransport
Packages that use NIOTransport
Package
Description
-
Uses of NIOTransport in org.glassfish.grizzly
Fields in org.glassfish.grizzly declared as NIOTransportFields in org.glassfish.grizzly with type parameters of type NIOTransportModifier and TypeFieldDescriptionprotected final Class<? extends NIOTransport>NIOTransportBuilder.transportClassMethods in org.glassfish.grizzly that return NIOTransportConstructors in org.glassfish.grizzly with parameters of type NIOTransportConstructor parameters in org.glassfish.grizzly with type arguments of type NIOTransportModifierConstructorDescriptionprotectedNIOTransportBuilder(Class<? extends NIOTransport> transportClass) -
Uses of NIOTransport in org.glassfish.grizzly.nio
Fields in org.glassfish.grizzly.nio declared as NIOTransportModifier and TypeFieldDescriptionprotected final NIOTransportAbstractNIOAsyncQueueReader.transportprotected final NIOTransportAbstractNIOAsyncQueueWriter.transportprotected final NIOTransportAbstractNIOConnectionDistributor.transportprotected final NIOTransportNIOConnection.transportMethods in org.glassfish.grizzly.nio that return NIOTransportMethods in org.glassfish.grizzly.nio with parameters of type NIOTransportModifier and TypeMethodDescriptionstatic 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 NIOTransportModifierConstructorDescriptionAbstractNIOAsyncQueueReader(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.transportModifier and TypeClassDescriptionfinal classTCP Transport NIO implementationfinal classUDP NIO transport implementationMethods in org.glassfish.grizzly.nio.transport that return NIOTransportConstructors in org.glassfish.grizzly.nio.transport with parameters of type NIOTransportModifierConstructorDescriptionTCPNIOAsyncQueueReader(NIOTransport transport) TCPNIOAsyncQueueWriter(NIOTransport transport) UDPNIOAsyncQueueReader(NIOTransport transport) UDPNIOAsyncQueueWriter(NIOTransport transport)