Uses of Interface
com.biglybt.core.networkmanager.NetworkManager.ByteMatcher
-
Packages that use NetworkManager.ByteMatcher Package Description com.biglybt.core.ipchecker.natchecker com.biglybt.core.networkmanager com.biglybt.core.networkmanager.impl -
-
Uses of NetworkManager.ByteMatcher in com.biglybt.core.ipchecker.natchecker
Fields in com.biglybt.core.ipchecker.natchecker declared as NetworkManager.ByteMatcher Modifier and Type Field Description private NetworkManager.ByteMatcher
NatCheckerServer. matcher
-
Uses of NetworkManager.ByteMatcher in com.biglybt.core.networkmanager
Methods in com.biglybt.core.networkmanager with parameters of type NetworkManager.ByteMatcher Modifier and Type Method Description void
NetworkManager. cancelIncomingConnectionRouting(NetworkManager.ByteMatcher matcher)
Cancel a request for inbound connection routing.void
NetworkManager. requestIncomingConnectionRouting(NetworkManager.ByteMatcher matcher, NetworkManager.RoutingListener listener, MessageStreamFactory factory)
Request the acceptance and routing of new incoming connections that match the given initial byte sequence. -
Uses of NetworkManager.ByteMatcher in com.biglybt.core.networkmanager.impl
Methods in com.biglybt.core.networkmanager.impl with parameters of type NetworkManager.ByteMatcher Modifier and Type Method Description void
IncomingConnectionManager. deregisterMatchBytes(NetworkManager.ByteMatcher to_remove)
Remove the given byte sequence match from the registration list.void
IncomingConnectionManager. registerMatchBytes(NetworkManager.ByteMatcher matcher, IncomingConnectionManager.MatchListener listener)
Register the given byte sequence matcher to handle matching against new incoming connection initial data; i.e.
-