public interface OFOxss
Modifier and Type | Method and Description |
---|---|
OFOxsByteCount.Builder |
buildByteCount() |
OFOxsDuration.Builder |
buildDuration() |
OFOxsFlowCount.Builder |
buildFlowCount() |
OFOxsIdleTime.Builder |
buildIdleTime() |
OFOxsPacketCount.Builder |
buildPacketCount() |
OFOxsByteCount |
byteCount(U64 value) |
OFOxsDuration |
duration(U64 value) |
OFOxsFlowCount |
flowCount(U32 value) |
<F extends OFValueType<F>> |
fromValue(F value,
StatField<F> field) |
OFMessageReader<OFOxs<?>> |
getReader() |
OFVersion |
getVersion() |
OFOxsIdleTime |
idleTime(U64 value) |
OFOxsPacketCount |
packetCount(U64 value) |
OFOxsByteCount.Builder buildByteCount() throws UnsupportedOperationException
UnsupportedOperationException
OFOxsByteCount byteCount(U64 value)
OFOxsDuration.Builder buildDuration() throws UnsupportedOperationException
UnsupportedOperationException
OFOxsDuration duration(U64 value)
OFOxsFlowCount.Builder buildFlowCount() throws UnsupportedOperationException
UnsupportedOperationException
OFOxsFlowCount flowCount(U32 value)
OFOxsIdleTime.Builder buildIdleTime() throws UnsupportedOperationException
UnsupportedOperationException
OFOxsIdleTime idleTime(U64 value)
OFOxsPacketCount.Builder buildPacketCount() throws UnsupportedOperationException
UnsupportedOperationException
OFOxsPacketCount packetCount(U64 value)
OFMessageReader<OFOxs<?>> getReader()
OFVersion getVersion()
<F extends OFValueType<F>> OFOxs<F> fromValue(F value, StatField<F> field)
Copyright © 2016. All rights reserved.