Uses of Interface
com.biglybt.core.networkmanager.impl.IncomingConnectionManager.MatchListener
-
Packages that use IncomingConnectionManager.MatchListener Package Description com.biglybt.core.networkmanager.impl -
-
Uses of IncomingConnectionManager.MatchListener in com.biglybt.core.networkmanager.impl
Methods in com.biglybt.core.networkmanager.impl with parameters of type IncomingConnectionManager.MatchListener Modifier and Type Method Description 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.
-