Modifier and Type | Class and Description |
---|---|
class |
AbstractTransport
Abstract
Transport . |
Modifier and Type | Field and Description |
---|---|
protected Transport |
DefaultProcessorSelector.transport |
protected Transport |
AbstractSocketConnectorHandler.transport |
Modifier and Type | Method and Description |
---|---|
Transport |
Connection.getTransport()
Get the
Transport , to which this Connection belongs to. |
Transport |
ShutdownContext.getTransport() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
TransportProbe.onBeforePauseEvent(Transport transport)
Method will be called before pausing the
Transport . |
void |
TransportProbe.Adapter.onBeforePauseEvent(Transport transport)
Method will be called before pausing the
Transport . |
void |
TransportProbe.onBeforeResumeEvent(Transport transport)
Method will be called before resuming the
Transport . |
void |
TransportProbe.Adapter.onBeforeResumeEvent(Transport transport)
Method will be called before resuming the
Transport . |
void |
TransportProbe.onBeforeStartEvent(Transport transport)
Method will be called before starting the
Transport . |
void |
TransportProbe.Adapter.onBeforeStartEvent(Transport transport)
Method will be called before starting the
Transport . |
void |
TransportProbe.onBeforeStopEvent(Transport transport)
Method will be called before stopping the
Transport . |
void |
TransportProbe.Adapter.onBeforeStopEvent(Transport transport)
Method will be called before stopping the
Transport . |
void |
TransportProbe.onConfigChangeEvent(Transport transport)
Method will be called, when the
Transport configuration gets changed. |
void |
TransportProbe.Adapter.onConfigChangeEvent(Transport transport)
Method will be called, when the
Transport configuration gets changed. |
void |
TransportProbe.onErrorEvent(Transport transport,
Throwable error)
Method will be called, when error occurs on the
Transport . |
void |
TransportProbe.Adapter.onErrorEvent(Transport transport,
Throwable error)
Method will be called, when error occurs on the
Transport . |
void |
TransportProbe.onPauseEvent(Transport transport)
Method will be called when the
Transport is paused. |
void |
TransportProbe.Adapter.onPauseEvent(Transport transport)
Method will be called when the
Transport is paused. |
void |
TransportProbe.onResumeEvent(Transport transport)
Method will be called, when the
Transport gets resumed. |
void |
TransportProbe.Adapter.onResumeEvent(Transport transport)
Method will be called, when the
Transport gets resumed. |
void |
TransportProbe.onStartEvent(Transport transport)
Method will be called when the
Transport has been started. |
void |
TransportProbe.Adapter.onStartEvent(Transport transport)
Method will be called when the
Transport has been started. |
void |
TransportProbe.onStopEvent(Transport transport)
Method will be called when the
Transport has been stopped. |
void |
TransportProbe.Adapter.onStopEvent(Transport transport)
Method will be called when the
Transport has been stopped. |
Constructor and Description |
---|
AbstractSocketConnectorHandler(Transport transport) |
DefaultProcessorSelector(Transport transport) |
Modifier and Type | Method and Description |
---|---|
protected Filter |
TransportFilter.getTransportFilter0(Transport transport)
Get default
Transport specific transport filter. |
Modifier and Type | Class and Description |
---|---|
class |
NIOTransport |
Modifier and Type | Field and Description |
---|---|
protected FutureImpl<Transport> |
NIOTransport.shutdownFuture
Future to control graceful shutdown status
|
Modifier and Type | Method and Description |
---|---|
Transport |
NIOConnection.getTransport() |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
TCPNIOTransport
TCP Transport NIO implementation
|
class |
UDPNIOTransport
UDP NIO transport implementation
|
Modifier and Type | Method and Description |
---|---|
void |
NextProtoNegSupport.setClientSideNegotiator(Transport transport,
org.glassfish.grizzly.npn.ClientSideNegotiator negotiator) |
void |
NextProtoNegSupport.setServerSideNegotiator(Transport transport,
org.glassfish.grizzly.npn.ServerSideNegotiator negotiator) |
Modifier and Type | Method and Description |
---|---|
ThreadPoolConfig |
SimpleDynamicNIOStrategy.createDefaultWorkerPoolConfig(Transport transport) |
ThreadPoolConfig |
SameThreadIOStrategy.createDefaultWorkerPoolConfig(Transport transport) |
ThreadPoolConfig |
AbstractIOStrategy.createDefaultWorkerPoolConfig(Transport transport) |
ThreadPoolConfig |
WorkerThreadPoolConfigProducer.createDefaultWorkerPoolConfig(Transport transport) |
Copyright © 2015 Oracle Corporation. All rights reserved.