This serves as the base class for all the other extension headers.
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
IPv6AuthenticationHeader (class) |
Authentication Header RFC 2402 Not Implemented |
IPv6DestinationOptionsHeader (class) |
Destination Options Header RFC 2460 Section 4.6 Next Header Value: 60 |
IPv6EncapsulatingSecurityPayloadHeader (class) |
Encapsulating Security Payload Header RFC 2406 Not Implemented |
IPv6FragmentHeader (class) |
Fragment Header RFC 2460 Section 4.5 Next Header Value: 44 |
IPv6HopByHopOptionsHeader (class) |
Hop-by-Hop Options Header. RFC 2460 Section 4.3 Next Header Value: 0 |
IPv6RoutingHeader (class) |
Routing Header RFC 2460 Section 4.4 Next Header Value: 43 |
// // This serves as the base class for all the other extension headers. // class IPv6ExtensionHeader { @customize(true); }