Class IncomingConnectionManager.IncomingConnection
java.lang.Object
com.biglybt.core.networkmanager.impl.IncomingConnectionManager.IncomingConnection
- Enclosing class:
IncomingConnectionManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ByteBuffer
protected final TransportHelperFilter
protected long
protected long
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
IncomingConnection
(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
-