Uses of Interface
org.glassfish.grizzly.Transport
Packages that use Transport
Package
Description
-
Uses of Transport in org.glassfish.grizzly
Classes in org.glassfish.grizzly that implement TransportFields in org.glassfish.grizzly declared as TransportModifier and TypeFieldDescriptionprotected final TransportAbstractSocketConnectorHandler.transportprotected final TransportDefaultProcessorSelector.transportMethods in org.glassfish.grizzly that return TransportModifier and TypeMethodDescriptionConnection.getTransport()Get theTransport, to which thisConnectionbelongs to.ShutdownContext.getTransport()Methods in org.glassfish.grizzly that return types with arguments of type TransportModifier and TypeMethodDescriptionTransport.shutdown()Gracefully stops the transport accepting new connections and allows existing work to complete before finalizing the shutdown.Gracefully stops the transport accepting new connections and allows existing work to complete before finalizing the shutdown.Methods in org.glassfish.grizzly with parameters of type TransportModifier and TypeMethodDescriptionvoidTransportProbe.Adapter.onBeforePauseEvent(Transport transport) Method will be called before pausing theTransport.voidTransportProbe.onBeforePauseEvent(Transport transport) Method will be called before pausing theTransport.voidTransportProbe.Adapter.onBeforeResumeEvent(Transport transport) Method will be called before resuming theTransport.voidTransportProbe.onBeforeResumeEvent(Transport transport) Method will be called before resuming theTransport.voidTransportProbe.Adapter.onBeforeStartEvent(Transport transport) Method will be called before starting theTransport.voidTransportProbe.onBeforeStartEvent(Transport transport) Method will be called before starting theTransport.voidTransportProbe.Adapter.onBeforeStopEvent(Transport transport) Method will be called before stopping theTransport.voidTransportProbe.onBeforeStopEvent(Transport transport) Method will be called before stopping theTransport.voidTransportProbe.Adapter.onConfigChangeEvent(Transport transport) Method will be called, when theTransportconfiguration gets changed.voidTransportProbe.onConfigChangeEvent(Transport transport) Method will be called, when theTransportconfiguration gets changed.voidTransportProbe.Adapter.onErrorEvent(Transport transport, Throwable error) Method will be called, when error occurs on theTransport.voidTransportProbe.onErrorEvent(Transport transport, Throwable error) Method will be called, when error occurs on theTransport.voidTransportProbe.Adapter.onPauseEvent(Transport transport) Method will be called when theTransportis paused.voidTransportProbe.onPauseEvent(Transport transport) Method will be called when theTransportis paused.voidTransportProbe.Adapter.onResumeEvent(Transport transport) Method will be called, when theTransportgets resumed.voidTransportProbe.onResumeEvent(Transport transport) Method will be called, when theTransportgets resumed.voidTransportProbe.Adapter.onStartEvent(Transport transport) Method will be called when theTransporthas been started.voidTransportProbe.onStartEvent(Transport transport) Method will be called when theTransporthas been started.voidTransportProbe.Adapter.onStopEvent(Transport transport) Method will be called when theTransporthas been stopped.voidTransportProbe.onStopEvent(Transport transport) Method will be called when theTransporthas been stopped.Constructors in org.glassfish.grizzly with parameters of type TransportModifierConstructorDescriptionAbstractSocketConnectorHandler(Transport transport) DefaultProcessorSelector(Transport transport) -
Uses of Transport in org.glassfish.grizzly.filterchain
Methods in org.glassfish.grizzly.filterchain with parameters of type TransportModifier and TypeMethodDescriptionprotected FilterTransportFilter.getTransportFilter0(Transport transport) Get defaultTransportspecific transport filter. -
Uses of Transport in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement TransportFields in org.glassfish.grizzly.nio with type parameters of type TransportModifier and TypeFieldDescriptionprotected FutureImpl<Transport>NIOTransport.shutdownFutureFuture to control graceful shutdown statusMethods in org.glassfish.grizzly.nio that return TransportMethods in org.glassfish.grizzly.nio that return types with arguments of type TransportModifier and TypeMethodDescriptionNIOTransport.shutdown()Gracefully stops the transport accepting new connections and allows existing work to complete before finalizing the shutdown. -
Uses of Transport in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement TransportModifier and TypeClassDescriptionfinal classTCP Transport NIO implementationfinal classUDP NIO transport implementation -
Uses of Transport in org.glassfish.grizzly.strategies
Methods in org.glassfish.grizzly.strategies with parameters of type TransportModifier and TypeMethodDescriptionAbstractIOStrategy.createDefaultWorkerPoolConfig(Transport transport) SameThreadIOStrategy.createDefaultWorkerPoolConfig(Transport transport) SimpleDynamicNIOStrategy.createDefaultWorkerPoolConfig(Transport transport) WorkerThreadPoolConfigProducer.createDefaultWorkerPoolConfig(Transport transport)