public final class IcmpV4InformationReplyPacket extends AbstractPacket
Modifier and Type | Class and Description |
---|---|
static class |
IcmpV4InformationReplyPacket.Builder |
static class |
IcmpV4InformationReplyPacket.IcmpV4InformationReplyHeader |
AbstractPacket.AbstractBuilder, AbstractPacket.AbstractHeader
Packet.Header
Modifier and Type | Method and Description |
---|---|
IcmpV4InformationReplyPacket.Builder |
getBuilder() |
IcmpV4InformationReplyPacket.IcmpV4InformationReplyHeader |
getHeader() |
static IcmpV4InformationReplyPacket |
newPacket(byte[] rawData) |
buildHexString, buildRawData, buildString, calcHashCode, calcLength, contains, equals, get, getOuterOf, getPayload, getRawData, hashCode, iterator, length, toHexString, toString
public static IcmpV4InformationReplyPacket newPacket(byte[] rawData) throws IllegalRawDataException
rawData
- IllegalRawDataException
NullPointerException
- if the rawData argument is null.IllegalArgumentException
- if the rawData argument is empty.public IcmpV4InformationReplyPacket.IcmpV4InformationReplyHeader getHeader()
public IcmpV4InformationReplyPacket.Builder getBuilder()
getBuilder
in interface Packet
getBuilder
in class AbstractPacket
Copyright © 2014. All Rights Reserved.