Modifier and Type | Method and Description |
---|---|
OFFlowUpdateEvent |
OFFlowMonitorReplyEntry.getEvent() |
OFFlowUpdateEvent |
OFFlowMonitorReplyEntry.Builder.getEvent() |
static OFFlowUpdateEvent |
OFFlowUpdateEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFFlowUpdateEvent[] |
OFFlowUpdateEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OFFlowMonitorReplyEntry |
OFFactory.flowMonitorReplyEntry(OFFlowUpdateEvent event) |
OFFlowMonitorReplyEntry.Builder |
OFFlowMonitorReplyEntry.Builder.setEvent(OFFlowUpdateEvent event) |
Modifier and Type | Method and Description |
---|---|
OFFlowMonitorReplyEntry |
OFFactoryVer10.flowMonitorReplyEntry(OFFlowUpdateEvent event) |
Modifier and Type | Method and Description |
---|---|
OFFlowMonitorReplyEntry |
OFFactoryVer11.flowMonitorReplyEntry(OFFlowUpdateEvent event) |
Modifier and Type | Method and Description |
---|---|
OFFlowMonitorReplyEntry |
OFFactoryVer12.flowMonitorReplyEntry(OFFlowUpdateEvent event) |
Modifier and Type | Method and Description |
---|---|
OFFlowMonitorReplyEntry |
OFFactoryVer13.flowMonitorReplyEntry(OFFlowUpdateEvent event) |
Modifier and Type | Method and Description |
---|---|
OFFlowMonitorReplyEntry |
OFFactoryVer14.flowMonitorReplyEntry(OFFlowUpdateEvent event) |
Modifier and Type | Method and Description |
---|---|
static OFFlowUpdateEvent |
OFFlowUpdateEventSerializerVer15.ofWireValue(short val) |
static OFFlowUpdateEvent |
OFFlowUpdateEventSerializerVer15.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
OFFlowMonitorReplyEntry |
OFFactoryVer15.flowMonitorReplyEntry(OFFlowUpdateEvent event) |
static void |
OFFlowUpdateEventSerializerVer15.putTo(OFFlowUpdateEvent e,
com.google.common.hash.PrimitiveSink sink) |
static short |
OFFlowUpdateEventSerializerVer15.toWireValue(OFFlowUpdateEvent e) |
static void |
OFFlowUpdateEventSerializerVer15.writeTo(io.netty.buffer.ByteBuf bb,
OFFlowUpdateEvent e) |
Copyright © 2016. All rights reserved.