public class InternalAttribute extends Object implements InterfaceHttpData
InterfaceHttpData.HttpDataType
Modifier and Type | Field and Description |
---|---|
protected List<String> |
value
Deprecated.
|
Constructor and Description |
---|
InternalAttribute()
Deprecated.
|
InternalAttribute(Charset charset)
Deprecated.
|
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.
|
List<String> |
getValue()
Deprecated.
|
int |
hashCode() |
void |
setValue(String value,
int rank) |
int |
size() |
ChannelBuffer |
toChannelBuffer() |
String |
toString() |
@Deprecated protected final List<String> value
@Deprecated public InternalAttribute()
@Deprecated public InternalAttribute(Charset charset)
public InterfaceHttpData.HttpDataType getHttpDataType()
getHttpDataType
in interface InterfaceHttpData
@Deprecated public List<String> getValue()
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-2014 The Netty Project. All Rights Reserved.