com.aelitis.azureus.core.pairing.impl
Class PairManagerTunnel

java.lang.Object
  extended by com.aelitis.azureus.core.pairing.impl.PairManagerTunnel

public class PairManagerTunnel
extends Object


Constructor Summary
protected PairManagerTunnel(PairingManagerTunnelHandler _tunnel_handler, String _tunnel_key, InetAddress _originator, String _sid, PairedServiceRequestHandler _request_handler, SecretKeySpec _key, String _tunnel_url, String _endpoint_url)
           
 
Method Summary
protected  void destroy()
           
protected  String getKey()
           
protected  long getLastActive()
           
protected  String getString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PairManagerTunnel

protected PairManagerTunnel(PairingManagerTunnelHandler _tunnel_handler,
                            String _tunnel_key,
                            InetAddress _originator,
                            String _sid,
                            PairedServiceRequestHandler _request_handler,
                            SecretKeySpec _key,
                            String _tunnel_url,
                            String _endpoint_url)
Method Detail

getKey

protected String getKey()

getLastActive

protected long getLastActive()

destroy

protected void destroy()

getString

protected String getString()