| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| org.apache.* | 
|---|
| org.apache.commons.httpclient.ConnectMethod | ||
|---|---|---|
| public static final String | NAME | "CONNECT" | 
| org.apache.commons.httpclient.HttpConstants | ||
|---|---|---|
| public static final String | DEFAULT_CONTENT_CHARSET | "ISO-8859-1" | 
| public static final String | HTTP_ELEMENT_CHARSET | "US-ASCII" | 
| org.apache.commons.httpclient.HttpState | ||
|---|---|---|
| public static final String | PREEMPTIVE_DEFAULT | "false" | 
| public static final String | PREEMPTIVE_PROPERTY | "httpclient.authentication.preemptive" | 
| org.apache.commons.httpclient.HttpStatus | ||
|---|---|---|
| public static final int | SC_ACCEPTED | 202 | 
| public static final int | SC_BAD_GATEWAY | 502 | 
| public static final int | SC_BAD_REQUEST | 400 | 
| public static final int | SC_CONFLICT | 409 | 
| public static final int | SC_CONTINUE | 100 | 
| public static final int | SC_CREATED | 201 | 
| public static final int | SC_EXPECTATION_FAILED | 417 | 
| public static final int | SC_FAILED_DEPENDENCY | 424 | 
| public static final int | SC_FORBIDDEN | 403 | 
| public static final int | SC_GATEWAY_TIMEOUT | 504 | 
| public static final int | SC_GONE | 410 | 
| public static final int | SC_HTTP_VERSION_NOT_SUPPORTED | 505 | 
| public static final int | SC_INSUFFICIENT_SPACE_ON_RESOURCE | 419 | 
| public static final int | SC_INSUFFICIENT_STORAGE | 507 | 
| public static final int | SC_INTERNAL_SERVER_ERROR | 500 | 
| public static final int | SC_LENGTH_REQUIRED | 411 | 
| public static final int | SC_LOCKED | 423 | 
| public static final int | SC_METHOD_FAILURE | 420 | 
| public static final int | SC_METHOD_NOT_ALLOWED | 405 | 
| public static final int | SC_MOVED_PERMANENTLY | 301 | 
| public static final int | SC_MOVED_TEMPORARILY | 302 | 
| public static final int | SC_MULTI_STATUS | 207 | 
| public static final int | SC_MULTIPLE_CHOICES | 300 | 
| public static final int | SC_NO_CONTENT | 204 | 
| public static final int | SC_NON_AUTHORITATIVE_INFORMATION | 203 | 
| public static final int | SC_NOT_ACCEPTABLE | 406 | 
| public static final int | SC_NOT_FOUND | 404 | 
| public static final int | SC_NOT_IMPLEMENTED | 501 | 
| public static final int | SC_NOT_MODIFIED | 304 | 
| public static final int | SC_OK | 200 | 
| public static final int | SC_PARTIAL_CONTENT | 206 | 
| public static final int | SC_PAYMENT_REQUIRED | 402 | 
| public static final int | SC_PRECONDITION_FAILED | 412 | 
| public static final int | SC_PROCESSING | 102 | 
| public static final int | SC_PROXY_AUTHENTICATION_REQUIRED | 407 | 
| public static final int | SC_REQUEST_TIMEOUT | 408 | 
| public static final int | SC_REQUEST_TOO_LONG | 413 | 
| public static final int | SC_REQUEST_URI_TOO_LONG | 414 | 
| public static final int | SC_REQUESTED_RANGE_NOT_SATISFIABLE | 416 | 
| public static final int | SC_RESET_CONTENT | 205 | 
| public static final int | SC_SEE_OTHER | 303 | 
| public static final int | SC_SERVICE_UNAVAILABLE | 503 | 
| public static final int | SC_SWITCHING_PROTOCOLS | 101 | 
| public static final int | SC_TEMPORARY_REDIRECT | 307 | 
| public static final int | SC_UNAUTHORIZED | 401 | 
| public static final int | SC_UNPROCESSABLE_ENTITY | 422 | 
| public static final int | SC_UNSUPPORTED_MEDIA_TYPE | 415 | 
| public static final int | SC_USE_PROXY | 305 | 
| org.apache.commons.httpclient.HttpsURL | ||
|---|---|---|
| public static final int | _default_port | 443 | 
| public static final int | DEFAULT_PORT | 443 | 
| org.apache.commons.httpclient.HttpURL | ||
|---|---|---|
| public static final int | _default_port | 80 | 
| public static final int | DEFAULT_PORT | 80 | 
| org.apache.commons.httpclient.MultiThreadedHttpConnectionManager | ||
|---|---|---|
| public static final int | DEFAULT_MAX_HOST_CONNECTIONS | 2 | 
| public static final int | DEFAULT_MAX_TOTAL_CONNECTIONS | 20 | 
| org.apache.commons.httpclient.URI.DefaultCharsetChanged | ||
|---|---|---|
| public static final int | DOCUMENT_CHARSET | 2 | 
| public static final int | PROTOCOL_CHARSET | 1 | 
| public static final int | UNKNOWN | 0 | 
| org.apache.commons.httpclient.URIException | ||
|---|---|---|
| public static final int | ESCAPING | 3 | 
| public static final int | PARSING | 1 | 
| public static final int | PUNYCODE | 4 | 
| public static final int | UNKNOWN | 0 | 
| public static final int | UNSUPPORTED_ENCODING | 2 | 
| org.apache.commons.httpclient.auth.AuthPolicy | ||
|---|---|---|
| public static final String | AUTH_SCHEME_PRIORITY | "http.auth.scheme-priority" | 
| public static final String | BASIC | "Basic" | 
| public static final String | DIGEST | "Digest" | 
| public static final String | NTLM | "NTLM" | 
| org.apache.commons.httpclient.auth.AuthScope | ||
|---|---|---|
| public static final int | ANY_PORT | -1 | 
| org.apache.commons.httpclient.auth.AuthState | ||
|---|---|---|
| public static final String | PREEMPTIVE_AUTH_SCHEME | "basic" | 
| org.apache.commons.httpclient.auth.CredentialsProvider | ||
|---|---|---|
| public static final String | PROVIDER | "http.authentication.credential-provider" | 
| org.apache.commons.httpclient.auth.HttpAuthenticator | ||
|---|---|---|
| public static final String | PROXY_AUTH | "Proxy-Authenticate" | 
| public static final String | PROXY_AUTH_RESP | "Proxy-Authorization" | 
| public static final String | WWW_AUTH | "WWW-Authenticate" | 
| public static final String | WWW_AUTH_RESP | "Authorization" | 
| org.apache.commons.httpclient.cookie.Cookie2 | ||
|---|---|---|
| public static final String | COMMENT | "comment" | 
| public static final String | COMMENTURL | "commenturl" | 
| public static final String | DISCARD | "discard" | 
| public static final String | DOMAIN | "domain" | 
| public static final String | MAXAGE | "max-age" | 
| public static final String | PATH | "path" | 
| public static final String | PORT | "port" | 
| public static final String | SECURE | "secure" | 
| public static final String | VERSION | "version" | 
| org.apache.commons.httpclient.cookie.CookiePolicy | ||
|---|---|---|
| public static final String | BROWSER_COMPATIBILITY | "compatibility" | 
| public static final int | COMPATIBILITY | 0 | 
| public static final String | DEFAULT | "default" | 
| public static final String | IGNORE_COOKIES | "ignoreCookies" | 
| public static final String | NETSCAPE | "netscape" | 
| public static final int | NETSCAPE_DRAFT | 1 | 
| public static final String | RFC_2109 | "rfc2109" | 
| public static final String | RFC_2965 | "rfc2965" | 
| public static final int | RFC2109 | 2 | 
| public static final int | RFC2965 | 3 | 
| org.apache.commons.httpclient.cookie.CookieSpec | ||
|---|---|---|
| public static final String | PATH_DELIM | "/" | 
| org.apache.commons.httpclient.cookie.RFC2109Spec | ||
|---|---|---|
| public static final String | SET_COOKIE_KEY | "set-cookie" | 
| org.apache.commons.httpclient.cookie.RFC2965Spec | ||
|---|---|---|
| public static final String | SET_COOKIE2_KEY | "set-cookie2" | 
| org.apache.commons.httpclient.methods.EntityEnclosingMethod | ||
|---|---|---|
| public static final long | CONTENT_LENGTH_AUTO | -2L | 
| public static final long | CONTENT_LENGTH_CHUNKED | -1L | 
| org.apache.commons.httpclient.methods.InputStreamRequestEntity | ||
|---|---|---|
| public static final int | CONTENT_LENGTH_AUTO | -2 | 
| org.apache.commons.httpclient.methods.MultipartPostMethod | ||
|---|---|---|
| public static final String | MULTIPART_FORM_CONTENT_TYPE | "multipart/form-data" | 
| org.apache.commons.httpclient.methods.PostMethod | ||
|---|---|---|
| public static final String | FORM_URL_ENCODED_CONTENT_TYPE | "application/x-www-form-urlencoded" | 
| org.apache.commons.httpclient.methods.multipart.FilePart | ||
|---|---|---|
| public static final String | DEFAULT_CHARSET | "ISO-8859-1" | 
| public static final String | DEFAULT_CONTENT_TYPE | "application/octet-stream" | 
| public static final String | DEFAULT_TRANSFER_ENCODING | "binary" | 
| protected static final String | FILE_NAME | "; filename=" | 
| org.apache.commons.httpclient.methods.multipart.Part | ||
|---|---|---|
| protected static final String | BOUNDARY | "----------------314159265358979323846" | 
| protected static final String | CHARSET | "; charset=" | 
| protected static final String | CONTENT_DISPOSITION | "Content-Disposition: form-data; name=" | 
| protected static final String | CONTENT_TRANSFER_ENCODING | "Content-Transfer-Encoding: " | 
| protected static final String | CONTENT_TYPE | "Content-Type: " | 
| protected static final String | CRLF | "\r\n" | 
| protected static final String | EXTRA | "--" | 
| protected static final String | QUOTE | "\"" | 
| org.apache.commons.httpclient.methods.multipart.StringPart | ||
|---|---|---|
| public static final String | DEFAULT_CHARSET | "US-ASCII" | 
| public static final String | DEFAULT_CONTENT_TYPE | "text/plain" | 
| public static final String | DEFAULT_TRANSFER_ENCODING | "8bit" | 
| org.apache.commons.httpclient.params.HostParams | ||
|---|---|---|
| public static final String | DEFAULT_HEADERS | "http.default-headers" | 
| org.apache.commons.httpclient.params.HttpClientParams | ||
|---|---|---|
| public static final String | ALLOW_CIRCULAR_REDIRECTS | "http.protocol.allow-circular-redirects" | 
| public static final String | CONNECTION_MANAGER_CLASS | "http.connection-manager.class" | 
| public static final String | CONNECTION_MANAGER_TIMEOUT | "http.connection-manager.timeout" | 
| public static final String | MAX_REDIRECTS | "http.protocol.max-redirects" | 
| public static final String | PREEMPTIVE_AUTHENTICATION | "http.authentication.preemptive" | 
| public static final String | REJECT_RELATIVE_REDIRECT | "http.protocol.reject-relative-redirect" | 
| org.apache.commons.httpclient.params.HttpConnectionManagerParams | ||
|---|---|---|
| public static final String | MAX_HOST_CONNECTIONS | "http.connection-manager.max-per-host" | 
| public static final String | MAX_TOTAL_CONNECTIONS | "http.connection-manager.max-total" | 
| org.apache.commons.httpclient.params.HttpConnectionParams | ||
|---|---|---|
| public static final String | CONNECTION_TIMEOUT | "http.connection.timeout" | 
| public static final String | SO_LINGER | "http.socket.linger" | 
| public static final String | SO_RCVBUF | "http.socket.receivebuffer" | 
| public static final String | SO_SNDBUF | "http.socket.sendbuffer" | 
| public static final String | SO_TIMEOUT | "http.socket.timeout" | 
| public static final String | STALE_CONNECTION_CHECK | "http.connection.stalecheck" | 
| public static final String | TCP_NODELAY | "http.tcp.nodelay" | 
| org.apache.commons.httpclient.params.HttpMethodParams | ||
|---|---|---|
| public static final String | BUFFER_WARN_TRIGGER_LIMIT | "http.method.response.buffer.warnlimit" | 
| public static final String | COOKIE_POLICY | "http.protocol.cookie-policy" | 
| public static final String | CREDENTIAL_CHARSET | "http.protocol.credential-charset" | 
| public static final String | DATE_PATTERNS | "http.dateparser.patterns" | 
| public static final String | HEAD_BODY_CHECK_TIMEOUT | "http.protocol.head-body-timeout" | 
| public static final String | HTTP_CONTENT_CHARSET | "http.protocol.content-charset" | 
| public static final String | HTTP_ELEMENT_CHARSET | "http.protocol.element-charset" | 
| public static final String | HTTP_URI_CHARSET | "http.protocol.uri-charset" | 
| public static final String | MULTIPART_BOUNDARY | "http.method.multipart.boundary" | 
| public static final String | PROTOCOL_VERSION | "http.protocol.version" | 
| public static final String | REJECT_HEAD_BODY | "http.protocol.reject-head-body" | 
| public static final String | RETRY_HANDLER | "http.method.retry-handler" | 
| public static final String | SINGLE_COOKIE_HEADER | "http.protocol.single-cookie-header" | 
| public static final String | SO_TIMEOUT | "http.socket.timeout" | 
| public static final String | STATUS_LINE_GARBAGE_LIMIT | "http.protocol.status-line-garbage-limit" | 
| public static final String | STRICT_TRANSFER_ENCODING | "http.protocol.strict-transfer-encoding" | 
| public static final String | UNAMBIGUOUS_STATUS_LINE | "http.protocol.unambiguous-statusline" | 
| public static final String | USE_EXPECT_CONTINUE | "http.protocol.expect-continue" | 
| public static final String | USER_AGENT | "http.useragent" | 
| public static final String | VIRTUAL_HOST | "http.virtual-host" | 
| public static final String | WARN_EXTRA_INPUT | "http.protocol.warn-extra-input" | 
| org.apache.commons.httpclient.util.DateParser | ||
|---|---|---|
| public static final String | PATTERN_ASCTIME | "EEE MMM d HH:mm:ss yyyy" | 
| public static final String | PATTERN_RFC1036 | "EEEE, dd-MMM-yy HH:mm:ss zzz" | 
| public static final String | PATTERN_RFC1123 | "EEE, dd MMM yyyy HH:mm:ss zzz" | 
| org.apache.commons.httpclient.util.DateUtil | ||
|---|---|---|
| public static final String | PATTERN_ASCTIME | "EEE MMM d HH:mm:ss yyyy" | 
| public static final String | PATTERN_RFC1036 | "EEEE, dd-MMM-yy HH:mm:ss zzz" | 
| public static final String | PATTERN_RFC1123 | "EEE, dd MMM yyyy HH:mm:ss zzz" | 
| org.apache.commons.httpclient.util.LangUtils | ||
|---|---|---|
| public static final int | HASH_OFFSET | 37 | 
| public static final int | HASH_SEED | 17 | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||