|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.net.NetMessage.IpOption
public abstract static class NetMessage.IpOption
A generic IP packet option.
Field Summary |
---|
Fields inherited from interface jist.swans.misc.Message |
---|
NULL |
Constructor Summary | |
---|---|
NetMessage.IpOption()
|
Method Summary | |
---|---|
abstract int |
getSize()
Return option length (in bytes/octets). |
abstract byte |
getType()
Return option type field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jist.swans.misc.Message |
---|
getBytes |
Constructor Detail |
---|
public NetMessage.IpOption()
Method Detail |
---|
public abstract byte getType()
public abstract int getSize()
getSize
in interface Message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |