| Package | Description |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.nio | |
| org.glassfish.grizzly.nio.transport |
| 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 | 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 |
Copyright © 2013 Oracle Corporation. All Rights Reserved.