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
UnsupportedOperationExceptionOFOxsByteCount byteCount(U64 value)
OFOxsDuration.Builder buildDuration() throws UnsupportedOperationException
UnsupportedOperationExceptionOFOxsDuration duration(U64 value)
OFOxsFlowCount.Builder buildFlowCount() throws UnsupportedOperationException
UnsupportedOperationExceptionOFOxsFlowCount flowCount(U32 value)
OFOxsIdleTime.Builder buildIdleTime() throws UnsupportedOperationException
UnsupportedOperationExceptionOFOxsIdleTime idleTime(U64 value)
OFOxsPacketCount.Builder buildPacketCount() throws UnsupportedOperationException
UnsupportedOperationExceptionOFOxsPacketCount packetCount(U64 value)
OFMessageReader<OFOxs<?>> getReader()
OFVersion getVersion()
<F extends OFValueType<F>> OFOxs<F> fromValue(F value, StatField<F> field)
Copyright © 2020. All rights reserved.