Modifier and Type | Field and Description |
---|---|
static OFOxmList |
OFOxmList.EMPTY |
Modifier and Type | Method and Description |
---|---|
OFOxmList |
OFOxmList.Builder.build() |
OFOxmList |
OFMatchV3.getOxmList() |
OFOxmList |
OFMatchV3.Builder.getOxmList() |
static OFOxmList |
OFOxmList.of(OFOxm<?>... oxms) |
static OFOxmList |
OFOxmList.ofList(Iterable<OFOxm<?>> oxmList) |
static OFOxmList |
OFOxmList.readFrom(io.netty.buffer.ByteBuf bb,
int length,
OFMessageReader<OFOxm<?>> reader) |
Modifier and Type | Method and Description |
---|---|
OFMatchV3 |
OFFactory.matchV3(OFOxmList oxmList) |
OFMatchV3.Builder |
OFMatchV3.Builder.setOxmList(OFOxmList oxmList) |
Modifier and Type | Method and Description |
---|---|
OFMatchV3 |
OFFactoryVer10.matchV3(OFOxmList oxmList) |
Modifier and Type | Method and Description |
---|---|
OFMatchV3 |
OFFactoryVer11.matchV3(OFOxmList oxmList) |
Modifier and Type | Method and Description |
---|---|
OFMatchV3 |
OFFactoryVer12.matchV3(OFOxmList oxmList) |
Modifier and Type | Method and Description |
---|---|
OFMatchV3 |
OFFactoryVer13.matchV3(OFOxmList oxmList) |
Modifier and Type | Method and Description |
---|---|
OFMatchV3 |
OFFactoryVer14.matchV3(OFOxmList oxmList) |
Copyright © 2015. All rights reserved.