public class OFActionVendorGeneric extends OFActionVendor
| Modifier and Type | Field and Description |
|---|---|
static int |
MINIMUM_LENGTH |
protected byte[] |
vendorData |
vendorlength, OFFSET_LENGTH, OFFSET_TYPE, type| Constructor and Description |
|---|
OFActionVendorGeneric() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getVendorData() |
int |
hashCode() |
void |
readFrom(org.jboss.netty.buffer.ChannelBuffer data) |
void |
setVendorData(byte[] vendorData) |
void |
writeTo(org.jboss.netty.buffer.ChannelBuffer data) |
getVendor, setVendor, toStringclone, fromString, getLength, getLengthU, getType, setLength, setTypepublic byte[] getVendorData()
public void setVendorData(byte[] vendorData)
public void readFrom(org.jboss.netty.buffer.ChannelBuffer data)
readFrom in class OFActionVendorpublic void writeTo(org.jboss.netty.buffer.ChannelBuffer data)
writeTo in class OFActionVendorpublic int hashCode()
hashCode in class OFActionVendorpublic boolean equals(Object obj)
equals in class OFActionVendorCopyright © 2015. All rights reserved.