Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.http | |
org.glassfish.grizzly.http.io | |
org.glassfish.grizzly.nio | |
org.glassfish.grizzly.nio.transport | |
org.glassfish.grizzly.spdy |
Modifier and Type | Interface and Description |
---|---|
interface |
Connection<L>
Common interface, which represents any kind of connection.
|
interface |
Writeable<L>
Implementations of this interface are able to write data from a
Buffer . |
Modifier and Type | Method and Description |
---|---|
OutputSink |
HttpContext.getOutputSink() |
Modifier and Type | Method and Description |
---|---|
static HttpContext |
HttpContext.newInstance(AttributeStorage attributeStorage,
OutputSink outputSink,
Closeable closeable,
HttpRequestPacket request) |
Constructor and Description |
---|
HttpContext(AttributeStorage attributeStorage,
OutputSink outputSink,
Closeable closeable,
HttpRequestPacket request) |
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryNIOOutputSink
Adds the ability for binary based
OutputSink s to write a
Buffer instead of having to convert to those types supported by
OutputStream . |
Modifier and Type | Class and Description |
---|---|
class |
NIOOutputStream
Stream implementation for writing binary content to an HTTP user-agent.
|
class |
NIOWriter
Stream implementation for writing character content to an HTTP user-agent.
|
Modifier and Type | Class and Description |
---|---|
class |
NIOConnection
Common
Connection implementation for Java NIO Connections. |
Modifier and Type | Class and Description |
---|---|
class |
TCPNIOConnection
Connection implementation
for the TCPNIOTransport |
class |
TCPNIOServerConnection |
class |
UDPNIOConnection
Connection implementation
for the UDPNIOTransport |
class |
UDPNIOServerConnection
Server
Connection implementation
for the UDPNIOTransport |
Modifier and Type | Class and Description |
---|---|
class |
SpdyStream
The abstraction representing SPDY stream.
|
Copyright © 2015 Oracle Corporation. All rights reserved.