Package | Description |
---|---|
org.glassfish.grizzly.nio.transport | |
org.glassfish.grizzly.streams |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultStreamReader.Input |
Modifier and Type | Class and Description |
---|---|
class |
BufferedInput |
class |
StreamInput |
class |
TransformerInput |
Modifier and Type | Field and Description |
---|---|
protected Input |
AbstractStreamReader.input |
protected Input |
TransformerInput.underlyingInput |
Constructor and Description |
---|
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 © 2014 Oracle Corporation. All rights reserved.