Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.nio.transport | |
org.glassfish.grizzly.ssl | |
org.glassfish.grizzly.streams |
Modifier and Type | Method and Description |
---|---|
StreamWriter |
StandaloneProcessor.getStreamWriter(Connection connection)
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultStreamWriter |
Modifier and Type | Class and Description |
---|---|
class |
SSLStreamWriter
SSL aware
StreamWriter implementation, which work like a wrapper over
existing StreamWriter . |
Constructor and Description |
---|
SSLHandshakeCondition(StreamReader streamReader,
StreamWriter streamWriter,
SSLEngineConfigurator configurator,
SSLEngine sslEngine,
SSLStreamWriter.HandshakeCompletionHandler completionHandler) |
SSLStreamWriter(StreamWriter underlyingWriter) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStreamWriter
Write the primitive Java type to the current ByteBuffer.
|
class |
TransformerStreamWriter |
Constructor and Description |
---|
StreamOutput(StreamWriter streamWriter) |
TransformerStreamWriter(StreamWriter underlyingStream,
Transformer<Buffer,Buffer> transformer) |
Copyright © 2015 Oracle Corporation. All rights reserved.