Uses of Interface
org.glassfish.grizzly.Reader
-
Packages that use Reader Package Description 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 Modifier and Type Class Description classAbstractReader<L>Abstract class, which provides transitive dependencies for overloadedReadermethods.Methods in org.glassfish.grizzly that return Reader Modifier and Type Method Description ReaderTransport. getReader(boolean isBlocking)Get theReaderimplementation, depending on the requested mode.ReaderTransport. getReader(Connection connection)Get theReaderto read data from theConnection. -
Uses of Reader in org.glassfish.grizzly.asyncqueue
Subinterfaces of Reader in org.glassfish.grizzly.asyncqueue Modifier and Type Interface Description interfaceAsyncQueueReader<L>TheAsyncQueue, which implements asynchronous read queue. -
Uses of Reader in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement Reader Modifier and Type Class Description classAbstractNIOAsyncQueueReaderTheAsyncQueueReaderimplementation, based on the Java NIO -
Uses of Reader in org.glassfish.grizzly.nio.tmpselectors
Classes in org.glassfish.grizzly.nio.tmpselectors that implement Reader Modifier and Type Class Description classTemporarySelectorReaderMethods in org.glassfish.grizzly.nio.tmpselectors that return Reader Modifier and Type Method Description Reader<SocketAddress>TemporarySelectorIO. getReader()Constructors in org.glassfish.grizzly.nio.tmpselectors with parameters of type Reader Constructor Description TemporarySelectorIO(Reader<SocketAddress> reader, Writer<SocketAddress> writer)TemporarySelectorIO(Reader<SocketAddress> reader, Writer<SocketAddress> writer, TemporarySelectorPool selectorPool) -
Uses of Reader in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement Reader Modifier and Type Class Description classTCPNIOAsyncQueueReaderThe TCP transportAsyncQueueReaderimplementation, based on the Java NIOclassTCPNIOTemporarySelectorReaderclassUDPNIOAsyncQueueReaderThe UDP transportAsyncQueueReaderimplementation, based on the Java NIOclassUDPNIOTemporarySelectorReaderMethods in org.glassfish.grizzly.nio.transport that return Reader Modifier and Type Method Description Reader<SocketAddress>TCPNIOTransport. getReader(boolean isBlocking)Get theReaderimplementation, depending on the requested mode.Reader<SocketAddress>TCPNIOTransport. getReader(Connection connection)Get theReaderto read data from theConnection.ReaderUDPNIOTransport. getReader(boolean isBlocking)Get theReaderimplementation, depending on the requested mode.ReaderUDPNIOTransport. getReader(Connection connection)Get theReaderto read data from theConnection.
-