Uses of Interface
com.biglybt.pif.messaging.generic.GenericMessageConnection.GenericMessageConnectionPropertyHandler
-
-
Uses of GenericMessageConnection.GenericMessageConnectionPropertyHandler in com.biglybt.pif.messaging.generic
Methods in com.biglybt.pif.messaging.generic with parameters of type GenericMessageConnection.GenericMessageConnectionPropertyHandler Modifier and Type Method Description void
GenericMessageConnection. connect(GenericMessageConnection.GenericMessageConnectionPropertyHandler l)
-
Uses of GenericMessageConnection.GenericMessageConnectionPropertyHandler in com.biglybt.pifimpl.local.messaging
Methods in com.biglybt.pifimpl.local.messaging with parameters of type GenericMessageConnection.GenericMessageConnectionPropertyHandler Modifier and Type Method Description void
GenericMessageConnectionImpl. connect(GenericMessageConnection.GenericMessageConnectionPropertyHandler ph)
void
GenericMessageConnectionImpl. connect(java.nio.ByteBuffer initial_data, GenericMessageConnection.GenericMessageConnectionPropertyHandler ph)
Outgoing connectionprotected void
GenericMessageConnectionImpl. connectTCP(java.nio.ByteBuffer initial_data, java.net.InetSocketAddress tcp_ep, GenericMessageConnection.GenericMessageConnectionPropertyHandler ph)
protected void
GenericMessageConnectionImpl. connectTunnel(java.nio.ByteBuffer initial_data, GenericMessageEndpoint ep, java.net.InetSocketAddress rendezvous, java.net.InetSocketAddress target, GenericMessageConnection.GenericMessageConnectionPropertyHandler ph)
protected void
GenericMessageConnectionImpl. connectUDP(java.nio.ByteBuffer initial_data, java.net.InetSocketAddress udp_ep, boolean nat_traversal, GenericMessageConnection.GenericMessageConnectionPropertyHandler ph)
-
Uses of GenericMessageConnection.GenericMessageConnectionPropertyHandler in com.biglybt.pifimpl.local.utils.security
Methods in com.biglybt.pifimpl.local.utils.security with parameters of type GenericMessageConnection.GenericMessageConnectionPropertyHandler Modifier and Type Method Description void
SESTSConnectionImpl. connect(GenericMessageConnection.GenericMessageConnectionPropertyHandler ph)
-