public class ICMPv4Type extends Object implements OFValueType<ICMPv4Type>
Modifier and Type | Method and Description |
---|---|
ICMPv4Type |
applyMask(ICMPv4Type mask) |
int |
compareTo(ICMPv4Type o) |
boolean |
equals(Object obj) |
int |
getLength() |
short |
getType() |
int |
hashCode() |
static ICMPv4Type |
of(short type) |
void |
putTo(com.google.common.hash.PrimitiveSink sink) |
static ICMPv4Type |
readByte(io.netty.buffer.ByteBuf c) |
String |
toString() |
void |
writeByte(io.netty.buffer.ByteBuf c) |
public static final ICMPv4Type ECHO_REPLY
public static final ICMPv4Type DESTINATION_UNREACHABLE
public static final ICMPv4Type SOURCE_QUENCH
public static final ICMPv4Type REDIRECT
public static final ICMPv4Type ALTERNATE_HOST_ADDRESS
public static final ICMPv4Type ECHO
public static final ICMPv4Type ROUTER_ADVERTISEMENT
public static final ICMPv4Type ROUTER_SOLICITATION
public static final ICMPv4Type TIME_EXCEEDED
public static final ICMPv4Type PARAMETER_PROBLEM
public static final ICMPv4Type TIMESTAMP
public static final ICMPv4Type TIMESTAMP_REPLY
public static final ICMPv4Type INFORMATION_REQUEST
public static final ICMPv4Type INFORMATION_REPLY
public static final ICMPv4Type ADDRESS_MASK_REQUEST
public static final ICMPv4Type ADDRESS_MASK_REPLY
public static final ICMPv4Type TRACEROUTE
public static final ICMPv4Type DATAGRAM_CONVERSION_ERROR
public static final ICMPv4Type MOBILE_HOST_REDIRECT
public static final ICMPv4Type IPV6_WHERE_ARE_YOU
public static final ICMPv4Type IPV6_I_AM_HERE
public static final ICMPv4Type MOBILE_REGISTRATION_REQUEST
public static final ICMPv4Type MOBILE_REGISTRATION_REPLY
public static final ICMPv4Type DOMAIN_NAME_REQUEST
public static final ICMPv4Type DOMAIN_NAME_REPLY
public static final ICMPv4Type SKIP
public static final ICMPv4Type PHOTURIS
public static final ICMPv4Type EXPERIMENTAL_MOBILITY
public static final ICMPv4Type NONE
public static final ICMPv4Type NO_MASK
public static final ICMPv4Type FULL_MASK
public static ICMPv4Type of(short type)
public int getLength()
getLength
in interface OFValueType<ICMPv4Type>
public short getType()
public void writeByte(io.netty.buffer.ByteBuf c)
public static ICMPv4Type readByte(io.netty.buffer.ByteBuf c)
public ICMPv4Type applyMask(ICMPv4Type mask)
applyMask
in interface OFValueType<ICMPv4Type>
public int compareTo(ICMPv4Type o)
compareTo
in interface Comparable<ICMPv4Type>
public void putTo(com.google.common.hash.PrimitiveSink sink)
putTo
in interface PrimitiveSinkable
Copyright © 2015. All rights reserved.