Uses of Class
org.pcap4j.packet.IpV6ExtRoutingPacket.Builder
-
Packages that use IpV6ExtRoutingPacket.Builder Package Description org.pcap4j.packet -
-
Uses of IpV6ExtRoutingPacket.Builder in org.pcap4j.packet
Methods in org.pcap4j.packet that return IpV6ExtRoutingPacket.Builder Modifier and Type Method Description IpV6ExtRoutingPacket.BuilderIpV6ExtRoutingPacket.Builder. correctLengthAtBuild(boolean correctLengthAtBuild)IpV6ExtRoutingPacket.BuilderIpV6ExtRoutingPacket.Builder. data(IpV6ExtRoutingPacket.IpV6RoutingData data)IpV6ExtRoutingPacket.BuilderIpV6ExtRoutingPacket. getBuilder()IpV6ExtRoutingPacket.BuilderIpV6ExtRoutingPacket.Builder. hdrExtLen(byte hdrExtLen)IpV6ExtRoutingPacket.BuilderIpV6ExtRoutingPacket.Builder. nextHeader(IpNumber nextHeader)IpV6ExtRoutingPacket.BuilderIpV6ExtRoutingPacket.Builder. payloadBuilder(Packet.Builder payloadBuilder)IpV6ExtRoutingPacket.BuilderIpV6ExtRoutingPacket.Builder. routingType(IpV6RoutingType routingType)IpV6ExtRoutingPacket.BuilderIpV6ExtRoutingPacket.Builder. segmentsLeft(byte segmentsLeft)Constructors in org.pcap4j.packet with parameters of type IpV6ExtRoutingPacket.Builder Constructor Description IpV6ExtRoutingHeader(IpV6ExtRoutingPacket.Builder builder)IpV6ExtRoutingPacket(IpV6ExtRoutingPacket.Builder builder)
-