Uses of Class
org.glassfish.grizzly.nio.NIOConnection

Packages that use NIOConnection
org.glassfish.grizzly.nio   
org.glassfish.grizzly.nio.tmpselectors   
org.glassfish.grizzly.nio.transport   
 

Uses of NIOConnection in org.glassfish.grizzly.nio
 

Methods in org.glassfish.grizzly.nio that return NIOConnection
 NIOConnection SelectionKeyHandler.getConnectionForKey(java.nio.channels.SelectionKey selectionKey)
           
 NIOConnection DefaultSelectionKeyHandler.getConnectionForKey(java.nio.channels.SelectionKey selectionKey)
           
 

Methods in org.glassfish.grizzly.nio with parameters of type NIOConnection
protected static void NIOConnection.notifyIOEventDisabled(NIOConnection connection, IOEvent ioEvent)
          Notify registered ConnectionProbes about the IO Event disabled event.
protected static void NIOConnection.notifyIOEventEnabled(NIOConnection connection, IOEvent ioEvent)
          Notify registered ConnectionProbes about the IO Event enabled event.
protected static void NIOConnection.notifyIOEventReady(NIOConnection connection, IOEvent ioEvent)
          Notify registered ConnectionProbes about the IO Event ready event.
protected static void NIOConnection.notifyProbesAccept(NIOConnection serverConnection, NIOConnection clientConnection)
          Notify registered ConnectionProbes about the accept event.
protected static void NIOConnection.notifyProbesBind(NIOConnection connection)
          Notify registered ConnectionProbes about the bind event.
protected static void NIOConnection.notifyProbesClose(NIOConnection connection)
          Notify registered ConnectionProbes about the close event.
protected static void NIOConnection.notifyProbesConnect(NIOConnection connection)
          Notify registered ConnectionProbes about the connect event.
protected static void NIOConnection.notifyProbesError(NIOConnection connection, java.lang.Throwable error)
          Notify registered ConnectionProbes about the error.
protected static void NIOConnection.notifyProbesRead(NIOConnection connection, Buffer data, int size)
          Notify registered ConnectionProbes about the read event.
protected static void NIOConnection.notifyProbesWrite(NIOConnection connection, Buffer data, int size)
          Notify registered ConnectionProbes about the write event.
 void SelectionKeyHandler.setConnectionForKey(NIOConnection connection, java.nio.channels.SelectionKey selectionKey)
           
 void DefaultSelectionKeyHandler.setConnectionForKey(NIOConnection connection, java.nio.channels.SelectionKey selectionKey)
           
protected abstract  int AbstractNIOAsyncQueueWriter.write0(NIOConnection connection, AsyncWriteQueueRecord queueRecord)
           
 

Uses of NIOConnection in org.glassfish.grizzly.nio.tmpselectors
 

Methods in org.glassfish.grizzly.nio.tmpselectors with parameters of type NIOConnection
protected  int TemporarySelectorReader.read0(NIOConnection connection, ReadResult<Buffer,java.net.SocketAddress> currentResult, Buffer buffer, long timeout, java.util.concurrent.TimeUnit timeunit)
           
protected abstract  int TemporarySelectorReader.readNow0(NIOConnection connection, Buffer buffer, ReadResult<Buffer,java.net.SocketAddress> currentResult)
           
protected  int TemporarySelectorWriter.write0(NIOConnection connection, java.net.SocketAddress dstAddress, Buffer buffer, WriteResult<Buffer,java.net.SocketAddress> currentResult, long timeout, java.util.concurrent.TimeUnit timeunit)
          Flush the buffer by looping until the Buffer is empty
protected abstract  int TemporarySelectorWriter.writeNow0(NIOConnection connection, java.net.SocketAddress dstAddress, Buffer buffer, WriteResult<Buffer,java.net.SocketAddress> currentResult)
           
 

Uses of NIOConnection in org.glassfish.grizzly.nio.transport
 

Subclasses of NIOConnection in org.glassfish.grizzly.nio.transport
 class TCPNIOConnection
          Connection implementation for the TCPNIOTransport
 class TCPNIOServerConnection
           
 class UDPNIOConnection
          Connection implementation for the UDPNIOTransport
 class UDPNIOServerConnection
          Server Connection implementation for the UDPNIOTransport
 

Methods in org.glassfish.grizzly.nio.transport with parameters of type NIOConnection
protected  int UDPNIOTemporarySelectorReader.readNow0(NIOConnection connection, Buffer buffer, ReadResult<Buffer,java.net.SocketAddress> currentResult)
           
protected  int TCPNIOTemporarySelectorReader.readNow0(NIOConnection connection, Buffer buffer, ReadResult<Buffer,java.net.SocketAddress> currentResult)
           
protected  int UDPNIOAsyncQueueWriter.write0(NIOConnection connection, AsyncWriteQueueRecord queueRecord)
           
protected  int TCPNIOAsyncQueueWriter.write0(NIOConnection connection, AsyncWriteQueueRecord queueRecord)
           
protected  int UDPNIOTemporarySelectorWriter.writeNow0(NIOConnection connection, java.net.SocketAddress dstAddress, Buffer buffer, WriteResult<Buffer,java.net.SocketAddress> currentResult)
           
protected  int TCPNIOTemporarySelectorWriter.writeNow0(NIOConnection connection, java.net.SocketAddress dstAddress, Buffer buffer, WriteResult<Buffer,java.net.SocketAddress> currentResult)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.