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