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 PairedServiceRequestHandlerPairingManagerImpl.PairedServiceImpl.request_handlerprivate final PairedServiceRequestHandlerPairManagerTunnel.request_handlerMethods in com.biglybt.core.pairing.impl that return PairedServiceRequestHandlerModifier and TypeMethodDescriptionprotected PairedServiceRequestHandlerPairingManagerImpl.PairedServiceImpl.getHandler()Methods in com.biglybt.core.pairing.impl with parameters of type PairedServiceRequestHandlerModifier and TypeMethodDescriptionPairingManagerImpl.addService(String sid, PairedServiceRequestHandler handler) protected voidPairingManagerImpl.PairedServiceImpl.setHandler(PairedServiceRequestHandler _h) Constructors in com.biglybt.core.pairing.impl with parameters of type PairedServiceRequestHandlerModifierConstructorDescriptionprotectedPairedServiceImpl(String _sid, PairedServiceRequestHandler _request_handler) protectedPairManagerTunnel(PairingManagerTunnelHandler _tunnel_handler, String _tunnel_key, InetAddress _originator, String _sid, PairedServiceRequestHandler _request_handler, SecretKeySpec _key, String _tunnel_url, String _endpoint_url)