Uses of Interface
com.biglybt.core.networkmanager.NetworkManager.ByteMatcher
Packages that use NetworkManager.ByteMatcher
Package
Description
-
Uses of NetworkManager.ByteMatcher in com.biglybt.core.ipchecker.natchecker
Fields in com.biglybt.core.ipchecker.natchecker declared as NetworkManager.ByteMatcher -
Uses of NetworkManager.ByteMatcher in com.biglybt.core.networkmanager
Methods in com.biglybt.core.networkmanager with parameters of type NetworkManager.ByteMatcherModifier and TypeMethodDescriptionvoid
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.ByteMatcherModifier and TypeMethodDescriptionvoid
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.