Package org.opennms.protocols.ip
Class IPHeader.EndOfOptions
java.lang.Object
org.opennms.protocols.ip.IPHeader.Option
org.opennms.protocols.ip.IPHeader.EndOfOptions
- Enclosing class:
- IPHeader
This class is used to represent the End-Of-Option list in the
IP header. After this option, the option list is not processed any
further.
-
Field Summary
Fields inherited from class org.opennms.protocols.ip.IPHeader.Option
CODE_END_OF_OPTION_LIST, CODE_LOOSE_SOURCE_ROUTE, CODE_ROUTE_RECORD, CODE_STRICT_SOURCE_ROUTE, m_code -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new End-Of-Options list instance that can be added or found in the IP header. -
Method Summary
Methods inherited from class org.opennms.protocols.ip.IPHeader.Option
getOptionClass, getOptionNumber, isOptionCopied
-
Constructor Details
-
EndOfOptions
public EndOfOptions()Constructs a new End-Of-Options list instance that can be added or found in the IP header.
-