|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UDPNIOServerConnection | |
|---|---|
| org.glassfish.grizzly.nio.transport | |
| Uses of UDPNIOServerConnection in org.glassfish.grizzly.nio.transport |
|---|
| Fields in org.glassfish.grizzly.nio.transport with type parameters of type UDPNIOServerConnection | |
|---|---|
protected Collection<UDPNIOServerConnection> |
UDPNIOTransport.serverConnections
The Server connections. |
| Methods in org.glassfish.grizzly.nio.transport that return UDPNIOServerConnection | |
|---|---|
UDPNIOServerConnection |
UDPNIOTransport.bind(int port)
Binds Transport to the specific port on localhost. |
UDPNIOServerConnection |
UDPNIOTransport.bind(SocketAddress socketAddress)
Binds Transport to the specific SocketAddress. |
UDPNIOServerConnection |
UDPNIOTransport.bind(SocketAddress socketAddress,
int backlog)
Binds Transport to the specific SocketAddress. |
UDPNIOServerConnection |
UDPNIOTransport.bind(String host,
int port)
Binds Transport to the specific host and port. |
UDPNIOServerConnection |
UDPNIOTransport.bind(String host,
int port,
int backlog)
Binds Transport to the specific host and port. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||