Freenet
Class tcpListeningAddress

java.lang.Object
Freenet.ProtocolListeningAddress
Freenet.tcpListeningAddress
- public class tcpListeningAddress
- extends ProtocolListeningAddress
|
Field Summary |
int |
port
The port number that the client is listening to |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
port
public int port
- The port number that the client is listening to
tcpListeningAddress
public tcpListeningAddress(int portnum)
tcpListeningAddress
public tcpListeningAddress(java.lang.String str)
throws java.lang.IllegalArgumentException