- SC_ACCEPTED -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 202 Accepted (HTTP/1.0 - RFC 1945)
- SC_BAD_GATEWAY -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 502 Bad Gateway (HTTP/1.0 - RFC 1945)
- SC_BAD_REQUEST -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 400 Bad Request (HTTP/1.1 - RFC 2616)
- SC_CONFLICT -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 409 Conflict (HTTP/1.1 - RFC 2616)
- SC_CONTINUE -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 100 Continue (HTTP/1.1 - RFC 2616)
- SC_CREATED -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 201 Created (HTTP/1.0 - RFC 1945)
- SC_EXPECTATION_FAILED -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 417 Expectation Failed (HTTP/1.1 - RFC 2616)
- SC_FAILED_DEPENDENCY -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 424 Failed Dependency (WebDAV - RFC 2518)
- SC_FORBIDDEN -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 403 Forbidden (HTTP/1.0 - RFC 1945)
- SC_GATEWAY_TIMEOUT -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 504 Gateway Timeout (HTTP/1.1 - RFC 2616)
- SC_GONE -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 410 Gone (HTTP/1.1 - RFC 2616)
- SC_HTTP_VERSION_NOT_SUPPORTED -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)
- SC_INSUFFICIENT_SPACE_ON_RESOURCE -
Static variable in class org.apache.commons.httpclient.HttpStatus
- Static constant for a 419 error.
- SC_INSUFFICIENT_STORAGE -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 507 Insufficient Storage (WebDAV - RFC 2518)
- SC_INTERNAL_SERVER_ERROR -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 500 Server Error (HTTP/1.0 - RFC 1945)
- SC_LENGTH_REQUIRED -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 411 Length Required (HTTP/1.1 - RFC 2616)
- SC_LOCKED -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 423 Locked (WebDAV - RFC 2518)
- SC_METHOD_FAILURE -
Static variable in class org.apache.commons.httpclient.HttpStatus
- Static constant for a 420 error.
- SC_METHOD_NOT_ALLOWED -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 405 Method Not Allowed (HTTP/1.1 - RFC 2616)
- SC_MOVED_PERMANENTLY -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 301 Moved Permanently (HTTP/1.0 - RFC 1945)
- SC_MOVED_TEMPORARILY -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)
- SC_MULTI_STATUS -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update
OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)
- SC_MULTIPLE_CHOICES -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 300 Mutliple Choices (HTTP/1.1 - RFC 2616)
- SC_NO_CONTENT -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 204 No Content (HTTP/1.0 - RFC 1945)
- SC_NON_AUTHORITATIVE_INFORMATION -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 203 Non Authoritative Information (HTTP/1.1 - RFC 2616)
- SC_NOT_ACCEPTABLE -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 406 Not Acceptable (HTTP/1.1 - RFC 2616)
- SC_NOT_FOUND -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 404 Not Found (HTTP/1.0 - RFC 1945)
- SC_NOT_IMPLEMENTED -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 501 Not Implemented (HTTP/1.0 - RFC 1945)
- SC_NOT_MODIFIED -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 304 Not Modified (HTTP/1.0 - RFC 1945)
- SC_OK -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 200 OK (HTTP/1.0 - RFC 1945)
- SC_PARTIAL_CONTENT -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 206 Partial Content (HTTP/1.1 - RFC 2616)
- SC_PAYMENT_REQUIRED -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 402 Payment Required (HTTP/1.1 - RFC 2616)
- SC_PRECONDITION_FAILED -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 412 Precondition Failed (HTTP/1.1 - RFC 2616)
- SC_PROCESSING -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 102 Processing (WebDAV - RFC 2518)
- SC_PROXY_AUTHENTICATION_REQUIRED -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)
- SC_REQUEST_TIMEOUT -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 408 Request Timeout (HTTP/1.1 - RFC 2616)
- SC_REQUEST_TOO_LONG -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 413 Request Entity Too Large (HTTP/1.1 - RFC 2616)
- SC_REQUEST_URI_TOO_LONG -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 414 Request-URI Too Long (HTTP/1.1 - RFC 2616)
- SC_REQUESTED_RANGE_NOT_SATISFIABLE -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)
- SC_RESET_CONTENT -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 205 Reset Content (HTTP/1.1 - RFC 2616)
- SC_SEE_OTHER -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 303 See Other (HTTP/1.1 - RFC 2616)
- SC_SERVICE_UNAVAILABLE -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 503 Service Unavailable (HTTP/1.0 - RFC 1945)
- SC_SWITCHING_PROTOCOLS -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 101 Switching Protocols (HTTP/1.1 - RFC 2616)
- SC_TEMPORARY_REDIRECT -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 307 Temporary Redirect (HTTP/1.1 - RFC 2616)
- SC_UNAUTHORIZED -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 401 Unauthorized (HTTP/1.0 - RFC 1945)
- SC_UNPROCESSABLE_ENTITY -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 422 Unprocessable Entity (WebDAV - RFC 2518)
- SC_UNSUPPORTED_MEDIA_TYPE -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 415 Unsupported Media Type (HTTP/1.1 - RFC 2616)
- SC_USE_PROXY -
Static variable in class org.apache.commons.httpclient.HttpStatus
- 305 Use Proxy (HTTP/1.1 - RFC 2616)
- scheme -
Static variable in class org.apache.commons.httpclient.URI
- BitSet for scheme.
- SecureProtocolSocketFactory - interface org.apache.commons.httpclient.protocol.SecureProtocolSocketFactory.
- A ProtocolSocketFactory that is secure.
- segment -
Static variable in class org.apache.commons.httpclient.URI
- BitSet for segment.
- selectAuthScheme(Header[]) -
Static method in class org.apache.commons.httpclient.auth.HttpAuthenticator
- Chooses the strongest authentication scheme supported from the
array of authentication challenges.
- send(OutputStream) -
Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write all the data to the output stream.
- sendContentTypeHeader(OutputStream) -
Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write the content type header to the specified output stream
- sendData(OutputStream) -
Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write the data to the specified output stream
- sendData(OutputStream) -
Method in class org.apache.commons.httpclient.methods.multipart.FilePart
- Write the data in "source" to the specified stream.
- sendData(OutputStream) -
Method in class org.apache.commons.httpclient.methods.multipart.StringPart
- Writes the data to the given OutputStream.
- sendDispositionHeader(OutputStream) -
Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write the content disposition header to the specified output stream
- sendDispositionHeader(OutputStream) -
Method in class org.apache.commons.httpclient.methods.multipart.FilePart
- Write the disposition header to the output stream
- sendEnd(OutputStream) -
Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write the end data to the output stream.
- sendEndOfHeader(OutputStream) -
Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write the end of the header to the output stream
- sendParts(OutputStream, Part[]) -
Static method in class org.apache.commons.httpclient.methods.multipart.Part
- Write all parts and the last boundary to the specified output stream
- sendStart(OutputStream) -
Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write the start to the specified output stream
- sendTransferEncodingHeader(OutputStream) -
Method in class org.apache.commons.httpclient.methods.multipart.Part
- Write the content transfer encoding header to the specified
output stream
- server -
Static variable in class org.apache.commons.httpclient.URI
- Bitset for server.
- setAllowUserInteraction(boolean) -
Method in class org.apache.commons.httpclient.util.HttpURLConnection
- Not available: the data must have already been retrieved.
- setAuthenticationPreemptive(boolean) -
Method in class org.apache.commons.httpclient.HttpState
- Defines whether preemptive authentication should be
attempted or not.
- setBodyCheckTimeout(int) -
Method in class org.apache.commons.httpclient.methods.HeadMethod
- Set non-compliant response body check timeout.
- setComment(String) -
Method in class org.apache.commons.httpclient.Cookie
- If a user agent (web browser) presents this cookie to a user, the
cookie's purpose will be described using this comment.
- setConnectionCloseForced(boolean) -
Method in class org.apache.commons.httpclient.HttpMethodBase
- Sets whether or not the connection should be force-closed when no longer
needed.
- setConnectionStaleCheckingEnabled(boolean) -
Method in class org.apache.commons.httpclient.SimpleHttpConnectionManager
- Sets the staleCheckingEnabled value to be set on HttpConnections that are created.
- setConnectionStaleCheckingEnabled(boolean) -
Method in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
- Sets the staleCheckingEnabled value to be set on HttpConnections that are created.
- setConnectionTimeout(int) -
Method in class org.apache.commons.httpclient.HttpClient
- Sets the timeout until a connection is etablished.
- setConnectionTimeout(int) -
Method in class org.apache.commons.httpclient.HttpConnection
- Sets the connection timeout.
- setCookiePolicy(int) -
Method in class org.apache.commons.httpclient.HttpState
- Set the
CookiePolicy
to one of CookiePolicy.COMPATIBILITY
, CookiePolicy.NETSCAPE_DRAFT
or
CookiePolicy.RFC2109
- setCredentials(String, Credentials) -
Method in class org.apache.commons.httpclient.HttpState
- Deprecated. This method does not distinguish between realms with the
same name on different hosts. Use
HttpState.setCredentials(String, Credentials)
instead.
- setCredentials(String, String, Credentials) -
Method in class org.apache.commons.httpclient.HttpState
- Sets the credentials for realm on host.
- setDefaultDocumentCharset(String) -
Static method in class org.apache.commons.httpclient.URI
- Set the default charset of the document.
- setDefaultPolicy(int) -
Static method in class org.apache.commons.httpclient.cookie.CookiePolicy
-
- setDefaultProtocolCharset(String) -
Static method in class org.apache.commons.httpclient.URI
- Set the default charset of the protocol.
- setDefaultUseCaches(boolean) -
Method in class org.apache.commons.httpclient.util.HttpURLConnection
- Not available: the data must have already been retrieved.
- setDoAuthentication(boolean) -
Method in interface org.apache.commons.httpclient.HttpMethod
- Set whether or not I should automatically process responses where
authentication is required (status code 401, etc.)
- setDoAuthentication(boolean) -
Method in class org.apache.commons.httpclient.HttpMethodBase
- Set whether or not I should automatically process responses where
authentication is required (status code 401, etc.)
- setDoInput(boolean) -
Method in class org.apache.commons.httpclient.util.HttpURLConnection
- Not available: the data must have already been retrieved.
- setDomain(String) -
Method in class org.apache.commons.httpclient.NTCredentials
- Domain property setter.
- setDomain(String) -
Method in class org.apache.commons.httpclient.Cookie
- Sets my domain.
- setDomainAttributeSpecified(boolean) -
Method in class org.apache.commons.httpclient.Cookie
- Indicates whether the cookie had a domain specified in a
Domain attribute in the set-cookie header.
- setDoOutput(boolean) -
Method in class org.apache.commons.httpclient.util.HttpURLConnection
- Not available: the data must have already been retrieved.
- setEscapedAuthority(String) -
Method in class org.apache.commons.httpclient.URI
- Set the authority.
- setEscapedFragment(String) -
Method in class org.apache.commons.httpclient.URI
- Set the escaped fragment string.
- setEscapedPassword(String) -
Method in class org.apache.commons.httpclient.HttpURL
- Set the escaped password string.
- setEscapedPath(String) -
Method in class org.apache.commons.httpclient.URI
- Set the escaped path.
- setEscapedQuery(String) -
Method in class org.apache.commons.httpclient.URI
- Set the escaped query string.
- setEscapedUser(String) -
Method in class org.apache.commons.httpclient.HttpURL
- Set the escaped user string.
- setEscapedUserinfo(String, String) -
Method in class org.apache.commons.httpclient.HttpURL
- Set the raw-escaped user and password.
- setExpiryDate(Date) -
Method in class org.apache.commons.httpclient.Cookie
- Expiration setter.
- setFileData(File) -
Method in class org.apache.commons.httpclient.methods.GetMethod
- Deprecated. the client is responsible for disk I/O
- setFollowRedirects(boolean) -
Method in interface org.apache.commons.httpclient.HttpMethod
- Set whether or not I should automatically follow HTTP redirects (status
code 302, etc.)
- setFollowRedirects(boolean) -
Method in class org.apache.commons.httpclient.HttpMethodBase
- Set whether or not I should automatically follow HTTP redirects (status
code 302, etc.)
- setFollowRedirects(boolean) -
Method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
- Entity enclosing requests cannot be redirected without user intervention
according to RFC 2616.
- setFragment(String) -
Method in class org.apache.commons.httpclient.URI
- Set the fragment.
- setHeaders(Header[]) -
Method in class org.apache.commons.httpclient.HeaderGroup
- Sets all of the headers contained within this group overriding any
existing headers.
- setHost(String) -
Method in class org.apache.commons.httpclient.HostConfiguration
- Set the given host.
- setHost(String) -
Method in class org.apache.commons.httpclient.NTCredentials
- Host property setter.
- setHost(String) -
Method in class org.apache.commons.httpclient.HttpConnection
- Set my host name.
- setHost(String, int) -
Method in class org.apache.commons.httpclient.HostConfiguration
- Set the given host and port.
- setHost(String, int, Protocol) -
Method in class org.apache.commons.httpclient.HostConfiguration
- Set the given host, port and protocol.
- setHost(String, int, String) -
Method in class org.apache.commons.httpclient.HostConfiguration
- Set the given host, port and protocol
- setHost(String, String, int, Protocol) -
Method in class org.apache.commons.httpclient.HostConfiguration
- Set the given host, virtual host, port and protocol.
- setHost(URI) -
Method in class org.apache.commons.httpclient.HostConfiguration
- Sets the protocol, host and port from the given URI.
- setHostConfiguration(HostConfiguration) -
Method in class org.apache.commons.httpclient.HttpClient
- Sets the hostConfiguration.
- setHostConfiguration(HostConfiguration) -
Method in class org.apache.commons.httpclient.HttpMethodBase
- Sets the hostConfiguration.
- setHttp11(boolean) -
Method in class org.apache.commons.httpclient.HttpMethodBase
- Set whether or not I should use the HTTP/1.1 protocol.
- setHttpConnectionFactoryTimeout(long) -
Method in class org.apache.commons.httpclient.HttpClient
- Sets the timeout used when retrieving an HttpConnection from the
HttpConnectionManager.
- setHttpConnectionManager(HttpConnectionManager) -
Method in class org.apache.commons.httpclient.HttpClient
- Sets the httpConnectionManager.
- setHttpConnectionManager(HttpConnectionManager) -
Method in class org.apache.commons.httpclient.HttpState
- Deprecated. Connection manager is controlled by the HttpClient class.
Use
HttpClient.setHttpConnectionManager(HttpConnectionManager)
instead.
- setHttpConnectionManager(HttpConnectionManager) -
Method in class org.apache.commons.httpclient.HttpConnection
- Sets the httpConnectionManager.
- setIfModifiedSince(long) -
Method in class org.apache.commons.httpclient.util.HttpURLConnection
- Not available: the data must have already been retrieved.
- setInstanceFollowRedirects(boolean) -
Method in class org.apache.commons.httpclient.util.HttpURLConnection
- Not available: the data must have already been retrieved.
- setLastResponseInputStream(InputStream) -
Method in class org.apache.commons.httpclient.HttpConnection
- Set the state to keep track of the last response for the last request.
- setLocalAddress(InetAddress) -
Method in class org.apache.commons.httpclient.HostConfiguration
- Set the local address to be used when creating connections.
- setLocalAddress(InetAddress) -
Method in class org.apache.commons.httpclient.HttpConnection
- Set the local address used when creating the connection.
- setMaxConnectionsPerHost(int) -
Method in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
- Sets the maximum number of connections allowed for a given
HostConfiguration.
- setMaxTotalConnections(int) -
Method in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
- Sets the maximum number of connections allowed in the system.
- setMethodRetryHandler(MethodRetryHandler) -
Method in class org.apache.commons.httpclient.HttpMethodBase
-
- setName(String) -
Method in class org.apache.commons.httpclient.NameValuePair
- Set the name.
- setParameter(String, String) -
Method in class org.apache.commons.httpclient.methods.PostMethod
- Set the value of parameter with parameterName to parameterValue.
- setParameters(NameValuePair[]) -
Method in class org.apache.commons.httpclient.HeaderElement
-
- setPassword(String) -
Method in class org.apache.commons.httpclient.UsernamePasswordCredentials
- Password property setter.
- setPassword(String) -
Method in class org.apache.commons.httpclient.HttpURL
- Set the password string.
- setPath(String) -
Method in class org.apache.commons.httpclient.URI
- Set the path.
- setPath(String) -
Method in interface org.apache.commons.httpclient.HttpMethod
- Set the path part of my request.
- setPath(String) -
Method in class org.apache.commons.httpclient.HttpMethodBase
- Set the path part of my request.
- setPath(String) -
Method in class org.apache.commons.httpclient.Cookie
- Sets my path.
- setPathAttributeSpecified(boolean) -
Method in class org.apache.commons.httpclient.Cookie
- Indicates whether the cookie had a path specified in a
Path attribute in the set-cookie header.
- setPort(int) -
Method in class org.apache.commons.httpclient.HttpConnection
- Set my port.
- setProtocol(Protocol) -
Method in class org.apache.commons.httpclient.HttpConnection
- Sets the protocol used by this connection.
- setProxy(String, int) -
Method in class org.apache.commons.httpclient.HostConfiguration
- Set the proxy settings.
- setProxyCredentials(String, Credentials) -
Method in class org.apache.commons.httpclient.HttpState
- Deprecated. This method does not differentiate between realms with
the same name on different servers. Use
HttpState.setProxyCredentials(String, String, Credentials)
instead.
- setProxyCredentials(String, String, Credentials) -
Method in class org.apache.commons.httpclient.HttpState
- Set the credentials for the proxy with the given authentication realm.
- setProxyHost(String) -
Method in class org.apache.commons.httpclient.HttpConnection
- Set the host I should proxy through.
- setProxyPort(int) -
Method in class org.apache.commons.httpclient.HttpConnection
- Set the port I should proxy through.
- setQuery(String) -
Method in class org.apache.commons.httpclient.URI
- Set the query.
- setQuery(String[], String[]) -
Method in class org.apache.commons.httpclient.HttpURL
- Set the query as the name and value pairs.
- setQuery(String, String) -
Method in class org.apache.commons.httpclient.HttpURL
- Set the query as the name and value pair.
- setQueryString(NameValuePair[]) -
Method in interface org.apache.commons.httpclient.HttpMethod
- Set my query string.
- setQueryString(NameValuePair[]) -
Method in class org.apache.commons.httpclient.HttpMethodBase
- Sets the query string.
- setQueryString(String) -
Method in interface org.apache.commons.httpclient.HttpMethod
- Set my query string.
- setQueryString(String) -
Method in class org.apache.commons.httpclient.HttpMethodBase
- Sets the query string.
- setRawAuthority(char[]) -
Method in class org.apache.commons.httpclient.URI
- Set the authority.
- setRawFragment(char[]) -
Method in class org.apache.commons.httpclient.URI
- Set the raw-escaped fragment.
- setRawPassword(char[]) -
Method in class org.apache.commons.httpclient.HttpURL
- Set the raw-escaped password.
- setRawPath(char[]) -
Method in class org.apache.commons.httpclient.URI
- Set the raw-escaped path.
- setRawQuery(char[]) -
Method in class org.apache.commons.httpclient.URI
- Set the raw-escaped query.
- setRawUser(char[]) -
Method in class org.apache.commons.httpclient.HttpURL
- Set the raw-escaped user.
- setRawUserinfo(char[], char[]) -
Method in class org.apache.commons.httpclient.HttpURL
- Set the raw-escaped user and password.
- setReason(String) -
Method in class org.apache.commons.httpclient.URIException
- Set the reason message.
- setReasonCode(int) -
Method in class org.apache.commons.httpclient.URIException
- Set the reason code.
- setRequestBody(InputStream) -
Method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
- Sets the request body to be the specified inputstream.
- setRequestBody(NameValuePair[]) -
Method in class org.apache.commons.httpclient.methods.PostMethod
- Set an Array of parameters to be used in the POST request body
- setRequestBody(String) -
Method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
- Sets the request body to be the specified string.
- setRequestContentLength(int) -
Method in class org.apache.commons.httpclient.methods.EntityEnclosingMethod
- Sets length information about the request body.
- setRequestHeader(Header) -
Method in interface org.apache.commons.httpclient.HttpMethod
- Set the specified request header, overwriting any
previous value.
- setRequestHeader(Header) -
Method in class org.apache.commons.httpclient.HttpMethodBase
- Set the specified request header, overwriting any previous value.
- setRequestHeader(String, String) -
Method in interface org.apache.commons.httpclient.HttpMethod
- Set the specified request header, overwriting any
previous value.
- setRequestHeader(String, String) -
Method in class org.apache.commons.httpclient.HttpMethodBase
- Set the specified request header, overwriting any previous value.
- setRequestMethod(String) -
Method in class org.apache.commons.httpclient.util.HttpURLConnection
- Not available: the data must have already been retrieved.
- setRequestProperty(String, String) -
Method in class org.apache.commons.httpclient.util.HttpURLConnection
- Not available: the data must have already been retrieved.
- setRequestSentRetryEnabled(boolean) -
Method in class org.apache.commons.httpclient.DefaultMethodRetryHandler
-
- setResponseStream(InputStream) -
Method in class org.apache.commons.httpclient.HttpMethodBase
- Set the response stream.
- setRetryCount(int) -
Method in class org.apache.commons.httpclient.DefaultMethodRetryHandler
-
- setSecure(boolean) -
Method in class org.apache.commons.httpclient.Cookie
- Set my secure flag.
- setSecure(boolean) -
Method in class org.apache.commons.httpclient.HttpConnection
- Deprecated. use setProtocol(Protocol)
- setSendBufferSize(int) -
Method in class org.apache.commons.httpclient.HttpConnection
- Sets the socket's sendBufferSize.
- setSoTimeout(int) -
Method in class org.apache.commons.httpclient.HttpConnection
- Set my
Socket
's timeout, via Socket.setSoTimeout(int)
.
- setStaleCheckingEnabled(boolean) -
Method in class org.apache.commons.httpclient.HttpConnection
- Sets whether or not isStale() will be called when testing if this connection is open.
- setState(HttpState) -
Method in class org.apache.commons.httpclient.HttpClient
- Set my
state
.
- setStrictMode(boolean) -
Method in interface org.apache.commons.httpclient.HttpMethod
- Turns strict mode on or off.
- setStrictMode(boolean) -
Method in class org.apache.commons.httpclient.HttpClient
-
- setStrictMode(boolean) -
Method in class org.apache.commons.httpclient.HttpMethodBase
- Defines how strictly HttpClient follows the HTTP protocol specification
(RFC 2616 and other relevant RFCs).
- setTempDir(String) -
Method in class org.apache.commons.httpclient.methods.GetMethod
- Deprecated. the client is responsible for disk I/O
- setTempFile(String) -
Method in class org.apache.commons.httpclient.methods.GetMethod
- Deprecated. the client is responsible for disk I/O
- setTimeout(int) -
Method in class org.apache.commons.httpclient.HttpClient
- Sets the SO_TIMEOUT which is the timeout for waiting for data.
- setURI() -
Method in class org.apache.commons.httpclient.URI
- Once it's parsed successfully, set this URI.
- setUrl(String) -
Method in interface org.apache.commons.httpclient.HttpUrlMethod
- Deprecated. Sets the URL.
- setUrl(String) -
Method in class org.apache.commons.httpclient.methods.UrlGetMethod
- Deprecated. Sets the URL.
- setUrl(String) -
Method in class org.apache.commons.httpclient.methods.UrlOptionsMethod
- Deprecated. Sets the URL.
- setUrl(String) -
Method in class org.apache.commons.httpclient.methods.UrlDeleteMethod
- Deprecated. Sets the URL.
- setUrl(String) -
Method in class org.apache.commons.httpclient.methods.UrlPutMethod
- Deprecated. Sets the URL.
- setUrl(String) -
Method in class org.apache.commons.httpclient.methods.UrlHeadMethod
- Deprecated. Sets the URL.
- setUrl(String) -
Method in class org.apache.commons.httpclient.methods.UrlPostMethod
- Deprecated. Sets the URL.
- setUseCaches(boolean) -
Method in class org.apache.commons.httpclient.util.HttpURLConnection
- Not available: the data must have already been retrieved.
- setUseChunking(boolean) -
Method in class org.apache.commons.httpclient.RequestOutputStream
- Deprecated. Use ChunkedOutputStream;
- setUseDisk(boolean) -
Method in class org.apache.commons.httpclient.methods.GetMethod
- Deprecated. the client is responsible for disk I/O
- setUseExpectHeader(boolean) -
Method in class org.apache.commons.httpclient.methods.ExpectContinueMethod
-
Activates 'Expect: 100-Continue' handshake.
- setUser(String) -
Method in class org.apache.commons.httpclient.HttpURL
- Set the user string.
- setUserinfo(String, String) -
Method in class org.apache.commons.httpclient.HttpURL
- Set the user and password.
- setUserName(String) -
Method in class org.apache.commons.httpclient.UsernamePasswordCredentials
- User name property setter.
- setValue(String) -
Method in class org.apache.commons.httpclient.NameValuePair
- Set the value.
- setVersion(int) -
Method in class org.apache.commons.httpclient.Cookie
- Set the version of the HTTP cookie specification I report.
- setVirtualHost(String) -
Method in class org.apache.commons.httpclient.HttpConnection
- Set my virtual host name.
- shouldCloseConnection(HttpConnection) -
Method in class org.apache.commons.httpclient.HttpMethodBase
- Return true if we should close the connection now.
- shouldCloseConnection(HttpConnection) -
Method in class org.apache.commons.httpclient.ConnectMethod
- Returns
true
if the status code is anything other than
SC_OK, false
otherwise.
- shutdownOutput() -
Method in class org.apache.commons.httpclient.HttpConnection
- Shutdown my
Socket
's output, via Socket.shutdownOutput()
when running on JVM 1.3 or higher.
- SimpleHttpConnectionManager - class org.apache.commons.httpclient.SimpleHttpConnectionManager.
- A connection manager that provides access to a single HttpConnection.
- SimpleHttpConnectionManager() -
Constructor for class org.apache.commons.httpclient.SimpleHttpConnectionManager
- Constructor for SimpleHttpConnectionManager.
- space -
Static variable in class org.apache.commons.httpclient.URI
- BitSet for space.
- SSLProtocolSocketFactory - class org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.
- A SecureProtocolSocketFactory that uses JSSE to create sockets.
- SSLProtocolSocketFactory() -
Constructor for class org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory
- Constructor for SSLProtocolSocketFactory.
- startSession(String, int) -
Method in class org.apache.commons.httpclient.HttpClient
- Deprecated. use hostConfiguration
Sets the host, port and protocol(http) to be used when executing a
method.
- startSession(String, int, boolean) -
Method in class org.apache.commons.httpclient.HttpClient
- Deprecated. use hostConfiguration
Sets the host, port and protocol to be used when executing a method.
- startSession(String, int, Credentials) -
Method in class org.apache.commons.httpclient.HttpClient
- Deprecated. use hostConfiguration and httpState
Sets the host, port, protocol(http) and credentials to be used when
executing a method.
- startSession(String, int, Credentials, boolean) -
Method in class org.apache.commons.httpclient.HttpClient
- Deprecated. use hostConfiguration and httpState
Sets the host, port, protocol and credentials to be used when executing a
method.
- startSession(String, int, String, int) -
Method in class org.apache.commons.httpclient.HttpClient
- Deprecated. use hostConfiguration
Sets the host, port, protocol(http) and proxy to be used when executing a
method.
- startSession(String, int, String, int, boolean) -
Method in class org.apache.commons.httpclient.HttpClient
- Deprecated. use hostConfiguration
Sets the host, port, protocol and proxy to be used when executing a
method.
- startSession(URI) -
Method in class org.apache.commons.httpclient.HttpClient
- Deprecated. use hostConfiguration and httpState
Sets the host, port, protocol and credentials to be used when executing a
method using the server specified by the scheme, userinfo, host and port
of the given uri.
Note that the path component is not utilized.
- startSession(URL) -
Method in class org.apache.commons.httpclient.HttpClient
- Deprecated. use hostConfiguration
Sets the host, port and protocol to be used when executing a method.
Note that everything but the protocol, host and port of the
given url is ignored.
- startSession(URL, Credentials) -
Method in class org.apache.commons.httpclient.HttpClient
- Deprecated. use hostConfiguration and httpState
Sets the host, port, protocol and credentials to be used when executing a
method.
Note that everything but the protocol, host and port of the
given url is ignored.
- StatusLine - class org.apache.commons.httpclient.StatusLine.
- Represents a Status-Line as returned from a HTTP server.
- StatusLine(String) -
Constructor for class org.apache.commons.httpclient.StatusLine
- Default constructor.
- StringPart - class org.apache.commons.httpclient.methods.multipart.StringPart.
- Simple string parameter for a multipart post
- StringPart(String, String) -
Constructor for class org.apache.commons.httpclient.methods.multipart.StringPart
- Constructor.
- StringPart(String, String, String) -
Constructor for class org.apache.commons.httpclient.methods.multipart.StringPart
- Constructor.