org.eclipse.jetty.http
类 HttpFields.Field

java.lang.Object
  继承者 org.eclipse.jetty.http.HttpFields.Field
包容类:
HttpFields

public static final class HttpFields.Field
extends Object


方法摘要
 int getIntValue()
           
 long getLongValue()
           
 String getName()
           
 int getNameOrdinal()
           
 String getValue()
           
 Buffer getValueBuffer()
           
 int getValueOrdinal()
           
 void putTo(Buffer buffer)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

方法详细信息

putTo

public void putTo(Buffer buffer)
           throws IOException
抛出:
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()
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.