|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.http.HTTPConstants
This class defines a set of constants for use in HTTP messages.
Field Summary | |
static java.lang.String |
GET
Constant for the beginning "GET" of an HTTP URN get request. |
static java.lang.String |
HTTP10
Constant for the HTTP 1.0 specifier at the end of an HTTP URN get request. |
static java.lang.String |
HTTP11
Constant for the HTTP 1.1 specifier at the end of an HTTP URN get request. |
static java.lang.String |
NAME_TO_RESOURCE
Constant for the "Name to Resource", or "N2R?" resolution service identifier, as specified in RFC 2169. |
static java.lang.String |
URI_RES
Constant for the "uri-res" specifier for an HTTP URN get request. |
static java.lang.String |
URI_RES_N2R
Constant for the "uri-res" uri resolution specifier, followed by the standard "/" and the resolution service id, in our case "N2R?". |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String GET
public static final java.lang.String HTTP10
public static final java.lang.String HTTP11
public static final java.lang.String URI_RES
public static final java.lang.String NAME_TO_RESOURCE
public static final java.lang.String URI_RES_N2R
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |