| 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 |
AbstractWriter<L>
Abstract class, which provides transitive dependencies for overloaded
Writer methods. |
| Modifier and Type | Method and Description |
|---|---|
Writer |
Transport.getWriter(boolean isBlocking)
Get the
Writer implementation, depending on the requested mode. |
Writer |
Transport.getWriter(Connection connection)
Get the
Writer to write data to the Connection. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncQueueWriter<L>
The
AsyncQueue, which implements asynchronous write queue. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNIOAsyncQueueWriter
The
AsyncQueueWriter implementation, based on the Java NIO |
| Modifier and Type | Class and Description |
|---|---|
class |
TemporarySelectorWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<SocketAddress> |
TemporarySelectorIO.getWriter() |
| 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 |
TCPNIOAsyncQueueWriter
The TCP transport
AsyncQueueWriter implementation, based on
the Java NIO |
class |
TCPNIOTemporarySelectorWriter |
class |
UDPNIOAsyncQueueWriter
The UDP transport
AsyncQueueWriter implementation, based on
the Java NIO |
class |
UDPNIOTemporarySelectorWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer |
UDPNIOTransport.getWriter(boolean isBlocking)
Get the
Writer implementation, depending on the requested mode. |
Writer<SocketAddress> |
TCPNIOTransport.getWriter(boolean isBlocking)
Get the
Writer implementation, depending on the requested mode. |
Writer |
UDPNIOTransport.getWriter(Connection connection)
Get the
Writer to write data to the Connection. |
Writer<SocketAddress> |
TCPNIOTransport.getWriter(Connection connection)
Get the
Writer to write data to the Connection. |
Copyright © 2014 Oracle Corporation. All Rights Reserved.