Uses of Class
org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Packages that use UDPNIOConnection Package Description org.glassfish.grizzly.nio.transport -
-
Uses of UDPNIOConnection in org.glassfish.grizzly.nio.transport
Subclasses of UDPNIOConnection in org.glassfish.grizzly.nio.transport Modifier and Type Class Description classUDPNIOServerConnectionServerConnectionimplementation for theUDPNIOTransportMethods in org.glassfish.grizzly.nio.transport with parameters of type UDPNIOConnection Modifier and Type Method Description intUDPNIOTransport. read(UDPNIOConnection connection, Buffer buffer)intUDPNIOTransport. read(UDPNIOConnection connection, Buffer buffer, ReadResult<Buffer,SocketAddress> currentResult)longUDPNIOTransport. write(UDPNIOConnection connection, SocketAddress dstAddress, WritableMessage message)longUDPNIOTransport. write(UDPNIOConnection connection, SocketAddress dstAddress, WritableMessage message, WriteResult<WritableMessage,SocketAddress> currentResult)
-