net.i2p.router.transport
Class TransportManager.Port

java.lang.Object
  extended by net.i2p.router.transport.TransportManager.Port
Enclosing class:
TransportManager

static class TransportManager.Port
extends Object

Since:
IPv6

Field Summary
 int port
           
 String style
           
 
Constructor Summary
TransportManager.Port(String style, int port)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

style

public final String style

port

public final int port
Constructor Detail

TransportManager.Port

public TransportManager.Port(String style,
                             int port)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object