Class ClientPortClashHandler
java.lang.Object
com.biglybt.core.instancemanager.impl.ClientPortClashHandler
- All Implemented Interfaces:
ClientInstanceManagerListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate intprivate final ClientInstance -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheck(ClientInstance instance) voidinstanceChanged(ClientInstance instance) voidinstanceFound(ClientInstance instance) voidinstanceLost(ClientInstance instance) voidinstanceTracked(ClientInstanceTracked instance)
-
Field Details
-
my_instance
-
last_warned_tcp
private int last_warned_tcp -
last_warned_udp
private int last_warned_udp -
last_warned_udp2
private int last_warned_udp2
-
-
Constructor Details
-
ClientPortClashHandler
-
-
Method Details
-
check
-
instanceFound
- Specified by:
instanceFoundin interfaceClientInstanceManagerListener
-
instanceChanged
- Specified by:
instanceChangedin interfaceClientInstanceManagerListener
-
instanceLost
- Specified by:
instanceLostin interfaceClientInstanceManagerListener
-
instanceTracked
- Specified by:
instanceTrackedin interfaceClientInstanceManagerListener
-