public final class UnSupportedAttribute extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Modifier and Type | Method and Description |
|---|---|
static void |
read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads channel buffer parses attribute header and skips specified length.
|
static void |
skipBytes(org.jboss.netty.buffer.ChannelBuffer cb,
short length)
Skip specified bytes in channel buffer.
|
public static void read(org.jboss.netty.buffer.ChannelBuffer cb)
cb - channelBufferpublic static void skipBytes(org.jboss.netty.buffer.ChannelBuffer cb,
short length)
cb - channelBufferlength - to be skipped