Package | Description |
---|---|
org.glassfish.grizzly.nio.transport | |
org.glassfish.grizzly.samples.udpmulticast |
Modifier and Type | Class and Description |
---|---|
class |
UDPNIOServerConnection
Server
Connection implementation
for the UDPNIOTransport |
Modifier and Type | Method and Description |
---|---|
int |
UDPNIOTransport.read(UDPNIOConnection connection,
Buffer buffer) |
int |
UDPNIOTransport.read(UDPNIOConnection connection,
Buffer buffer,
ReadResult<Buffer,SocketAddress> currentResult) |
long |
UDPNIOTransport.write(UDPNIOConnection connection,
SocketAddress dstAddress,
WritableMessage message) |
long |
UDPNIOTransport.write(UDPNIOConnection connection,
SocketAddress dstAddress,
WritableMessage message,
WriteResult<WritableMessage,SocketAddress> currentResult) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ChatCommand.run(UDPNIOConnection connection) |
Copyright © 2014 Oracle Corporation. All rights reserved.