Uses of Interface
org.glassfish.grizzly.streams.Input

Packages that use Input
org.glassfish.grizzly.nio.transport   
org.glassfish.grizzly.streams   
 

Uses of Input in org.glassfish.grizzly.nio.transport
 

Classes in org.glassfish.grizzly.nio.transport that implement Input
static class DefaultStreamReader.Input
           
 

Uses of Input in org.glassfish.grizzly.streams
 

Classes in org.glassfish.grizzly.streams that implement Input
 class BufferedInput
           
 class StreamInput
           
 class TransformerInput
           
 

Fields in org.glassfish.grizzly.streams declared as Input
protected  Input AbstractStreamReader.input
           
protected  Input TransformerInput.underlyingInput
           
 

Constructors in org.glassfish.grizzly.streams with parameters of type Input
AbstractStreamReader(Connection connection, Input streamInput)
          Create a new ByteBufferReader.
TransformerInput(Transformer<Buffer,Buffer> transformer, Input underlyingInput, Connection connection)
           
TransformerInput(Transformer<Buffer,Buffer> transformer, Input underlyingInput, MemoryManager memoryManager, AttributeStorage attributeStorage)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.