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 NxmHeaderAbstractMatchCodec. headerWithMaskprotected NxmHeaderAbstractMatchCodec. headerWithoutMaskMethods in org.opendaylight.openflowjava.nx.codec.match that return NxmHeader Modifier and Type Method Description protected NxmHeaderAbstractExperimenterMatchCodec. buildHeader(boolean hasMask)protected NxmHeaderAbstractMatchCodec. buildHeader(boolean hasMask)protected NxmHeaderAbstractMatchCodec. getHeader(boolean hasMask)NxmHeaderAbstractMatchCodec. getHeaderWithHasMask()NxmHeaderAbstractMatchCodec. getHeaderWithoutHasMask()Methods in org.opendaylight.openflowjava.nx.codec.match with parameters of type NxmHeader Modifier and Type Method Description voidAbstractExperimenterMatchCodec. serializeHeader(NxmHeader input, io.netty.buffer.ByteBuf outBuffer)voidAbstractMatchCodec. serializeHeader(NxmHeader input, io.netty.buffer.ByteBuf outBuffer)
-