Package | Description |
---|---|
org.glassfish.grizzly.nio.transport |
Modifier and Type | Field and Description |
---|---|
protected Collection<UDPNIOServerConnection> |
UDPNIOTransport.serverConnections
The Server connections.
|
Modifier and Type | Method and Description |
---|---|
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 |
UDPNIOBindingHandler.bind(SocketAddress socketAddress) |
UDPNIOServerConnection |
UDPNIOTransport.bind(SocketAddress socketAddress,
int backlog)
Binds Transport to the specific SocketAddress.
|
UDPNIOServerConnection |
UDPNIOBindingHandler.bind(SocketAddress socketAddress,
int backlog) |
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.
|
UDPNIOServerConnection |
UDPNIOTransport.bind(String host,
PortRange portRange,
int backlog)
Binds Transport to the specific host, and port within a
PortRange . |
UDPNIOServerConnection |
UDPNIOBindingHandler.bindToInherited() |
Copyright © 2015 Oracle Corporation. All rights reserved.