com.aelitis.azureus.core.networkmanager.impl
Class IncomingConnectionManager.IncomingConnection

java.lang.Object
  extended by com.aelitis.azureus.core.networkmanager.impl.IncomingConnectionManager.IncomingConnection
Enclosing class:
IncomingConnectionManager

protected static class IncomingConnectionManager.IncomingConnection
extends java.lang.Object


Field Summary
protected  java.nio.ByteBuffer buffer
           
protected  TransportHelperFilter filter
           
protected  long initial_connect_time
           
protected  long last_read_time
           
 
Constructor Summary
protected IncomingConnectionManager.IncomingConnection(TransportHelperFilter filter, int buff_size)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filter

protected final TransportHelperFilter filter

buffer

protected final java.nio.ByteBuffer buffer

initial_connect_time

protected long initial_connect_time

last_read_time

protected long last_read_time
Constructor Detail

IncomingConnectionManager.IncomingConnection

protected IncomingConnectionManager.IncomingConnection(TransportHelperFilter filter,
                                                       int buff_size)