|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transport | |
|---|---|
| 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 | |
|---|---|
class |
AbstractTransport
Abstract Transport. |
| Fields in org.glassfish.grizzly declared as Transport | |
|---|---|
protected Transport |
DefaultProcessorSelector.transport
|
protected Transport |
AbstractSocketConnectorHandler.transport
|
| Methods in org.glassfish.grizzly that return Transport | |
|---|---|
Transport |
Connection.getTransport()
Get the Transport, to which this Connection belongs to. |
| Methods in org.glassfish.grizzly with parameters of type 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,
java.lang.Throwable error)
Method will be called, when error occurs on the Transport. |
void |
TransportProbe.Adapter.onErrorEvent(Transport transport,
java.lang.Throwable error)
Method will be called, when error occurs on the Transport. |
void |
TransportProbe.onPauseEvent(Transport transport)
Method will be called, when the Transport gets paused. |
void |
TransportProbe.Adapter.onPauseEvent(Transport transport)
Method will be called, when the Transport gets 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 gets started. |
void |
TransportProbe.Adapter.onStartEvent(Transport transport)
Method will be called, when the Transport gets started. |
void |
TransportProbe.onStopEvent(Transport transport)
Method will be called, when the Transport gets stopped. |
void |
TransportProbe.Adapter.onStopEvent(Transport transport)
Method will be called, when the Transport gets stopped. |
| Constructors in org.glassfish.grizzly with parameters of type Transport | |
|---|---|
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 | |
|---|---|
protected Filter |
TransportFilter.getTransportFilter0(Transport transport)
Get default Transport specific transport filter. |
| Uses of Transport in org.glassfish.grizzly.nio |
|---|
| Classes in org.glassfish.grizzly.nio that implement Transport | |
|---|---|
class |
NIOTransport
|
| Methods in org.glassfish.grizzly.nio that return Transport | |
|---|---|
Transport |
NIOConnection.getTransport()
|
| Uses of Transport in org.glassfish.grizzly.nio.transport |
|---|
| Classes in org.glassfish.grizzly.nio.transport that implement Transport | |
|---|---|
class |
TCPNIOTransport
TCP Transport NIO implementation |
class |
UDPNIOTransport
UDP NIO transport implementation |
| Uses of Transport in org.glassfish.grizzly.strategies |
|---|
| Methods in org.glassfish.grizzly.strategies with parameters of type Transport | |
|---|---|
ThreadPoolConfig |
WorkerThreadPoolConfigProducer.createDefaultWorkerPoolConfig(Transport transport)
|
ThreadPoolConfig |
SimpleDynamicNIOStrategy.createDefaultWorkerPoolConfig(Transport transport)
|
ThreadPoolConfig |
SameThreadIOStrategy.createDefaultWorkerPoolConfig(Transport transport)
|
ThreadPoolConfig |
AbstractIOStrategy.createDefaultWorkerPoolConfig(Transport transport)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||