public class InternalAttribute extends Object implements InterfaceHttpData
InterfaceHttpData.HttpDataType
Constructor and Description |
---|
InternalAttribute(Charset charset) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(String value) |
void |
addValue(String value,
int rank) |
int |
compareTo(InterfaceHttpData o) |
int |
compareTo(InternalAttribute o) |
boolean |
equals(Object o) |
InterfaceHttpData.HttpDataType |
getHttpDataType() |
String |
getName()
Returns the name of this InterfaceHttpData.
|
int |
hashCode() |
void |
setValue(String value,
int rank) |
int |
size() |
ChannelBuffer |
toChannelBuffer() |
String |
toString() |
public InternalAttribute(Charset charset)
public InterfaceHttpData.HttpDataType getHttpDataType()
getHttpDataType
in interface InterfaceHttpData
public void addValue(String value)
public void addValue(String value, int rank)
public void setValue(String value, int rank)
public int compareTo(InterfaceHttpData o)
compareTo
in interface Comparable<InterfaceHttpData>
public int compareTo(InternalAttribute o)
public int size()
public ChannelBuffer toChannelBuffer()
public String getName()
InterfaceHttpData
getName
in interface InterfaceHttpData
Copyright © 2008-2016 The Netty Project. All Rights Reserved.