org.mortbay.jetty
Class HttpFields.Field
java.lang.Object
org.mortbay.jetty.HttpFields.Field
- Enclosing class:
- HttpFields
public static final class HttpFields.Field
- extends Object
write
public void write(Writer writer)
throws IOException
- Throws:
IOException
put
public void put(Buffer buffer)
throws IOException
- Throws:
IOException
getName
public String getName()
getNameOrdinal
public int getNameOrdinal()
getValue
public String getValue()
getValueBuffer
public Buffer getValueBuffer()
getValueOrdinal
public int getValueOrdinal()
getIntValue
public int getIntValue()
getLongValue
public long getLongValue()
toString
public String toString()
- Overrides:
toString
in class Object