Uses of Class
org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
Packages that use TCPNIOServerConnection
-
Uses of TCPNIOServerConnection in org.glassfish.grizzly.nio.transport
Methods in org.glassfish.grizzly.nio.transport that return TCPNIOServerConnectionModifier and TypeMethodDescriptionTCPNIOBindingHandler.bind(SocketAddress socketAddress) TCPNIOBindingHandler.bind(SocketAddress socketAddress, int backlog) TCPNIOTransport.bind(int port) Binds Transport to the specific port on localhost.Binds Transport to the specific host and port.Binds Transport to the specific host and port.Binds Transport to the specific host, and port within aPortRange.Binds Transport to the specific host, and port within aPortRange.TCPNIOTransport.bind(SocketAddress socketAddress) Binds Transport to the specific SocketAddress.TCPNIOTransport.bind(SocketAddress socketAddress, int backlog) Binds Transport to the specific SocketAddress.TCPNIOBindingHandler.bindToInherited()TCPNIOTransport.bindToInherited()Binds the Transport to the channel inherited from the entity that created this Java virtual machine.