net.i2p.router.transport.udp
Class RelayPeer

java.lang.Object
  extended bynet.i2p.router.transport.udp.RelayPeer

class RelayPeer
extends java.lang.Object

Describe the offering to act as an introducer


Constructor Summary
RelayPeer(java.lang.String host, int port, byte[] tag, SessionKey introKey)
           
 
Method Summary
 java.lang.String getHost()
           
 SessionKey getIntroKey()
           
 int getPort()
           
 byte[] getTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelayPeer

public RelayPeer(java.lang.String host,
                 int port,
                 byte[] tag,
                 SessionKey introKey)
Method Detail

getHost

public java.lang.String getHost()

getPort

public int getPort()

getTag

public byte[] getTag()

getIntroKey

public SessionKey getIntroKey()