|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjist.swans.trans.TransInterface.TransMessage
jist.swans.trans.TransTcp.TcpOptions
public static class TransTcp.TcpOptions
Implementation for TCP Options. (currently not used)
| Field Summary |
|---|
| Fields inherited from interface jist.swans.misc.Message |
|---|
NULL |
| Constructor Summary | |
|---|---|
TransTcp.TcpOptions()
Constructor. |
|
| Method Summary | |
|---|---|
void |
getBytes(byte[] msg,
int offset)
Retrieve the option and store it in the given byte array. |
int |
getSize()
Returns the size of the option in a message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransTcp.TcpOptions()
| Method Detail |
|---|
public int getSize()
public void getBytes(byte[] msg,
int offset)
msg - byte array to copy the option tooffset - starting index in the destination array
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||