|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NIOTransport | |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.nio | |
| org.glassfish.grizzly.nio.transport | |
| org.glassfish.grizzly.nio.transport.jmx | |
| Uses of NIOTransport in org.glassfish.grizzly |
|---|
| Fields in org.glassfish.grizzly declared as NIOTransport | |
|---|---|
protected NIOTransport |
NIOTransportBuilder.transport
The NIOTransport implementation. |
| Methods in org.glassfish.grizzly that return NIOTransport | |
|---|---|
NIOTransport |
NIOTransportBuilder.build()
|
| Constructor parameters in org.glassfish.grizzly with type arguments of type NIOTransport | |
|---|---|
NIOTransportBuilder(java.lang.Class<? extends NIOTransport> transportClass,
IOStrategy strategy)
Constructs a new NIOTransport using the given
transportClass and IOStrategy. |
|
| Uses of NIOTransport in org.glassfish.grizzly.nio |
|---|
| Fields in org.glassfish.grizzly.nio declared as NIOTransport | |
|---|---|
protected NIOTransport |
NIOConnection.transport
|
protected NIOTransport |
AbstractNIOConnectionDistributor.transport
|
protected NIOTransport |
AbstractNIOAsyncQueueWriter.transport
|
protected NIOTransport |
AbstractNIOAsyncQueueReader.transport
|
| Methods in org.glassfish.grizzly.nio that return NIOTransport | |
|---|---|
NIOTransport |
SelectorRunner.getTransport()
|
| Methods in org.glassfish.grizzly.nio with parameters of type NIOTransport | |
|---|---|
static SelectorRunner |
SelectorRunner.create(NIOTransport transport)
|
protected static void |
NIOTransport.notifyProbesError(NIOTransport transport,
java.lang.Throwable error)
Notify registered TransportProbes about the error. |
protected static void |
NIOTransport.notifyProbesPause(NIOTransport transport)
Notify registered TransportProbes about the pause event. |
protected static void |
NIOTransport.notifyProbesResume(NIOTransport transport)
Notify registered TransportProbes about the resume event. |
protected static void |
NIOTransport.notifyProbesStart(NIOTransport transport)
Notify registered TransportProbes about the start event. |
protected static void |
NIOTransport.notifyProbesStop(NIOTransport transport)
Notify registered TransportProbes about the stop event. |
| Constructors in org.glassfish.grizzly.nio with parameters of type NIOTransport | |
|---|---|
AbstractNIOAsyncQueueReader(NIOTransport transport)
|
|
AbstractNIOAsyncQueueWriter(NIOTransport transport)
|
|
AbstractNIOConnectionDistributor(NIOTransport transport)
|
|
NIOConnection(NIOTransport transport)
|
|
RoundRobinConnectionDistributor(NIOTransport transport)
|
|
| Uses of NIOTransport in org.glassfish.grizzly.nio.transport |
|---|
| Subclasses of NIOTransport in org.glassfish.grizzly.nio.transport | |
|---|---|
class |
TCPNIOTransport
TCP Transport NIO implementation |
class |
UDPNIOTransport
UDP NIO transport implementation |
| Constructors in org.glassfish.grizzly.nio.transport with parameters of type NIOTransport | |
|---|---|
TCPNIOAsyncQueueReader(NIOTransport transport)
|
|
TCPNIOAsyncQueueWriter(NIOTransport transport)
|
|
UDPNIOAsyncQueueReader(NIOTransport transport)
|
|
UDPNIOAsyncQueueWriter(NIOTransport transport)
|
|
| Uses of NIOTransport in org.glassfish.grizzly.nio.transport.jmx |
|---|
| Fields in org.glassfish.grizzly.nio.transport.jmx declared as NIOTransport | |
|---|---|
protected NIOTransport |
NIOTransport.transport
|
| Constructors in org.glassfish.grizzly.nio.transport.jmx with parameters of type NIOTransport | |
|---|---|
NIOTransport(NIOTransport transport)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||