public interface OFStatistics
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
Returns the wire length of this message in bytes
|
void |
readFrom(org.jboss.netty.buffer.ChannelBuffer data)
Read this message off the wire from the specified ByteBuffer
|
void |
writeTo(org.jboss.netty.buffer.ChannelBuffer data)
Write this message's binary format to the specified ByteBuffer
|
int getLength()
void readFrom(org.jboss.netty.buffer.ChannelBuffer data)
data - void writeTo(org.jboss.netty.buffer.ChannelBuffer data)
data - Copyright © 2015. All rights reserved.