|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Reader | |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.asyncqueue | |
| org.glassfish.grizzly.nio | |
| org.glassfish.grizzly.nio.tmpselectors | |
| org.glassfish.grizzly.nio.transport | |
| Uses of Reader in org.glassfish.grizzly |
|---|
| Classes in org.glassfish.grizzly that implement Reader | |
|---|---|
class |
AbstractReader<L>
Abstract class, which provides transitive dependencies for overloaded Reader methods. |
| Methods in org.glassfish.grizzly that return Reader | |
|---|---|
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. |
| Uses of Reader in org.glassfish.grizzly.asyncqueue |
|---|
| Subinterfaces of Reader in org.glassfish.grizzly.asyncqueue | |
|---|---|
interface |
AsyncQueueReader<L>
The AsyncQueue, which implements asynchronous read queue. |
| Uses of Reader in org.glassfish.grizzly.nio |
|---|
| Classes in org.glassfish.grizzly.nio that implement Reader | |
|---|---|
class |
AbstractNIOAsyncQueueReader
The AsyncQueueReader implementation, based on the Java NIO |
| Uses of Reader in org.glassfish.grizzly.nio.tmpselectors |
|---|
| Classes in org.glassfish.grizzly.nio.tmpselectors that implement Reader | |
|---|---|
class |
TemporarySelectorReader
|
| Methods in org.glassfish.grizzly.nio.tmpselectors that return Reader | |
|---|---|
Reader<java.net.SocketAddress> |
TemporarySelectorIO.getReader()
|
| Constructors in org.glassfish.grizzly.nio.tmpselectors with parameters of type Reader | |
|---|---|
TemporarySelectorIO(Reader<java.net.SocketAddress> reader,
Writer<java.net.SocketAddress> writer)
|
|
TemporarySelectorIO(Reader<java.net.SocketAddress> reader,
Writer<java.net.SocketAddress> writer,
TemporarySelectorPool selectorPool)
|
|
| Uses of Reader in org.glassfish.grizzly.nio.transport |
|---|
| Classes in org.glassfish.grizzly.nio.transport that implement Reader | |
|---|---|
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
|
| Methods in org.glassfish.grizzly.nio.transport that return Reader | |
|---|---|
Reader |
UDPNIOTransport.getReader(boolean isBlocking)
Get the Reader implementation, depending on the requested mode. |
Reader<java.net.SocketAddress> |
TCPNIOTransport.getReader(boolean isBlocking)
Get the Reader implementation, depending on the requested mode. |
Reader |
UDPNIOTransport.getReader(Connection connection)
Get the Reader to read data from the Connection. |
Reader<java.net.SocketAddress> |
TCPNIOTransport.getReader(Connection connection)
Get the Reader to read data from the Connection. |
| Constructors in org.glassfish.grizzly.nio.transport with parameters of type Reader | |
|---|---|
UDPTemporarySelectorIO(Reader<java.net.SocketAddress> reader,
Writer<java.net.SocketAddress> writer)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||