public interface OFPortDesc extends OFObject
Modifier and Type | Interface and Description |
---|---|
static interface |
OFPortDesc.Builder |
Modifier and Type | Method and Description |
---|---|
OFPortDesc.Builder |
createBuilder() |
Set<OFPortFeatures> |
getAdvertised() |
Set<OFPortConfig> |
getConfig() |
Set<OFPortFeatures> |
getCurr() |
long |
getCurrSpeed() |
MacAddress |
getHwAddr() |
long |
getMaxSpeed() |
String |
getName() |
Set<OFPortFeatures> |
getPeer() |
OFPort |
getPortNo() |
Set<OFPortState> |
getState() |
Set<OFPortFeatures> |
getSupported() |
OFVersion |
getVersion() |
void |
writeTo(org.jboss.netty.buffer.ChannelBuffer channelBuffer) |
putTo
OFPort getPortNo()
MacAddress getHwAddr()
String getName()
Set<OFPortConfig> getConfig()
Set<OFPortState> getState()
Set<OFPortFeatures> getCurr()
Set<OFPortFeatures> getAdvertised()
Set<OFPortFeatures> getSupported()
Set<OFPortFeatures> getPeer()
long getCurrSpeed() throws UnsupportedOperationException
UnsupportedOperationException
long getMaxSpeed() throws UnsupportedOperationException
UnsupportedOperationException
OFVersion getVersion()
getVersion
in interface OFObject
void writeTo(org.jboss.netty.buffer.ChannelBuffer channelBuffer)
OFPortDesc.Builder createBuilder()
Copyright © 2014. All rights reserved.