|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
AbstractSocketConnectorHandler.transport
|
protected Transport |
DefaultProcessorSelector.transport
|
| Methods in org.glassfish.grizzly with type parameters of type Transport | ||
|---|---|---|
protected
|
TransportFactory.setupTransport(T transport)
Setup Transport with factory default settings. |
|
| Methods in org.glassfish.grizzly that return Transport | |
|---|---|
Transport |
Connection.getTransport()
Get the Transport, to which this Connection belongs to. |
| 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 |
|---|
| Subinterfaces of Transport in org.glassfish.grizzly.nio | |
|---|---|
interface |
NIOTransport
|
| Classes in org.glassfish.grizzly.nio that implement Transport | |
|---|---|
class |
AbstractNIOTransport
|
| Methods in org.glassfish.grizzly.nio with type parameters of type Transport | ||
|---|---|---|
protected
|
NIOTransportFactory.setupTransport(T transport)
|
|
| Methods in org.glassfish.grizzly.nio that return Transport | |
|---|---|
Transport |
AbstractNIOConnection.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 |
|---|
| Constructors in org.glassfish.grizzly.strategies with parameters of type Transport | |
|---|---|
WorkerThreadStrategy(Transport transport)
|
|
| Uses of Transport in org.glassfish.grizzly.util |
|---|
| Constructors in org.glassfish.grizzly.util with parameters of type Transport | |
|---|---|
WorkerThreadExecutor(Transport transport)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||