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