Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.asyncqueue | |
org.glassfish.grizzly.nio | |
org.glassfish.grizzly.nio.tmpselectors | |
org.glassfish.grizzly.nio.transport |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReader<L>
Abstract class, which provides transitive dependencies for overloaded
Reader methods. |
Modifier and Type | Method and Description |
---|---|
Reader |
Transport.getReader(boolean isBlocking)
Get the
Reader implementation, depending on the requested mode. |
Reader |
Transport.getReader(Connection connection)
Get the
Reader to read data from the Connection . |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncQueueReader<L>
The
AsyncQueue , which implements asynchronous read queue. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNIOAsyncQueueReader
The
AsyncQueueReader implementation, based on the Java NIO |
Modifier and Type | Class and Description |
---|---|
class |
TemporarySelectorReader |
Modifier and Type | Method and Description |
---|---|
Reader<SocketAddress> |
TemporarySelectorIO.getReader() |
Constructor and Description |
---|
TemporarySelectorIO(Reader<SocketAddress> reader,
Writer<SocketAddress> writer) |
TemporarySelectorIO(Reader<SocketAddress> reader,
Writer<SocketAddress> writer,
TemporarySelectorPool selectorPool) |
Modifier and Type | Class and Description |
---|---|
class |
TCPNIOAsyncQueueReader
The TCP transport
AsyncQueueReader implementation, based on
the Java NIO |
class |
TCPNIOTemporarySelectorReader |
class |
UDPNIOAsyncQueueReader
The UDP transport
AsyncQueueReader implementation, based on
the Java NIO |
class |
UDPNIOTemporarySelectorReader |
Modifier and Type | Method and Description |
---|---|
Reader<SocketAddress> |
TCPNIOTransport.getReader(boolean isBlocking)
Get the
Reader implementation, depending on the requested mode. |
Reader |
UDPNIOTransport.getReader(boolean isBlocking)
Get the
Reader implementation, depending on the requested mode. |
Reader<SocketAddress> |
TCPNIOTransport.getReader(Connection connection)
Get the
Reader to read data from the Connection . |
Reader |
UDPNIOTransport.getReader(Connection connection)
Get the
Reader to read data from the Connection . |
Copyright © 2015 Oracle Corporation. All rights reserved.