Uses of Interface
com.biglybt.core.networkmanager.ProtocolEndpointHandler
-
Packages that use ProtocolEndpointHandler Package Description com.biglybt.core.networkmanager -
-
Uses of ProtocolEndpointHandler in com.biglybt.core.networkmanager
Fields in com.biglybt.core.networkmanager declared as ProtocolEndpointHandler Modifier and Type Field Description private static ProtocolEndpointHandler
ProtocolEndpointFactory. tcp_handler
private static ProtocolEndpointHandler
ProtocolEndpointFactory. udp_handler
Fields in com.biglybt.core.networkmanager with type parameters of type ProtocolEndpointHandler Modifier and Type Field Description private static java.util.Map<java.lang.Integer,ProtocolEndpointHandler>
ProtocolEndpointFactory. other_handlers
Methods in com.biglybt.core.networkmanager with parameters of type ProtocolEndpointHandler Modifier and Type Method Description static void
ProtocolEndpointFactory. registerHandler(ProtocolEndpointHandler handler)
-