|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
org.apache.* |
org.apache.commons.httpclient.Authenticator | ||
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.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.NTLM | ||
public static final String |
DEFAULT_CHARSET |
"ASCII" |
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.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.CookiePolicy | ||
public static final int |
COMPATIBILITY |
0 |
public static final int |
NETSCAPE_DRAFT |
1 |
public static final int |
RFC2109 |
2 |
org.apache.commons.httpclient.cookie.CookieSpec | ||
public static final String |
PATH_DELIM |
"/" |
org.apache.commons.httpclient.methods.EntityEnclosingMethod | ||
public static final int |
CONTENT_LENGTH_AUTO |
-2 |
public static final int |
CONTENT_LENGTH_CHUNKED |
-1 |
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.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" |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |