public class OFVendorStatistics extends Object implements OFStatistics
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
body |
protected int |
length |
protected int |
vendor |
| Constructor and Description |
|---|
OFVendorStatistics() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getLength()
Returns the wire length of this message in bytes
|
int |
hashCode() |
void |
readFrom(org.jboss.netty.buffer.ChannelBuffer data)
Read this message off the wire from the specified ByteBuffer
|
void |
setLength(int length) |
void |
writeTo(org.jboss.netty.buffer.ChannelBuffer data)
Write this message's binary format to the specified ByteBuffer
|
public void readFrom(org.jboss.netty.buffer.ChannelBuffer data)
OFStatisticsreadFrom in interface OFStatisticspublic void writeTo(org.jboss.netty.buffer.ChannelBuffer data)
OFStatisticswriteTo in interface OFStatisticspublic int getLength()
OFStatisticsgetLength in interface OFStatisticspublic void setLength(int length)
Copyright © 2015. All rights reserved.