Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.http | |
org.glassfish.grizzly.nio | |
org.glassfish.grizzly.nio.transport |
Modifier and Type | Interface and Description |
---|---|
interface |
CloseListener<T extends Closeable,C extends ICloseType>
The listener, which is used to be notified, when Connection gets closed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Connection<L>
Common interface, which represents any kind of connection.
|
Modifier and Type | Method and Description |
---|---|
GrizzlyFuture<Closeable> |
Connection.close()
Close the
Connection |
GrizzlyFuture<Closeable> |
Closeable.close()
Closes this stream and releases any system resources associated
with it.
|
Modifier and Type | Method and Description |
---|---|
void |
Connection.close(CompletionHandler<Closeable> completionHandler)
Close the
Connection |
void |
Closeable.close(CompletionHandler<Closeable> completionHandler)
Closes this stream and releases any system resources associated
with it.
|
Modifier and Type | Method and Description |
---|---|
Closeable |
HttpContext.getCloseable() |
Modifier and Type | Method and Description |
---|---|
static HttpContext |
HttpContext.newInstance(FilterChainContext ctx,
AttributeStorage attributeStorage,
OutputSink outputSink,
Closeable closeable) |
Constructor and Description |
---|
HttpContext(AttributeStorage attributeStorage,
OutputSink outputSink,
Closeable closeable) |
Modifier and Type | Class and Description |
---|---|
class |
NIOConnection
Common
Connection implementation for Java NIO Connections. |
Modifier and Type | Method and Description |
---|---|
GrizzlyFuture<Closeable> |
NIOConnection.close() |
Modifier and Type | Method and Description |
---|---|
void |
NIOConnection.close(CompletionHandler<Closeable> completionHandler) |
protected void |
NIOConnection.close0(CompletionHandler<Closeable> completionHandler,
boolean isClosedLocally) |
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 | Method and Description |
---|---|
void |
UDPNIOServerConnection.close(CompletionHandler<Closeable> completionHandler) |
protected void |
TCPNIOConnection.close0(CompletionHandler<Closeable> completionHandler,
boolean isClosedLocally) |
void |
UDPNIOServerConnection.unbind(CompletionHandler<Closeable> completionHandler) |
Copyright © 2014 Oracle Corporation. All rights reserved.