| Package | Description |
|---|---|
| com.h3c.util.pkt |
| Modifier and Type | Method and Description |
|---|---|
Tcp.Builder |
Tcp.Builder.ackNum(long ackNum)
Sets the acknowledgment number.
|
Tcp.Builder |
Tcp.Builder.dstPort(TcpUdpPort dstPort)
Sets the destination port.
|
Tcp.Builder |
Tcp.Builder.flags(int flags)
Sets the flags.
|
Tcp.Builder |
Tcp.Builder.options(byte[] options)
Sets the options.
|
Tcp.Builder |
Tcp.Builder.seqNum(long seqNum)
Sets the sequence number.
|
Tcp.Builder |
Tcp.Builder.srcPort(TcpUdpPort srcPort)
Sets the source port.
|
Tcp.Builder |
Tcp.Builder.urgentPtr(int urgentPtr)
Sets the urgent pointer.
|
Tcp.Builder |
Tcp.Builder.winSize(int winSize)
Sets the window size.
|
Copyright © 2014. All Rights Reserved.