Uses of Class
org.opendaylight.openflowjava.eric.codec.match.EricHeader
-
Packages that use EricHeader Package Description org.opendaylight.openflowjava.eric.codec.match -
-
Uses of EricHeader in org.opendaylight.openflowjava.eric.codec.match
Fields in org.opendaylight.openflowjava.eric.codec.match declared as EricHeader Modifier and Type Field Description protected EricHeader
AbstractMatchCodec. headerWithMask
protected EricHeader
AbstractMatchCodec. headerWithoutMask
Methods in org.opendaylight.openflowjava.eric.codec.match that return EricHeader Modifier and Type Method Description protected EricHeader
AbstractMatchCodec. buildHeader(boolean hasMask)
protected EricHeader
AbstractMatchCodec. getHeader(boolean hasMask)
EricHeader
AbstractMatchCodec. getHeaderWithHasMask()
EricHeader
AbstractMatchCodec. getHeaderWithoutHasMask()
Methods in org.opendaylight.openflowjava.eric.codec.match with parameters of type EricHeader Modifier and Type Method Description void
AbstractMatchCodec. serializeHeader(EricHeader input, io.netty.buffer.ByteBuf outBuffer)
-