Uses of Interface
org.glassfish.grizzly.Reader
Packages that use Reader
Package
Description
-
Uses of Reader in org.glassfish.grizzly
Classes in org.glassfish.grizzly that implement ReaderModifier and TypeClassDescriptionclassAbstract class, which provides transitive dependencies for overloadedReadermethods.Methods in org.glassfish.grizzly that return ReaderModifier and TypeMethodDescriptionTransport.getReader(boolean isBlocking) Get theReaderimplementation, depending on the requested mode.Transport.getReader(Connection connection) Get theReaderto read data from theConnection. -
Uses of Reader in org.glassfish.grizzly.asyncqueue
Subinterfaces of Reader in org.glassfish.grizzly.asyncqueueModifier and TypeInterfaceDescriptioninterfaceTheAsyncQueue, which implements asynchronous read queue. -
Uses of Reader in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement ReaderModifier and TypeClassDescriptionclassTheAsyncQueueReaderimplementation, based on the Java NIO -
Uses of Reader in org.glassfish.grizzly.nio.tmpselectors
Classes in org.glassfish.grizzly.nio.tmpselectors that implement ReaderMethods in org.glassfish.grizzly.nio.tmpselectors that return ReaderConstructors in org.glassfish.grizzly.nio.tmpselectors with parameters of type ReaderModifierConstructorDescriptionTemporarySelectorIO(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 ReaderModifier and TypeClassDescriptionfinal classThe TCP transportAsyncQueueReaderimplementation, based on the Java NIOfinal classfinal classThe UDP transportAsyncQueueReaderimplementation, based on the Java NIOfinal classMethods in org.glassfish.grizzly.nio.transport that return ReaderModifier and TypeMethodDescriptionTCPNIOTransport.getReader(boolean isBlocking) Get theReaderimplementation, depending on the requested mode.TCPNIOTransport.getReader(Connection connection) Get theReaderto read data from theConnection.UDPNIOTransport.getReader(boolean isBlocking) Get theReaderimplementation, depending on the requested mode.UDPNIOTransport.getReader(Connection connection) Get theReaderto read data from theConnection.