Uses of Class
com.sun.grizzly.util.InputReader

Packages that use InputReader
com.sun.grizzly   
com.sun.grizzly.arp   
com.sun.grizzly.comet   
com.sun.grizzly.http   
com.sun.grizzly.ssl   
com.sun.grizzly.util   
 

Uses of InputReader in com.sun.grizzly
 

Fields in com.sun.grizzly declared as InputReader
protected  InputReader AbstractConnectorHandler.inputStream
          A blocking InputStream that use a pool of Selector to execute a blocking read operation.
 

Uses of InputReader in com.sun.grizzly.arp
 

Methods in com.sun.grizzly.arp that return InputReader
protected  InputReader AsyncProtocolFilter.createInputReader()
          Creates InputReader
 

Methods in com.sun.grizzly.arp with parameters of type InputReader
protected  void AsyncProtocolFilter.configureInputBuffer(InputReader inputStream, Context context, HttpWorkerThread workerThread)
          Configure InputReader.
 

Uses of InputReader in com.sun.grizzly.comet
 

Subclasses of InputReader in com.sun.grizzly.comet
 class CometInputStream
          Simple InputStream implementation that is backed by a ByteBuffer
 

Uses of InputReader in com.sun.grizzly.http
 

Methods in com.sun.grizzly.http that return InputReader
 InputReader HttpWorkerThread.getInputStream()
           
 

Methods in com.sun.grizzly.http with parameters of type InputReader
protected  void DefaultProtocolFilter.configureInputBuffer(InputReader inputStream, Context context, HttpWorkerThread workerThread)
          Configure InputReader.
 void HttpWorkerThread.setInputStream(InputReader inputStream)
           
 

Uses of InputReader in com.sun.grizzly.ssl
 

Subclasses of InputReader in com.sun.grizzly.ssl
 class SSLAsyncStream
          This class add support for TLS|SSL to a InputReader.
 

Methods in com.sun.grizzly.ssl that return InputReader
protected  InputReader SSLAsyncProtocolFilter.createInputReader()
          Creates InputReader
 

Methods in com.sun.grizzly.ssl with parameters of type InputReader
protected  void SSLAsyncProtocolFilter.configureInputBuffer(InputReader inputStream, Context context, HttpWorkerThread workerThread)
          Configure InputReader.
 

Uses of InputReader in com.sun.grizzly.util
 

Subclasses of InputReader in com.sun.grizzly.util
 class ByteBufferInputStream
          Deprecated. - Use InputReader instead
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.