Uses of Interface
com.biglybt.core.pairing.PairedServiceRequestHandler
Packages that use PairedServiceRequestHandler
-
Uses of PairedServiceRequestHandler in com.biglybt.core.pairing
Methods in com.biglybt.core.pairing with parameters of type PairedServiceRequestHandlerModifier and TypeMethodDescriptionPairingManager.addService
(String sid, PairedServiceRequestHandler handler) -
Uses of PairedServiceRequestHandler in com.biglybt.core.pairing.impl
Fields in com.biglybt.core.pairing.impl declared as PairedServiceRequestHandlerModifier and TypeFieldDescriptionprivate PairedServiceRequestHandler
PairingManagerImpl.PairedServiceImpl.request_handler
private final PairedServiceRequestHandler
PairManagerTunnel.request_handler
Methods in com.biglybt.core.pairing.impl that return PairedServiceRequestHandlerModifier and TypeMethodDescriptionprotected PairedServiceRequestHandler
PairingManagerImpl.PairedServiceImpl.getHandler()
Methods in com.biglybt.core.pairing.impl with parameters of type PairedServiceRequestHandlerModifier and TypeMethodDescriptionPairingManagerImpl.addService
(String sid, PairedServiceRequestHandler handler) protected void
PairingManagerImpl.PairedServiceImpl.setHandler
(PairedServiceRequestHandler _h) Constructors in com.biglybt.core.pairing.impl with parameters of type PairedServiceRequestHandlerModifierConstructorDescriptionprotected
PairedServiceImpl
(String _sid, PairedServiceRequestHandler _request_handler) protected
PairManagerTunnel
(PairingManagerTunnelHandler _tunnel_handler, String _tunnel_key, InetAddress _originator, String _sid, PairedServiceRequestHandler _request_handler, SecretKeySpec _key, String _tunnel_url, String _endpoint_url)