Uses of Class
org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
-
Packages that use UDPNIOServerConnection Package Description 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 Modifier and Type Field Description protected Collection<UDPNIOServerConnection>UDPNIOTransport. serverConnectionsThe Server connections.Methods in org.glassfish.grizzly.nio.transport that return UDPNIOServerConnection Modifier and Type Method Description UDPNIOServerConnectionUDPNIOBindingHandler. bind(SocketAddress socketAddress)UDPNIOServerConnectionUDPNIOBindingHandler. bind(SocketAddress socketAddress, int backlog)UDPNIOServerConnectionUDPNIOTransport. bind(int port)Binds Transport to the specific port on localhost.UDPNIOServerConnectionUDPNIOTransport. bind(String host, int port)Binds Transport to the specific host and port.UDPNIOServerConnectionUDPNIOTransport. bind(String host, int port, int backlog)Binds Transport to the specific host and port.UDPNIOServerConnectionUDPNIOTransport. bind(String host, PortRange portRange, boolean randomStartPort, int backlog)Binds Transport to the specific host, and port within aPortRange.UDPNIOServerConnectionUDPNIOTransport. bind(String host, PortRange portRange, int backlog)Binds Transport to the specific host, and port within aPortRange.UDPNIOServerConnectionUDPNIOTransport. bind(SocketAddress socketAddress)Binds Transport to the specific SocketAddress.UDPNIOServerConnectionUDPNIOTransport. bind(SocketAddress socketAddress, int backlog)Binds Transport to the specific SocketAddress.UDPNIOServerConnectionUDPNIOBindingHandler. bindToInherited()
-