Uses of Interface
org.glassfish.grizzly.Transport
-
Packages that use Transport Package Description org.glassfish.grizzly org.glassfish.grizzly.filterchain org.glassfish.grizzly.nio org.glassfish.grizzly.nio.transport org.glassfish.grizzly.strategies -
-
Uses of Transport in org.glassfish.grizzly
Classes in org.glassfish.grizzly that implement Transport Modifier and Type Class Description classAbstractTransportAbstractTransport.Fields in org.glassfish.grizzly declared as Transport Modifier and Type Field Description protected TransportAbstractSocketConnectorHandler. transportprotected TransportDefaultProcessorSelector. transportMethods in org.glassfish.grizzly that return Transport Modifier and Type Method Description TransportConnection. getTransport()Get theTransport, to which thisConnectionbelongs to.TransportShutdownContext. getTransport()Methods in org.glassfish.grizzly that return types with arguments of type Transport Modifier and Type Method Description GrizzlyFuture<Transport>Transport. shutdown()Gracefully stops the transport accepting new connections and allows existing work to complete before finalizing the shutdown.GrizzlyFuture<Transport>Transport. shutdown(long gracePeriod, TimeUnit timeUnit)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 Transport Modifier and Type Method Description voidTransportProbe.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 Transport Constructor Description AbstractSocketConnectorHandler(Transport transport)DefaultProcessorSelector(Transport transport) -
Uses of Transport in org.glassfish.grizzly.filterchain
Methods in org.glassfish.grizzly.filterchain with parameters of type Transport Modifier and Type Method Description protected FilterTransportFilter. getTransportFilter0(Transport transport)Get defaultTransportspecific transport filter. -
Uses of Transport in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement Transport Modifier and Type Class Description classNIOTransportFields in org.glassfish.grizzly.nio with type parameters of type Transport Modifier and Type Field Description protected FutureImpl<Transport>NIOTransport. shutdownFutureFuture to control graceful shutdown statusMethods in org.glassfish.grizzly.nio that return Transport Modifier and Type Method Description TransportNIOConnection. getTransport()Methods in org.glassfish.grizzly.nio that return types with arguments of type Transport Modifier and Type Method Description GrizzlyFuture<Transport>NIOTransport. shutdown()GrizzlyFuture<Transport>NIOTransport. shutdown(long gracePeriod, TimeUnit timeUnit)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 Transport Modifier and Type Class Description classTCPNIOTransportTCP Transport NIO implementationclassUDPNIOTransportUDP NIO transport implementation -
Uses of Transport in org.glassfish.grizzly.strategies
Methods in org.glassfish.grizzly.strategies with parameters of type Transport Modifier and Type Method Description ThreadPoolConfigAbstractIOStrategy. createDefaultWorkerPoolConfig(Transport transport)ThreadPoolConfigSameThreadIOStrategy. createDefaultWorkerPoolConfig(Transport transport)ThreadPoolConfigSimpleDynamicNIOStrategy. createDefaultWorkerPoolConfig(Transport transport)ThreadPoolConfigWorkerThreadPoolConfigProducer. createDefaultWorkerPoolConfig(Transport transport)
-