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) |
putToOFPort 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
UnsupportedOperationExceptionlong getMaxSpeed()
throws UnsupportedOperationException
UnsupportedOperationExceptionOFVersion getVersion()
getVersion in interface OFObjectvoid writeTo(org.jboss.netty.buffer.ChannelBuffer channelBuffer)
OFPortDesc.Builder createBuilder()
Copyright © 2014. All rights reserved.