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