Package org.eclipse.jetty.http
Class HttpField
java.lang.Object
org.eclipse.jetty.http.HttpField
- Direct Known Subclasses:
HostPortHttpField,HttpCookie.SetCookieHttpField,HttpField.IntValueHttpField,HttpField.LongValueHttpField,PreEncodedHttpField
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
An HTTP Field
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.HttpField(HttpHeader header, String value) Deprecated.HttpField(HttpHeader header, String name, String value) Deprecated.HttpField(HttpHeader header, HttpHeaderValue value) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Look for a value in a possible multi valued fieldbooleanDeprecated.Deprecated.intDeprecated.longDeprecated.Deprecated.getName()Deprecated.getValue()Deprecated.String[]Deprecated.inthashCode()Deprecated.booleanDeprecated.booleanisSameName(HttpField field) Deprecated.toString()Deprecated.
-
Constructor Details
-
HttpField
Deprecated. -
HttpField
Deprecated. -
HttpField
Deprecated. -
HttpField
Deprecated.
-
-
Method Details
-
getHeader
Deprecated. -
getName
Deprecated. -
getLowerCaseName
Deprecated. -
getValue
Deprecated. -
getIntValue
public int getIntValue()Deprecated. -
getLongValue
public long getLongValue()Deprecated. -
getValues
Deprecated. -
contains
Deprecated.Look for a value in a possible multi valued field- Parameters:
search- Values to search for (case insensitive)- Returns:
- True iff the value is contained in the field value entirely or as an element of a quoted comma separated list. List element parameters (eg qualities) are ignored, except if they are q=0, in which case the item itself is ignored.
-
toString
Deprecated. -
isSameName
Deprecated. -
is
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-