Uses of Class
org.glassfish.grizzly.nio.transport.TCPNIOConnection
Packages that use TCPNIOConnection
-
Uses of TCPNIOConnection in org.glassfish.grizzly.nio.transport
Subclasses of TCPNIOConnection in org.glassfish.grizzly.nio.transportMethods in org.glassfish.grizzly.nio.transport with parameters of type TCPNIOConnectionModifier and TypeMethodDescriptionstatic BufferTCPNIOUtils.allocateAndReadBuffer(TCPNIOConnection connection) protected static voidTCPNIOConnectorHandler.onConnectedAsync(TCPNIOConnection connection, CompletionHandler<Connection> completionHandler) static intTCPNIOUtils.readBuffer(TCPNIOConnection connection, Buffer buffer) static intTCPNIOUtils.readCompositeBuffer(TCPNIOConnection connection, CompositeBuffer buffer) static intTCPNIOUtils.readSimpleBuffer(TCPNIOConnection connection, Buffer buffer) intTCPNIOTransport.write(TCPNIOConnection connection, WritableMessage message) intTCPNIOTransport.write(TCPNIOConnection connection, WritableMessage message, WriteResult currentResult) static intTCPNIOUtils.writeCompositeBuffer(TCPNIOConnection connection, CompositeBuffer buffer) static intTCPNIOUtils.writeSimpleBuffer(TCPNIOConnection connection, Buffer buffer)