|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV NEXT | ||||||||
A
- addHeader(Header) - Method in interface org.apache.http.HttpMessage
- Adds a header to this message.
- addStatusCodeMap(int, String) - Static method in class org.apache.http.HttpStatus
- Store the given reason phrase, by status code.
B
- bind(Socket, HttpParams) - Method in interface org.apache.http.HttpServerConnection
- Binds this connection to an underlying socket.
C
- ConnectTimeoutException - exception org.apache.http.ConnectTimeoutException.
- A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
- ConnectTimeoutException() - Constructor for class org.apache.http.ConnectTimeoutException
- Creates a ConnectTimeoutException with a null detail message.
- ConnectTimeoutException(String) - Constructor for class org.apache.http.ConnectTimeoutException
- Creates a ConnectTimeoutException with the specified detail message.
- ConnectionClosedException - exception org.apache.http.ConnectionClosedException.
- Indicates that a connection has been closed.
- ConnectionClosedException(String) - Constructor for class org.apache.http.ConnectionClosedException
- Creates a new MethodNotSupportedException with the specified detail message.
- ConnectionReuseStrategy - interface org.apache.http.ConnectionReuseStrategy.
- Interface for deciding whether a connection should be kept alive.
- close() - Method in interface org.apache.http.HttpConnection
- This method will gracefully close the connection.
- compareTo(HttpVersion) - Method in class org.apache.http.HttpVersion
- Compares this HTTP protocol version with another one.
- compareTo(Object) - Method in class org.apache.http.HttpVersion
- consumeContent() - Method in interface org.apache.http.HttpEntity
- Consumes the remaining content of a streamed entity.
- containsHeader(String) - Method in interface org.apache.http.HttpMessage
- Checks if a certain header is present in this message.
D
- defaultPort - Variable in class org.apache.http.Scheme
- The default port for this scheme
E
- equals(Object) - Method in class org.apache.http.HeaderElement
- equals(Object) - Method in class org.apache.http.HttpHost
- equals(Object) - Method in class org.apache.http.HttpVersion
- equals(HttpVersion) - Method in class org.apache.http.HttpVersion
- Test if the HTTP protocol version is equal to the given number.
- equals(Object) - Method in class org.apache.http.NameValuePair
- equals(Object) - Method in class org.apache.http.Scheme
- Return true if the specified object equals this object.
- expectContinue() - Method in interface org.apache.http.HttpEntityEnclosingRequest
F
- flush() - Method in interface org.apache.http.HttpClientConnection
- Writes out all pending buffered data over the open connection.
- flush() - Method in interface org.apache.http.HttpServerConnection
- Sends all pending buffered data over this connection.
- format(CharArrayBuffer, Header) - Static method in class org.apache.http.Header
- Formats a Header into a header line.
- format(Header) - Static method in class org.apache.http.Header
- format(CharArrayBuffer, HeaderElement) - Static method in class org.apache.http.HeaderElement
- format(HeaderElement) - Static method in class org.apache.http.HeaderElement
- format(CharArrayBuffer, HttpVersion) - Static method in class org.apache.http.HttpVersion
- format(HttpVersion) - Static method in class org.apache.http.HttpVersion
- format(CharArrayBuffer, String, boolean) - Static method in class org.apache.http.NameValuePair
- format(CharArrayBuffer, NameValuePair, boolean) - Static method in class org.apache.http.NameValuePair
- Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616
- format(NameValuePair, boolean) - Static method in class org.apache.http.NameValuePair
- Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616
- format(CharArrayBuffer, RequestLine) - Static method in class org.apache.http.RequestLine
- format(RequestLine) - Static method in class org.apache.http.RequestLine
- format(CharArrayBuffer, StatusLine) - Static method in class org.apache.http.StatusLine
- format(StatusLine) - Static method in class org.apache.http.StatusLine
- formatAll(CharArrayBuffer, HeaderElement[]) - Static method in class org.apache.http.HeaderElement
- formatAll(HeaderElement[]) - Static method in class org.apache.http.HeaderElement
- formatAll(CharArrayBuffer, NameValuePair[], boolean) - Static method in class org.apache.http.NameValuePair
- Produces textual representaion of the attribute/value pairs using formatting rules defined in RFC 2616
- formatAll(NameValuePair[], boolean) - Static method in class org.apache.http.NameValuePair
- Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616
G
- getAllHeaders() - Method in interface org.apache.http.HttpMessage
- Returns all the headers of this message.
- getContent() - Method in interface org.apache.http.HttpEntity
- Creates a new InputStream object of the entity.
- getContentEncoding() - Method in interface org.apache.http.HttpEntity
- Obtains the Content-Encoding header, if known.
- getContentLength() - Method in interface org.apache.http.HttpEntity
- Tells the length of the content, if known.
- getContentType() - Method in interface org.apache.http.HttpEntity
- Obtains the Content-Type header, if known.
- getDefaultPort() - Method in class org.apache.http.Scheme
- Returns the defaultPort.
- getElements() - Method in class org.apache.http.Header
- Returns an array of HeaderElements constructed from my value.
- getEntity() - Method in interface org.apache.http.HttpEntityEnclosingRequest
- getEntity() - Method in interface org.apache.http.HttpResponse
- Returns the response entity of this response as set by
- getFirstHeader(String) - Method in interface org.apache.http.HttpMessage
- Returns the first header with a specified name of this message.
- getHeaders(String) - Method in interface org.apache.http.HttpMessage
- Returns all the headers with a specified name of this message.
- getHostName() - Method in class org.apache.http.HttpHost
- Returns the host name (IP or DNS name).
- getHttpVersion() - Method in interface org.apache.http.HttpMessage
- Returns the HTTP version this message is compatible with.
- getHttpVersion() - Method in class org.apache.http.RequestLine
- getHttpVersion() - Method in class org.apache.http.StatusLine
- getLastHeader(String) - Method in interface org.apache.http.HttpMessage
- Returns the last header with a specified name of this message.
- getLocalAddress() - Method in interface org.apache.http.HttpClientConnection
- The local address the connection is or will be bound to as set by
- getMajor() - Method in class org.apache.http.HttpVersion
- Returns the major version number of the HTTP protocol.
- getMethod() - Method in class org.apache.http.RequestLine
- getMinor() - Method in class org.apache.http.HttpVersion
- Returns the minor version number of the HTTP protocol.
- getName() - Method in class org.apache.http.Header
- Returns the header name.
- getName() - Method in class org.apache.http.HeaderElement
- Returns the name.
- getName() - Method in class org.apache.http.NameValuePair
- Returns the name.
- getName() - Method in class org.apache.http.Scheme
- Returns the scheme.
- getParameterByName(String) - Method in class org.apache.http.HeaderElement
- Returns parameter with the given name, if found.
- getParameters() - Method in class org.apache.http.HeaderElement
- Get parameters, if any.
- getParams() - Method in interface org.apache.http.HttpMessage
- Returns the parameters effective for this message as set by
- getPort() - Method in class org.apache.http.HttpHost
- Returns the port.
- getReasonPhrase() - Method in class org.apache.http.StatusLine
- getRequestLine() - Method in interface org.apache.http.HttpRequest
- Returns the request line of this request.
- getScheme() - Method in class org.apache.http.HttpHost
- Returns the scheme.
- getScheme(String) - Static method in class org.apache.http.Scheme
- Gets the scheme with the given ID.
- getSocketFactory() - Method in class org.apache.http.Scheme
- Returns the socketFactory.
- getStatusCode() - Method in class org.apache.http.StatusLine
- getStatusLine() - Method in interface org.apache.http.HttpResponse
- Returns the status line that belongs to this response as set by
- getStatusText(int) - Static method in class org.apache.http.HttpStatus
- Get the reason phrase for a particular status code.
- getTargetHost() - Method in interface org.apache.http.HttpClientConnection
- Returns the current target host as set by @link #setTargetHost(HttpHost).
- getTunnelTarget() - Method in interface org.apache.http.HttpProxyConnection
- Returns the target host as provided by
- getUri() - Method in class org.apache.http.RequestLine
- getValue() - Method in class org.apache.http.Header
- Returns the header value.
- getValue() - Method in class org.apache.http.HeaderElement
- Returns the value.
- getValue() - Method in class org.apache.http.NameValuePair
- Returns the value.
- greaterEquals(HttpVersion) - Method in class org.apache.http.HttpVersion
- Test if the HTTP protocol version is greater or equal to the given number.
H
- HTTP_0_9 - Static variable in class org.apache.http.HttpVersion
- HTTP protocol version 0.9
- HTTP_1_0 - Static variable in class org.apache.http.HttpVersion
- HTTP protocol version 1.0
- HTTP_1_1 - Static variable in class org.apache.http.HttpVersion
- HTTP protocol version 1.1
- Header - class org.apache.http.Header.
- Represents an HTTP header field.
- Header(String, String) - Constructor for class org.apache.http.Header
- Constructor with name and value
- HeaderElement - class org.apache.http.HeaderElement.
- One element of an HTTP header's value.
- HeaderElement(NameValuePair[]) - Constructor for class org.apache.http.HeaderElement
- HeaderElement(String, String, NameValuePair[]) - Constructor for class org.apache.http.HeaderElement
- Constructor with name, value and parameters.
- HeaderElement(String, String) - Constructor for class org.apache.http.HeaderElement
- Constructor with name and value.
- HttpClientConnection - interface org.apache.http.HttpClientConnection.
- An HTTP connection for use on the client side.
- HttpConnection - interface org.apache.http.HttpConnection.
- A generic HTTP connection, useful on client and server side.
- HttpEntity - interface org.apache.http.HttpEntity.
- An entity that can be sent or received with an HTTP message.
- HttpEntityEnclosingRequest - interface org.apache.http.HttpEntityEnclosingRequest.
- A request with an entity.
- HttpException - exception org.apache.http.HttpException.
- Signals that an HTTP exception has occurred.
- HttpException() - Constructor for class org.apache.http.HttpException
- Creates a new HttpException with a null detail message.
- HttpException(String) - Constructor for class org.apache.http.HttpException
- Creates a new HttpException with the specified detail message.
- HttpException(String, Throwable) - Constructor for class org.apache.http.HttpException
- Creates a new HttpException with the specified detail message and cause.
- HttpHost - class org.apache.http.HttpHost.
- Holds all of the variables needed to describe an HTTP connection to a host.
- HttpHost(String, int, Scheme) - Constructor for class org.apache.http.HttpHost
- Constructor for HttpHost.
- HttpHost(String, int) - Constructor for class org.apache.http.HttpHost
- Constructor for HttpHost.
- HttpHost(String) - Constructor for class org.apache.http.HttpHost
- Constructor for HttpHost.
- HttpHost(HttpHost) - Constructor for class org.apache.http.HttpHost
- Copy constructor for HttpHost
- HttpMessage - interface org.apache.http.HttpMessage.
- A generic HTTP message.
- HttpProxyConnection - interface org.apache.http.HttpProxyConnection.
- An HTTP connection through a proxy.
- HttpRequest - interface org.apache.http.HttpRequest.
- An HTTP request.
- HttpRequestFactory - interface org.apache.http.HttpRequestFactory.
- A factory for HttpRequest objects.
- HttpRequestInterceptor - interface org.apache.http.HttpRequestInterceptor.
- Provides the possibility to preprocess a request before it is sent to the server or after it has received on the server side.
- HttpResponse - interface org.apache.http.HttpResponse.
- An HTTP response.
- HttpResponseFactory - interface org.apache.http.HttpResponseFactory.
- A factory for HttpResponse objects.
- HttpResponseInterceptor - interface org.apache.http.HttpResponseInterceptor.
- Provides the possibility to postprocess a response before it is sent to the client or after it has been received on the client side.
- HttpServerConnection - interface org.apache.http.HttpServerConnection.
- An HTTP connection for use on the server side.
- HttpStatus - class org.apache.http.HttpStatus.
- Constants enumerating the HTTP status codes.
- HttpStatus() - Constructor for class org.apache.http.HttpStatus
- HttpVersion - class org.apache.http.HttpVersion.
- HTTP version, as specified in RFC 2616.
- HttpVersion(int, int) - Constructor for class org.apache.http.HttpVersion
- Create an HTTP protocol version designator.
- hashCode() - Method in class org.apache.http.HeaderElement
- hashCode() - Method in class org.apache.http.HttpHost
- hashCode() - Method in class org.apache.http.HttpVersion
- hashCode() - Method in class org.apache.http.NameValuePair
- hashCode() - Method in class org.apache.http.Scheme
- Return a hash code for this object
- headerIterator() - Method in interface org.apache.http.HttpMessage
- Returns an iterator of all the headers.
- hostname - Variable in class org.apache.http.HttpHost
- The host to use.
- httpVersion - Variable in class org.apache.http.StatusLine
- The HTTP-Version.
- httpversion - Variable in class org.apache.http.RequestLine
I
- isChunked() - Method in interface org.apache.http.HttpEntity
- Tells about chunked encoding for this entity.
- isOneOf(char[], char) - Static method in class org.apache.http.NameValuePair
- isOpen() - Method in interface org.apache.http.HttpConnection
- Checks if this connection is open.
- isRepeatable() - Method in interface org.apache.http.HttpEntity
- Tells if the entity is capable to produce its data more than once.
- isResponseAvailable(int) - Method in interface org.apache.http.HttpClientConnection
- Checks if response data is available from the connection.
- isSecure() - Method in interface org.apache.http.HttpProxyConnection
- Checks if the tunnel uses a secure socket.
- isSecure() - Method in class org.apache.http.Scheme
- Returns true if this scheme is secure
- isSeparator(char) - Static method in class org.apache.http.NameValuePair
- isStale() - Method in interface org.apache.http.HttpConnection
- Network connections may get closed during some time of inactivity for several reasons.
- isStreaming() - Method in interface org.apache.http.HttpEntity
- Tells whether this entity depends on an underlying stream.
- isTunnelActive() - Method in interface org.apache.http.HttpProxyConnection
- Checks if
- isUnsafeChar(char) - Static method in class org.apache.http.NameValuePair
K
- keepAlive(HttpResponse) - Method in interface org.apache.http.ConnectionReuseStrategy
- Tells if the connection used to receive a response should be closed or kept open.
L
- lessEquals(HttpVersion) - Method in class org.apache.http.HttpVersion
- Test if the HTTP protocol version is less or equal to the given number.
M
- MethodNotSupportedException - exception org.apache.http.MethodNotSupportedException.
- Indicates that an HTTP method is not supported.
- MethodNotSupportedException(String) - Constructor for class org.apache.http.MethodNotSupportedException
- Creates a new MethodNotSupportedException with the specified detail message.
- MethodNotSupportedException(String, Throwable) - Constructor for class org.apache.http.MethodNotSupportedException
- Creates a new MethodNotSupportedException with the specified detail message and cause.
- main(String[]) - Static method in class org.apache.http.TestAll
- main(String[]) - Static method in class org.apache.http.TestHeader
- main(String[]) - Static method in class org.apache.http.TestHeaderElement
- main(String[]) - Static method in class org.apache.http.TestHttpExceptions
- main(String[]) - Static method in class org.apache.http.TestHttpHost
- main(String[]) - Static method in class org.apache.http.TestHttpStatus
- main(String[]) - Static method in class org.apache.http.TestNameValuePair
- main(String[]) - Static method in class org.apache.http.TestRequestLine
- main(String[]) - Static method in class org.apache.http.TestScheme
- main(String[]) - Static method in class org.apache.http.TestStatusLine
- major - Variable in class org.apache.http.HttpVersion
- Major version number of the HTTP protocol
- method - Variable in class org.apache.http.RequestLine
- minor - Variable in class org.apache.http.HttpVersion
- Minor version number of the HTTP protocol
N
- NameValuePair - class org.apache.http.NameValuePair.
- A simple class encapsulating an attribute/value pair.
- NameValuePair(String, String) - Constructor for class org.apache.http.NameValuePair
- Default Constructor taking a name and a value.
- NoHttpResponseException - exception org.apache.http.NoHttpResponseException.
- Signals that the target server failed to respond with a valid HTTP response.
- NoHttpResponseException(String) - Constructor for class org.apache.http.NoHttpResponseException
- Creates a new NoHttpResponseException with the specified detail message.
- name - Variable in class org.apache.http.Header
- Header name.
- name - Variable in class org.apache.http.HeaderElement
- name - Variable in class org.apache.http.NameValuePair
- name - Variable in class org.apache.http.Scheme
- the scheme of this scheme (e.g.
- newHttpRequest(RequestLine) - Method in interface org.apache.http.HttpRequestFactory
- newHttpRequest(String, String) - Method in interface org.apache.http.HttpRequestFactory
- newHttpResponse(HttpVersion, int) - Method in interface org.apache.http.HttpResponseFactory
- newHttpResponse(StatusLine) - Method in interface org.apache.http.HttpResponseFactory
O
- open(HttpParams) - Method in interface org.apache.http.HttpClientConnection
- Opens the connection.
- org.apache.http - package org.apache.http
P
- ProtocolException - exception org.apache.http.ProtocolException.
- Signals that an HTTP protocol violation has occurred.
- ProtocolException() - Constructor for class org.apache.http.ProtocolException
- Creates a new ProtocolException with a null detail message.
- ProtocolException(String) - Constructor for class org.apache.http.ProtocolException
- Creates a new ProtocolException with the specified detail message.
- ProtocolException(String, Throwable) - Constructor for class org.apache.http.ProtocolException
- Creates a new ProtocolException with the specified detail message and cause.
- ProxyHost - class org.apache.http.ProxyHost.
- Holds all of the variables needed to describe an HTTP connection to a proxy.
- ProxyHost(ProxyHost) - Constructor for class org.apache.http.ProxyHost
- Copy constructor for ProxyHost.
- ProxyHost(String, int) - Constructor for class org.apache.http.ProxyHost
- Constructor for ProxyHost.
- ProxyHost(String) - Constructor for class org.apache.http.ProxyHost
- Constructor for ProxyHost.
- parameters - Variable in class org.apache.http.HeaderElement
- parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.HeaderElement
- parse(String) - Static method in class org.apache.http.HeaderElement
- parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.HttpVersion
- Parses the textual representation of the given HTTP protocol version.
- parse(String) - Static method in class org.apache.http.HttpVersion
- parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.NameValuePair
- parse(String) - Static method in class org.apache.http.NameValuePair
- parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.RequestLine
- parse(String) - Static method in class org.apache.http.RequestLine
- parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.StatusLine
- Parses the status line returned from the HTTP server.
- parse(String) - Static method in class org.apache.http.StatusLine
- parseAll(CharArrayBuffer, int, int) - Static method in class org.apache.http.HeaderElement
- This parses the value part of a header.
- parseAll(String) - Static method in class org.apache.http.HeaderElement
- This parses the value part of a header.
- parseAll(CharArrayBuffer, int, int) - Static method in class org.apache.http.NameValuePair
- parseAll(String) - Static method in class org.apache.http.NameValuePair
- port - Variable in class org.apache.http.HttpHost
- The port to use.
- process(HttpRequest, HttpContext) - Method in interface org.apache.http.HttpRequestInterceptor
- process(HttpResponse, HttpContext) - Method in interface org.apache.http.HttpResponseInterceptor
R
- REASON_PHRASES - Static variable in class org.apache.http.HttpStatus
- Reason phrases lookup table.
- RequestLine - class org.apache.http.RequestLine.
- The first line of an HttpRequest.
- RequestLine(String, String, HttpVersion) - Constructor for class org.apache.http.RequestLine
- reasonPhrase - Variable in class org.apache.http.StatusLine
- The Reason-Phrase.
- receiveRequestEntity(HttpEntityEnclosingRequest) - Method in interface org.apache.http.HttpServerConnection
- Receives the next request entity available from this connection and attaches it to an existing request.
- receiveRequestHeader(HttpParams) - Method in interface org.apache.http.HttpServerConnection
- Receives the request line and all headers available from this connection.
- receiveResponseEntity(HttpResponse) - Method in interface org.apache.http.HttpClientConnection
- Receives the next response entity available from this connection and attaches it to an existing HttpResponse object.
- receiveResponseHeader(HttpParams) - Method in interface org.apache.http.HttpClientConnection
- Receives the request line and headers of the next response available from this connection.
- registerScheme(String, Scheme) - Static method in class org.apache.http.Scheme
- Registers a new scheme with the given identifier.
- removeHeader(Header) - Method in interface org.apache.http.HttpMessage
- Removes a header from this message.
- removeHeaders(String) - Method in interface org.apache.http.HttpMessage
- Removes all headers with a certain name from this message.
- resolvePort(int) - Method in class org.apache.http.Scheme
- Resolves the correct port for this scheme.
S
- SCHEMES - Static variable in class org.apache.http.Scheme
- The available schemes
- SC_ACCEPTED - Static variable in class org.apache.http.HttpStatus
- 202 Accepted (HTTP/1.0 - RFC 1945)
- SC_BAD_GATEWAY - Static variable in class org.apache.http.HttpStatus
- 502 Bad Gateway (HTTP/1.0 - RFC 1945)
- SC_BAD_REQUEST - Static variable in class org.apache.http.HttpStatus
- 400 Bad Request (HTTP/1.1 - RFC 2616)
- SC_CONFLICT - Static variable in class org.apache.http.HttpStatus
- 409 Conflict (HTTP/1.1 - RFC 2616)
- SC_CONTINUE - Static variable in class org.apache.http.HttpStatus
- 100 Continue (HTTP/1.1 - RFC 2616)
- SC_CREATED - Static variable in class org.apache.http.HttpStatus
- 201 Created (HTTP/1.0 - RFC 1945)
- SC_EXPECTATION_FAILED - Static variable in class org.apache.http.HttpStatus
- 417 Expectation Failed (HTTP/1.1 - RFC 2616)
- SC_FAILED_DEPENDENCY - Static variable in class org.apache.http.HttpStatus
- 424 Failed Dependency (WebDAV - RFC 2518)
- SC_FORBIDDEN - Static variable in class org.apache.http.HttpStatus
- 403 Forbidden (HTTP/1.0 - RFC 1945)
- SC_GATEWAY_TIMEOUT - Static variable in class org.apache.http.HttpStatus
- 504 Gateway Timeout (HTTP/1.1 - RFC 2616)
- SC_GONE - Static variable in class org.apache.http.HttpStatus
- 410 Gone (HTTP/1.1 - RFC 2616)
- SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in class org.apache.http.HttpStatus
- 505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)
- SC_INSUFFICIENT_SPACE_ON_RESOURCE - Static variable in class org.apache.http.HttpStatus
- Static constant for a 419 error.
- SC_INSUFFICIENT_STORAGE - Static variable in class org.apache.http.HttpStatus
- 507 Insufficient Storage (WebDAV - RFC 2518)
- SC_INTERNAL_SERVER_ERROR - Static variable in class org.apache.http.HttpStatus
- 500 Server Error (HTTP/1.0 - RFC 1945)
- SC_LENGTH_REQUIRED - Static variable in class org.apache.http.HttpStatus
- 411 Length Required (HTTP/1.1 - RFC 2616)
- SC_LOCKED - Static variable in class org.apache.http.HttpStatus
- 423 Locked (WebDAV - RFC 2518)
- SC_METHOD_FAILURE - Static variable in class org.apache.http.HttpStatus
- Static constant for a 420 error.
- SC_METHOD_NOT_ALLOWED - Static variable in class org.apache.http.HttpStatus
- 405 Method Not Allowed (HTTP/1.1 - RFC 2616)
- SC_MOVED_PERMANENTLY - Static variable in class org.apache.http.HttpStatus
- 301 Moved Permanently (HTTP/1.0 - RFC 1945)
- SC_MOVED_TEMPORARILY - Static variable in class org.apache.http.HttpStatus
- 302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)
- SC_MULTIPLE_CHOICES - Static variable in class org.apache.http.HttpStatus
- 300 Mutliple Choices (HTTP/1.1 - RFC 2616)
- SC_MULTI_STATUS - Static variable in class org.apache.http.HttpStatus
- 207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)
- SC_NON_AUTHORITATIVE_INFORMATION - Static variable in class org.apache.http.HttpStatus
- 203 Non Authoritative Information (HTTP/1.1 - RFC 2616)
- SC_NOT_ACCEPTABLE - Static variable in class org.apache.http.HttpStatus
- 406 Not Acceptable (HTTP/1.1 - RFC 2616)
- SC_NOT_FOUND - Static variable in class org.apache.http.HttpStatus
- 404 Not Found (HTTP/1.0 - RFC 1945)
- SC_NOT_IMPLEMENTED - Static variable in class org.apache.http.HttpStatus
- 501 Not Implemented (HTTP/1.0 - RFC 1945)
- SC_NOT_MODIFIED - Static variable in class org.apache.http.HttpStatus
- 304 Not Modified (HTTP/1.0 - RFC 1945)
- SC_NO_CONTENT - Static variable in class org.apache.http.HttpStatus
- 204 No Content (HTTP/1.0 - RFC 1945)
- SC_OK - Static variable in class org.apache.http.HttpStatus
- 200 OK (HTTP/1.0 - RFC 1945)
- SC_PARTIAL_CONTENT - Static variable in class org.apache.http.HttpStatus
- 206 Partial Content (HTTP/1.1 - RFC 2616)
- SC_PAYMENT_REQUIRED - Static variable in class org.apache.http.HttpStatus
- 402 Payment Required (HTTP/1.1 - RFC 2616)
- SC_PRECONDITION_FAILED - Static variable in class org.apache.http.HttpStatus
- 412 Precondition Failed (HTTP/1.1 - RFC 2616)
- SC_PROCESSING - Static variable in class org.apache.http.HttpStatus
- 102 Processing (WebDAV - RFC 2518)
- SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.apache.http.HttpStatus
- 407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)
- SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.apache.http.HttpStatus
- 416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)
- SC_REQUEST_TIMEOUT - Static variable in class org.apache.http.HttpStatus
- 408 Request Timeout (HTTP/1.1 - RFC 2616)
- SC_REQUEST_TOO_LONG - Static variable in class org.apache.http.HttpStatus
- 413 Request Entity Too Large (HTTP/1.1 - RFC 2616)
- SC_REQUEST_URI_TOO_LONG - Static variable in class org.apache.http.HttpStatus
- 414 Request-URI Too Long (HTTP/1.1 - RFC 2616)
- SC_RESET_CONTENT - Static variable in class org.apache.http.HttpStatus
- 205 Reset Content (HTTP/1.1 - RFC 2616)
- SC_SEE_OTHER - Static variable in class org.apache.http.HttpStatus
- 303 See Other (HTTP/1.1 - RFC 2616)
- SC_SERVICE_UNAVAILABLE - Static variable in class org.apache.http.HttpStatus
- 503 Service Unavailable (HTTP/1.0 - RFC 1945)
- SC_SWITCHING_PROTOCOLS - Static variable in class org.apache.http.HttpStatus
- 101 Switching Protocols (HTTP/1.1 - RFC 2616)
- SC_TEMPORARY_REDIRECT - Static variable in class org.apache.http.HttpStatus
- 307 Temporary Redirect (HTTP/1.1 - RFC 2616)
- SC_UNAUTHORIZED - Static variable in class org.apache.http.HttpStatus
- 401 Unauthorized (HTTP/1.0 - RFC 1945)
- SC_UNPROCESSABLE_ENTITY - Static variable in class org.apache.http.HttpStatus
- 422 Unprocessable Entity (WebDAV - RFC 2518)
- SC_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.apache.http.HttpStatus
- 415 Unsupported Media Type (HTTP/1.1 - RFC 2616)
- SC_USE_PROXY - Static variable in class org.apache.http.HttpStatus
- 305 Use Proxy (HTTP/1.1 - RFC 2616)
- SEPARATORS - Static variable in class org.apache.http.NameValuePair
- Special characters that can be used as separators in HTTP parameters.
- Scheme - class org.apache.http.Scheme.
- A class to encapsulate the specifics of a protocol scheme.
- Scheme(String, SocketFactory, int) - Constructor for class org.apache.http.Scheme
- Constructs a new Protocol.
- StatusLine - class org.apache.http.StatusLine.
- Represents a Status-Line as returned from a HTTP server.
- StatusLine(HttpVersion, int, String) - Constructor for class org.apache.http.StatusLine
- Default constructor
- StatusLine(HttpVersion, int) - Constructor for class org.apache.http.StatusLine
- scheme - Variable in class org.apache.http.HttpHost
- The scheme
- secure - Variable in class org.apache.http.Scheme
- True if this scheme is secure
- sendRequestEntity(HttpEntityEnclosingRequest) - Method in interface org.apache.http.HttpClientConnection
- Sends the request entity over the connection.
- sendRequestHeader(HttpRequest) - Method in interface org.apache.http.HttpClientConnection
- Sends the request line and all headers over the connection.
- sendResponseEntity(HttpResponse) - Method in interface org.apache.http.HttpServerConnection
- Sends the response entity of a response over this connection.
- sendResponseHeader(HttpResponse) - Method in interface org.apache.http.HttpServerConnection
- Sends the response line and headers of a response over this connection.
- serialVersionUID - Static variable in class org.apache.http.ConnectTimeoutException
- serialVersionUID - Static variable in class org.apache.http.ConnectionClosedException
- serialVersionUID - Static variable in class org.apache.http.HttpException
- serialVersionUID - Static variable in class org.apache.http.MethodNotSupportedException
- serialVersionUID - Static variable in class org.apache.http.NoHttpResponseException
- serialVersionUID - Static variable in class org.apache.http.ProtocolException
- serialVersionUID - Static variable in class org.apache.http.UnsupportedHttpVersionException
- setEntity(HttpEntity) - Method in interface org.apache.http.HttpEntityEnclosingRequest
- setEntity(HttpEntity) - Method in interface org.apache.http.HttpResponse
- Associates a response entity with this response.
- setHeader(Header) - Method in interface org.apache.http.HttpMessage
- Adds a header to this message.
- setLocalAddress(InetAddress) - Method in interface org.apache.http.HttpClientConnection
- Sets the local address the connection will be bound to upon opening.
- setParams(HttpParams) - Method in interface org.apache.http.HttpMessage
- Provides parameters to be used for the processing of this message.
- setStatusCode(int) - Method in interface org.apache.http.HttpResponse
- Convenience method that creates and sets a new status line of this response that is initialized with the specified status code.
- setStatusLine(StatusLine) - Method in interface org.apache.http.HttpResponse
- Sets the status line that belongs to this response.
- setTargetHost(HttpHost) - Method in interface org.apache.http.HttpClientConnection
- Provides the implementation with the host it is supposed to connect to.
- setUp() - Method in class org.apache.http.TestHttpHost
- shutdown() - Method in interface org.apache.http.HttpConnection
- This method will force close the connection.
- socketFactory - Variable in class org.apache.http.Scheme
- The socket factory for this scheme
- statusCode - Variable in class org.apache.http.StatusLine
- The Status-Code.
- suite() - Static method in class org.apache.http.TestAll
- suite() - Static method in class org.apache.http.TestHeader
- suite() - Static method in class org.apache.http.TestHeaderElement
- suite() - Static method in class org.apache.http.TestHttpExceptions
- suite() - Static method in class org.apache.http.TestHttpHost
- suite() - Static method in class org.apache.http.TestHttpStatus
- suite() - Static method in class org.apache.http.TestHttpVersion
- suite() - Static method in class org.apache.http.TestNameValuePair
- suite() - Static method in class org.apache.http.TestRequestLine
- suite() - Static method in class org.apache.http.TestScheme
- suite() - Static method in class org.apache.http.TestStatusLine
T
- TestAll - class org.apache.http.TestAll.
- TestAll(String) - Constructor for class org.apache.http.TestAll
- TestHeader - class org.apache.http.TestHeader.
- Unit tests for Header.
- TestHeader(String) - Constructor for class org.apache.http.TestHeader
- TestHeaderElement - class org.apache.http.TestHeaderElement.
- Simple tests for HeaderElement.
- TestHeaderElement(String) - Constructor for class org.apache.http.TestHeaderElement
- TestHttpExceptions - class org.apache.http.TestHttpExceptions.
- Simple tests for various HTTP exception classes.
- TestHttpExceptions(String) - Constructor for class org.apache.http.TestHttpExceptions
- TestHttpHost - class org.apache.http.TestHttpHost.
- Unit tests for HttpHost.
- TestHttpHost(String) - Constructor for class org.apache.http.TestHttpHost
- TestHttpStatus - class org.apache.http.TestHttpStatus.
- Unit tests for HttpStatus
- TestHttpStatus(String) - Constructor for class org.apache.http.TestHttpStatus
- TestHttpVersion - class org.apache.http.TestHttpVersion.
- Test cases for HTTP version class
- TestHttpVersion(String) - Constructor for class org.apache.http.TestHttpVersion
- TestNameValuePair - class org.apache.http.TestNameValuePair.
- Unit tests for NameValuePair.
- TestNameValuePair(String) - Constructor for class org.apache.http.TestNameValuePair
- TestRequestLine - class org.apache.http.TestRequestLine.
- Simple tests for RequestLine.
- TestRequestLine(String) - Constructor for class org.apache.http.TestRequestLine
- TestScheme - class org.apache.http.TestScheme.
- Unit tests for Scheme.
- TestScheme(String) - Constructor for class org.apache.http.TestScheme
- TestStatusLine - class org.apache.http.TestStatusLine.
- Simple tests for StatusLine.
- TestStatusLine(String) - Constructor for class org.apache.http.TestStatusLine
- testArrayFormatting() - Method in class org.apache.http.TestNameValuePair
- testBasicConstructor() - Method in class org.apache.http.TestHeader
- testBasicConstructorNullValue() - Method in class org.apache.http.TestHeader
- testBasicFormatting() - Method in class org.apache.http.TestNameValuePair
- testCharArrayConstructor() - Method in class org.apache.http.TestHeaderElement
- testConstructor() - Method in class org.apache.http.TestHeaderElement
- testConstructor() - Method in class org.apache.http.TestHttpExceptions
- testConstructor() - Method in class org.apache.http.TestHttpHost
- testConstructor() - Method in class org.apache.http.TestNameValuePair
- testConstructor() - Method in class org.apache.http.TestRequestLine
- testConstructor() - Method in class org.apache.http.TestScheme
- testConstructor() - Method in class org.apache.http.TestStatusLine
- testConstructor2() - Method in class org.apache.http.TestHeaderElement
- testConstructorInvalidInput() - Method in class org.apache.http.TestRequestLine
- testConstructorInvalidInput() - Method in class org.apache.http.TestStatusLine
- testElementArrayFormatting() - Method in class org.apache.http.TestHeaderElement
- testElementFormatting() - Method in class org.apache.http.TestHeaderElement
- testEquals() - Method in class org.apache.http.TestHeaderElement
- testEquals() - Method in class org.apache.http.TestHttpHost
- testEquals() - Method in class org.apache.http.TestNameValuePair
- testEquals() - Method in class org.apache.http.TestScheme
- testFormatInvalidInput() - Method in class org.apache.http.TestHeaderElement
- testFormatInvalidInput() - Method in class org.apache.http.TestNameValuePair
- testFormatting() - Method in class org.apache.http.TestRequestLine
- testFormatting() - Method in class org.apache.http.TestStatusLine
- testFormattingInvalidInput() - Method in class org.apache.http.TestRequestLine
- testFormattingInvalidInput() - Method in class org.apache.http.TestStatusLine
- testFringeCase1() - Method in class org.apache.http.TestHeaderElement
- testFringeCase2() - Method in class org.apache.http.TestHeaderElement
- testFringeCase3() - Method in class org.apache.http.TestHeaderElement
- testHashCode() - Method in class org.apache.http.TestHeaderElement
- testHashCode() - Method in class org.apache.http.TestHttpHost
- testHashCode() - Method in class org.apache.http.TestNameValuePair
- testHashCode() - Method in class org.apache.http.TestScheme
- testHeaderElements() - Method in class org.apache.http.TestHeader
- testHeaderFormatting() - Method in class org.apache.http.TestHeader
- testHeaderFormattingInvalidInput() - Method in class org.apache.http.TestHeader
- testHttpVersionComparison() - Method in class org.apache.http.TestHttpVersion
- testHttpVersionEquality() - Method in class org.apache.http.TestHttpVersion
- testHttpVersionFormatting() - Method in class org.apache.http.TestHttpVersion
- testHttpVersionFormattingInvalidInput() - Method in class org.apache.http.TestHttpVersion
- testHttpVersionInvalidConstructorInput() - Method in class org.apache.http.TestHttpVersion
- testHttpVersionParsing() - Method in class org.apache.http.TestHttpVersion
- testHttpVersionParsingInvalidInput() - Method in class org.apache.http.TestHttpVersion
- testIllegalRegisterUnregister() - Method in class org.apache.http.TestScheme
- testInvalidHttpVersionParsing() - Method in class org.apache.http.TestHttpVersion
- testInvalidInput() - Method in class org.apache.http.TestHeaderElement
- testInvalidName() - Method in class org.apache.http.TestHeader
- testInvalidName() - Method in class org.apache.http.TestHeaderElement
- testInvalidName() - Method in class org.apache.http.TestNameValuePair
- testParamByName() - Method in class org.apache.http.TestHeaderElement
- testParse() - Method in class org.apache.http.TestNameValuePair
- testParseAll() - Method in class org.apache.http.TestNameValuePair
- testParseEscaped() - Method in class org.apache.http.TestHeaderElement
- testParseEscaped() - Method in class org.apache.http.TestNameValuePair
- testParseFailure() - Method in class org.apache.http.TestRequestLine
- testParseFailure() - Method in class org.apache.http.TestStatusLine
- testParseHeaderElements() - Method in class org.apache.http.TestHeaderElement
- testParseInvalidInput() - Method in class org.apache.http.TestNameValuePair
- testParseInvalidInput() - Method in class org.apache.http.TestRequestLine
- testParseInvalidInput() - Method in class org.apache.http.TestStatusLine
- testParseSuccess() - Method in class org.apache.http.TestRequestLine
- testParseSuccess() - Method in class org.apache.http.TestStatusLine
- testRegisterUnregister() - Method in class org.apache.http.TestScheme
- testResolvePort() - Method in class org.apache.http.TestScheme
- testStatusText() - Method in class org.apache.http.TestHttpStatus
- testStatusTextAll() - Method in class org.apache.http.TestHttpStatus
- testStatusTextNegative() - Method in class org.apache.http.TestHttpStatus
- testToHostString() - Method in class org.apache.http.TestHttpHost
- testToString() - Method in class org.apache.http.TestHeader
- testToString() - Method in class org.apache.http.TestHeaderElement
- testToString() - Method in class org.apache.http.TestHttpHost
- testToString() - Method in class org.apache.http.TestNameValuePair
- testToString() - Method in class org.apache.http.TestScheme
- testToString() - Method in class org.apache.http.TestStatusLine
- toHostString() - Method in class org.apache.http.HttpHost
- toString() - Method in class org.apache.http.Header
- Returns a java.lang.String representation of the header.
- toString() - Method in class org.apache.http.HeaderElement
- toString() - Method in class org.apache.http.HttpHost
- toString() - Method in class org.apache.http.HttpVersion
- toString() - Method in class org.apache.http.NameValuePair
- Get a string representation of this pair.
- toString() - Method in class org.apache.http.RequestLine
- toString() - Method in class org.apache.http.Scheme
- Return a string representation of this object.
- toString() - Method in class org.apache.http.StatusLine
- toURI() - Method in class org.apache.http.HttpHost
- Return the host uri.
- tunnelTo(HttpHost, HttpParams) - Method in interface org.apache.http.HttpProxyConnection
- After this connection is opened to the proxy, this method may be called to create a new connection over it.
U
- UNSAFE_CHARS - Static variable in class org.apache.http.NameValuePair
- Unsafe special characters that must be escaped using the backslash character
- UnsupportedHttpVersionException - exception org.apache.http.UnsupportedHttpVersionException.
- Indicates an unsupported version of the HTTP protocol.
- UnsupportedHttpVersionException() - Constructor for class org.apache.http.UnsupportedHttpVersionException
- Creates an exception without a detail message.
- UnsupportedHttpVersionException(String) - Constructor for class org.apache.http.UnsupportedHttpVersionException
- Creates an exception with the specified detail message.
- unregisterScheme(String) - Static method in class org.apache.http.Scheme
- Unregisters the scheme with the given ID.
- uri - Variable in class org.apache.http.RequestLine
V
- value - Variable in class org.apache.http.Header
- Header value.
- value - Variable in class org.apache.http.HeaderElement
- value - Variable in class org.apache.http.NameValuePair
W
- writeTo(OutputStream) - Method in interface org.apache.http.HttpEntity
- Writes the entity content to the output stream.
A B C D E F G H I K L M N O P R S T U V W
| ||||||||