Class IncomingConnectionManager.IncomingConnection
java.lang.Object
com.biglybt.core.networkmanager.impl.IncomingConnectionManager.IncomingConnection
- Enclosing class:
IncomingConnectionManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ByteBufferprotected final TransportHelperFilterprotected longprotected long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIncomingConnection(TransportHelperFilter filter, int buff_size) -
Method Summary
-
Field Details
-
filter
-
buffer
-
initial_connect_time
protected long initial_connect_time -
last_read_time
protected long last_read_time
-
-
Constructor Details
-
IncomingConnection
-