Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.types |
Modifier and Type | Method and Description |
---|---|
BundleId |
OFBundleCtrlMsg.getBundleId() |
BundleId |
OFBundleCtrlMsg.Builder.getBundleId() |
BundleId |
OFBundleAddMsg.getBundleId() |
BundleId |
OFBundleAddMsg.Builder.getBundleId() |
BundleId |
BundleIdGenerator.nextBundleId() |
Modifier and Type | Method and Description |
---|---|
OFBundleCtrlMsg.Builder |
OFBundleCtrlMsg.Builder.setBundleId(BundleId bundleId) |
OFBundleAddMsg.Builder |
OFBundleAddMsg.Builder.setBundleId(BundleId bundleId) |
Modifier and Type | Field and Description |
---|---|
static BundleId |
BundleId.FULL_MASK |
static BundleId |
BundleId.NO_MASK |
static BundleId |
BundleId.NONE |
Modifier and Type | Method and Description |
---|---|
BundleId |
BundleId.applyMask(BundleId mask) |
static BundleId |
BundleId.of(int raw) |
static BundleId |
BundleId.read4Bytes(io.netty.buffer.ByteBuf c) |
Modifier and Type | Method and Description |
---|---|
BundleId |
BundleId.applyMask(BundleId mask) |
int |
BundleId.compareTo(BundleId o) |
Copyright © 2015. All rights reserved.