Uses of Class
org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
Packages that use UDPNIOServerConnection
-
Uses of UDPNIOServerConnection in org.glassfish.grizzly.nio.transport
Fields in org.glassfish.grizzly.nio.transport with type parameters of type UDPNIOServerConnectionModifier and TypeFieldDescriptionprotected final Collection<UDPNIOServerConnection>UDPNIOTransport.serverConnectionsThe Server connections.Methods in org.glassfish.grizzly.nio.transport that return UDPNIOServerConnectionModifier and TypeMethodDescriptionUDPNIOBindingHandler.bind(SocketAddress socketAddress) UDPNIOBindingHandler.bind(SocketAddress socketAddress, int backlog) UDPNIOTransport.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.UDPNIOTransport.bind(SocketAddress socketAddress) Binds Transport to the specific SocketAddress.UDPNIOTransport.bind(SocketAddress socketAddress, int backlog) Binds Transport to the specific SocketAddress.UDPNIOBindingHandler.bindToInherited()