org.eclipse.jetty.http
Class HttpFields.Field
java.lang.Object
org.eclipse.jetty.http.HttpFields.Field
- Enclosing class:
- HttpFields
public static final class HttpFields.Field
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
putTo
public void putTo(Buffer buffer)
throws java.io.IOException
- Throws:
java.io.IOException
getName
public java.lang.String getName()
getNameOrdinal
public int getNameOrdinal()
getValue
public java.lang.String getValue()
getValueBuffer
public Buffer getValueBuffer()
getValueOrdinal
public int getValueOrdinal()
getIntValue
public int getIntValue()
getLongValue
public long getLongValue()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2013. All Rights Reserved.