TCPNIOServerConnection |
TCPNIOBindingHandler.bind(SocketAddress socketAddress) |
|
TCPNIOServerConnection |
TCPNIOBindingHandler.bind(SocketAddress socketAddress,
int backlog) |
|
TCPNIOServerConnection |
TCPNIOTransport.bind(int port) |
Binds Transport to the specific port on localhost.
|
TCPNIOServerConnection |
TCPNIOTransport.bind(String host,
int port) |
Binds Transport to the specific host and port.
|
TCPNIOServerConnection |
TCPNIOTransport.bind(String host,
int port,
int backlog) |
Binds Transport to the specific host and port.
|
TCPNIOServerConnection |
TCPNIOTransport.bind(String host,
PortRange portRange,
boolean randomStartPort,
int backlog) |
Binds Transport to the specific host, and port within a PortRange.
|
TCPNIOServerConnection |
TCPNIOTransport.bind(String host,
PortRange portRange,
int backlog) |
Binds Transport to the specific host, and port within a PortRange.
|
TCPNIOServerConnection |
TCPNIOTransport.bind(SocketAddress socketAddress) |
Binds Transport to the specific SocketAddress.
|
TCPNIOServerConnection |
TCPNIOTransport.bind(SocketAddress socketAddress,
int backlog) |
Binds Transport to the specific SocketAddress.
|
TCPNIOServerConnection |
TCPNIOBindingHandler.bindToInherited() |
|
TCPNIOServerConnection |
TCPNIOTransport.bindToInherited() |
Binds the Transport to the channel inherited from the entity that created this Java virtual machine.
|