| Package | Description |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.nio | |
| org.glassfish.grizzly.nio.transport | |
| org.glassfish.grizzly.nio.transport.jmx |
| Modifier and Type | Field and Description |
|---|---|
protected NIOTransport |
NIOTransportBuilder.transport
The
NIOTransport implementation. |
protected NIOTransport |
AbstractBindingHandler.transport |
| Modifier and Type | Method and Description |
|---|---|
NIOTransport |
NIOTransportBuilder.build() |
| Constructor and Description |
|---|
AbstractBindingHandler(NIOTransport transport) |
| Constructor and Description |
|---|
NIOTransportBuilder(Class<? extends NIOTransport> transportClass,
IOStrategy strategy)
|
| Modifier and Type | Field and Description |
|---|---|
protected NIOTransport |
NIOConnection.transport |
protected NIOTransport |
AbstractNIOConnectionDistributor.transport |
protected NIOTransport |
AbstractNIOAsyncQueueWriter.transport |
protected NIOTransport |
AbstractNIOAsyncQueueReader.transport |
| Modifier and Type | Method and Description |
|---|---|
NIOTransport |
SelectorRunner.getTransport() |
| Modifier and Type | Method and Description |
|---|---|
static SelectorRunner |
SelectorRunner.create(NIOTransport transport) |
protected static void |
NIOTransport.notifyProbesError(NIOTransport transport,
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. |
| Constructor and Description |
|---|
AbstractNIOAsyncQueueReader(NIOTransport transport) |
AbstractNIOAsyncQueueWriter(NIOTransport transport) |
AbstractNIOConnectionDistributor(NIOTransport transport) |
NIOConnection(NIOTransport transport) |
RoundRobinConnectionDistributor(NIOTransport transport) |
| Modifier and Type | Class and Description |
|---|---|
class |
TCPNIOTransport
TCP Transport NIO implementation
|
class |
UDPNIOTransport
UDP NIO transport implementation
|
| Constructor and Description |
|---|
TCPNIOAsyncQueueReader(NIOTransport transport) |
TCPNIOAsyncQueueWriter(NIOTransport transport) |
UDPNIOAsyncQueueReader(NIOTransport transport) |
UDPNIOAsyncQueueWriter(NIOTransport transport) |
| Modifier and Type | Field and Description |
|---|---|
protected NIOTransport |
NIOTransport.transport |
| Constructor and Description |
|---|
NIOTransport(NIOTransport transport) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.