|
|||||||||
| Home >> All >> com >> voytechs >> jnetanalyzer >> [ tcp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.voytechs.jnetanalyzer.tcp
Class TCPAddress

java.lang.Objectcom.voytechs.jnetanalyzer.tcp.TCPAddress
- public class TCPAddress
- extends java.lang.Object
| Field Summary | |
private static boolean |
debug
|
com.voytechs.jnetstream.primitive.address.IpAddress |
dstAddress
|
int |
dstPort
|
com.voytechs.jnetstream.primitive.address.IpAddress |
srcAddress
|
int |
srcPort
|
| Constructor Summary | |
TCPAddress(com.voytechs.jnetstream.primitive.address.IpAddress srcAddress,
int srcPort,
com.voytechs.jnetstream.primitive.address.IpAddress dstAddress,
int dstPort)
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Test function for TCPAddress |
java.lang.String |
toString()
Converts TCP address to string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
debug
private static final boolean debug
- See Also:
- Constant Field Values
srcAddress
public com.voytechs.jnetstream.primitive.address.IpAddress srcAddress
srcPort
public int srcPort
dstAddress
public com.voytechs.jnetstream.primitive.address.IpAddress dstAddress
dstPort
public int dstPort
| Constructor Detail |
TCPAddress
public TCPAddress(com.voytechs.jnetstream.primitive.address.IpAddress srcAddress, int srcPort, com.voytechs.jnetstream.primitive.address.IpAddress dstAddress, int dstPort)
| Method Detail |
toString
public java.lang.String toString()
- Converts TCP address to string.
main
public static void main(java.lang.String[] args)
- Test function for TCPAddress
|
|||||||||
| Home >> All >> com >> voytechs >> jnetanalyzer >> [ tcp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.voytechs.jnetanalyzer.tcp.TCPAddress