Uses of Interface
com.biglybt.core.pairing.PairedServiceRequestHandler
-
Packages that use PairedServiceRequestHandler Package Description com.biglybt.core.pairing com.biglybt.core.pairing.impl -
-
Uses of PairedServiceRequestHandler in com.biglybt.core.pairing
Methods in com.biglybt.core.pairing with parameters of type PairedServiceRequestHandler Modifier and Type Method Description PairedService
PairingManager. addService(java.lang.String sid, PairedServiceRequestHandler handler)
-
Uses of PairedServiceRequestHandler in com.biglybt.core.pairing.impl
Fields in com.biglybt.core.pairing.impl declared as PairedServiceRequestHandler Modifier and Type Field Description private PairedServiceRequestHandler
PairingManagerImpl.PairedServiceImpl. request_handler
private PairedServiceRequestHandler
PairManagerTunnel. request_handler
Methods in com.biglybt.core.pairing.impl that return PairedServiceRequestHandler Modifier and Type Method Description protected PairedServiceRequestHandler
PairingManagerImpl.PairedServiceImpl. getHandler()
Methods in com.biglybt.core.pairing.impl with parameters of type PairedServiceRequestHandler Modifier and Type Method Description PairedService
PairingManagerImpl. addService(java.lang.String sid, PairedServiceRequestHandler handler)
protected void
PairingManagerImpl.PairedServiceImpl. setHandler(PairedServiceRequestHandler _h)
Constructors in com.biglybt.core.pairing.impl with parameters of type PairedServiceRequestHandler Constructor Description PairedServiceImpl(java.lang.String _sid, PairedServiceRequestHandler _request_handler)
PairManagerTunnel(PairingManagerTunnelHandler _tunnel_handler, java.lang.String _tunnel_key, java.net.InetAddress _originator, java.lang.String _sid, PairedServiceRequestHandler _request_handler, javax.crypto.spec.SecretKeySpec _key, java.lang.String _tunnel_url, java.lang.String _endpoint_url)
-