Package | Description |
---|---|
org.glassfish.grizzly.nio.transport | |
org.glassfish.grizzly.streams |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultStreamWriter.Output |
Modifier and Type | Class and Description |
---|---|
class |
BufferedOutput |
class |
StreamOutput |
class |
TransformerOutput |
Modifier and Type | Field and Description |
---|---|
protected Output |
AbstractStreamWriter.output |
protected Output |
TransformerOutput.underlyingOutput |
Constructor and Description |
---|
AbstractStreamWriter(Connection connection,
Output streamOutput)
Create a new ByteBufferWriter.
|
TransformerOutput(Transformer<Buffer,Buffer> transformer,
Output underlyingOutput,
Connection connection) |
TransformerOutput(Transformer<Buffer,Buffer> transformer,
Output underlyingOutput,
MemoryManager memoryManager,
AttributeStorage attributeStorage) |
Copyright © 2015 Oracle Corporation. All rights reserved.