public interface OFOxmSctpSrc extends OFObject, OFOxm<TransportPort>
Modifier and Type | Interface and Description |
---|---|
static interface |
OFOxmSctpSrc.Builder |
Modifier and Type | Method and Description |
---|---|
OFOxmSctpSrc.Builder |
createBuilder() |
OFOxm<TransportPort> |
getCanonical() |
TransportPort |
getMask() |
MatchField<TransportPort> |
getMatchField() |
long |
getTypeLen() |
TransportPort |
getValue() |
OFVersion |
getVersion() |
boolean |
isMasked() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
long getTypeLen()
getTypeLen
in interface OFOxm<TransportPort>
TransportPort getValue()
getValue
in interface OFOxm<TransportPort>
MatchField<TransportPort> getMatchField()
getMatchField
in interface OFOxm<TransportPort>
boolean isMasked()
isMasked
in interface OFOxm<TransportPort>
OFOxm<TransportPort> getCanonical()
getCanonical
in interface OFOxm<TransportPort>
TransportPort getMask()
getMask
in interface OFOxm<TransportPort>
OFVersion getVersion()
getVersion
in interface OFObject
getVersion
in interface OFOxm<TransportPort>
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
writeTo
in interface OFOxm<TransportPort>
writeTo
in interface Writeable
OFOxmSctpSrc.Builder createBuilder()
createBuilder
in interface OFOxm<TransportPort>
Copyright © 2015. All rights reserved.