|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NIOConnection | |
|---|---|
| org.glassfish.grizzly.nio | |
| org.glassfish.grizzly.nio.transport | |
| Uses of NIOConnection in org.glassfish.grizzly.nio |
|---|
| Classes in org.glassfish.grizzly.nio that implement NIOConnection | |
|---|---|
class |
AbstractNIOConnection
Common Connection implementation for Java NIO Connections. |
| Methods in org.glassfish.grizzly.nio that return NIOConnection | |
|---|---|
NIOConnection |
DefaultSelectionKeyHandler.getConnectionForKey(SelectionKey selectionKey)
|
NIOConnection |
SelectionKeyHandler.getConnectionForKey(SelectionKey selectionKey)
|
| Methods in org.glassfish.grizzly.nio with parameters of type NIOConnection | |
|---|---|
void |
DefaultSelectionKeyHandler.setConnectionForKey(NIOConnection connection,
SelectionKey selectionKey)
|
void |
SelectionKeyHandler.setConnectionForKey(NIOConnection connection,
SelectionKey selectionKey)
|
| Uses of NIOConnection in org.glassfish.grizzly.nio.transport |
|---|
| Classes in org.glassfish.grizzly.nio.transport that implement NIOConnection | |
|---|---|
class |
TCPNIOConnection
Connection implementation
for the TCPNIOTransport |
class |
TCPNIOServerConnection
|
class |
UDPNIOConnection
Connection implementation
for the UDPNIOTransport |
class |
UDPNIOServerConnection
Server Connection implementation
for the UDPNIOTransport |
| Methods in org.glassfish.grizzly.nio.transport that return NIOConnection | |
|---|---|
protected NIOConnection |
UDPNIOTransport.obtainNIOConnection(DatagramChannel channel)
|
protected NIOConnection |
TCPNIOTransport.obtainNIOConnection(SocketChannel channel)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||