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

Packages that use ByteBufferInputStream
com.sun.grizzly   
com.sun.grizzly.arp   
com.sun.grizzly.comet   
com.sun.grizzly.http   
com.sun.grizzly.ssl   
 

Uses of ByteBufferInputStream in com.sun.grizzly
 

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

Uses of ByteBufferInputStream in com.sun.grizzly.arp
 

Methods in com.sun.grizzly.arp that return ByteBufferInputStream
protected  ByteBufferInputStream AsyncProtocolFilter.createByteBufferInputStream()
          Creates ByteBufferInputStream
 

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

Uses of ByteBufferInputStream in com.sun.grizzly.comet
 

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

Uses of ByteBufferInputStream in com.sun.grizzly.http
 

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

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

Uses of ByteBufferInputStream in com.sun.grizzly.ssl
 

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

Methods in com.sun.grizzly.ssl that return ByteBufferInputStream
protected  ByteBufferInputStream SSLAsyncProtocolFilter.createByteBufferInputStream()
          Creates ByteBufferInputStream
 

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



Copyright © 2008 SUN Microsystems. All Rights Reserved.