Package | Description |
---|---|
org.glassfish.grizzly.nio.transport |
Modifier and Type | Method and Description |
---|---|
TCPNIOServerConnection |
TCPNIOTransport.bind(int port)
Binds Transport to the specific port on localhost.
|
TCPNIOServerConnection |
TCPNIOTransport.bind(SocketAddress socketAddress)
Binds Transport to the specific SocketAddress.
|
TCPNIOServerConnection |
TCPNIOBindingHandler.bind(SocketAddress socketAddress) |
TCPNIOServerConnection |
TCPNIOTransport.bind(SocketAddress socketAddress,
int backlog)
Binds Transport to the specific SocketAddress.
|
TCPNIOServerConnection |
TCPNIOBindingHandler.bind(SocketAddress socketAddress,
int backlog) |
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,
int backlog)
Binds Transport to the specific host, and port within a
PortRange . |
TCPNIOServerConnection |
TCPNIOTransport.bindToInherited()
Binds the Transport to the channel inherited from the entity that
created this Java virtual machine.
|
TCPNIOServerConnection |
TCPNIOBindingHandler.bindToInherited() |
Copyright © 2015 Oracle Corporation. All rights reserved.