- SC_ACCEPTED - Static variable in interface org.apache.http.HttpStatus
-
202 Accepted (HTTP/1.0 - RFC 1945)
- SC_BAD_GATEWAY - Static variable in interface org.apache.http.HttpStatus
-
502 Bad Gateway (HTTP/1.0 - RFC 1945)
- SC_BAD_REQUEST - Static variable in interface org.apache.http.HttpStatus
-
400 Bad Request (HTTP/1.1 - RFC 2616)
- SC_CONFLICT - Static variable in interface org.apache.http.HttpStatus
-
409 Conflict (HTTP/1.1 - RFC 2616)
- SC_CONTINUE - Static variable in interface org.apache.http.HttpStatus
-
100 Continue (HTTP/1.1 - RFC 2616)
- SC_CREATED - Static variable in interface org.apache.http.HttpStatus
-
201 Created (HTTP/1.0 - RFC 1945)
- SC_EXPECTATION_FAILED - Static variable in interface org.apache.http.HttpStatus
-
417 Expectation Failed (HTTP/1.1 - RFC 2616)
- SC_FAILED_DEPENDENCY - Static variable in interface org.apache.http.HttpStatus
-
424 Failed Dependency (WebDAV - RFC 2518)
- SC_FORBIDDEN - Static variable in interface org.apache.http.HttpStatus
-
403 Forbidden (HTTP/1.0 - RFC 1945)
- SC_GATEWAY_TIMEOUT - Static variable in interface org.apache.http.HttpStatus
-
504 Gateway Timeout (HTTP/1.1 - RFC 2616)
- SC_GONE - Static variable in interface org.apache.http.HttpStatus
-
410 Gone (HTTP/1.1 - RFC 2616)
- SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface org.apache.http.HttpStatus
-
505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)
- SC_INSUFFICIENT_SPACE_ON_RESOURCE - Static variable in interface org.apache.http.HttpStatus
-
Static constant for a 419 error.
- SC_INSUFFICIENT_STORAGE - Static variable in interface org.apache.http.HttpStatus
-
507 Insufficient Storage (WebDAV - RFC 2518)
- SC_INTERNAL_SERVER_ERROR - Static variable in interface org.apache.http.HttpStatus
-
500 Server Error (HTTP/1.0 - RFC 1945)
- SC_LENGTH_REQUIRED - Static variable in interface org.apache.http.HttpStatus
-
411 Length Required (HTTP/1.1 - RFC 2616)
- SC_LOCKED - Static variable in interface org.apache.http.HttpStatus
-
423 Locked (WebDAV - RFC 2518)
- SC_METHOD_FAILURE - Static variable in interface org.apache.http.HttpStatus
-
Static constant for a 420 error.
- SC_METHOD_NOT_ALLOWED - Static variable in interface org.apache.http.HttpStatus
-
405 Method Not Allowed (HTTP/1.1 - RFC 2616)
- SC_MOVED_PERMANENTLY - Static variable in interface org.apache.http.HttpStatus
-
301 Moved Permanently (HTTP/1.0 - RFC 1945)
- SC_MOVED_TEMPORARILY - Static variable in interface org.apache.http.HttpStatus
-
302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)
- SC_MULTI_STATUS - Static variable in interface 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_MULTIPLE_CHOICES - Static variable in interface org.apache.http.HttpStatus
-
300 Mutliple Choices (HTTP/1.1 - RFC 2616)
- SC_NO_CONTENT - Static variable in interface org.apache.http.HttpStatus
-
204 No Content (HTTP/1.0 - RFC 1945)
- SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface org.apache.http.HttpStatus
-
203 Non Authoritative Information (HTTP/1.1 - RFC 2616)
- SC_NOT_ACCEPTABLE - Static variable in interface org.apache.http.HttpStatus
-
406 Not Acceptable (HTTP/1.1 - RFC 2616)
- SC_NOT_FOUND - Static variable in interface org.apache.http.HttpStatus
-
404 Not Found (HTTP/1.0 - RFC 1945)
- SC_NOT_IMPLEMENTED - Static variable in interface org.apache.http.HttpStatus
-
501 Not Implemented (HTTP/1.0 - RFC 1945)
- SC_NOT_MODIFIED - Static variable in interface org.apache.http.HttpStatus
-
304 Not Modified (HTTP/1.0 - RFC 1945)
- SC_OK - Static variable in interface org.apache.http.HttpStatus
-
200 OK (HTTP/1.0 - RFC 1945)
- SC_PARTIAL_CONTENT - Static variable in interface org.apache.http.HttpStatus
-
206 Partial Content (HTTP/1.1 - RFC 2616)
- SC_PAYMENT_REQUIRED - Static variable in interface org.apache.http.HttpStatus
-
402 Payment Required (HTTP/1.1 - RFC 2616)
- SC_PRECONDITION_FAILED - Static variable in interface org.apache.http.HttpStatus
-
412 Precondition Failed (HTTP/1.1 - RFC 2616)
- SC_PROCESSING - Static variable in interface org.apache.http.HttpStatus
-
102 Processing (WebDAV - RFC 2518)
- SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface org.apache.http.HttpStatus
-
407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)
- SC_REQUEST_TIMEOUT - Static variable in interface org.apache.http.HttpStatus
-
408 Request Timeout (HTTP/1.1 - RFC 2616)
- SC_REQUEST_TOO_LONG - Static variable in interface org.apache.http.HttpStatus
-
413 Request Entity Too Large (HTTP/1.1 - RFC 2616)
- SC_REQUEST_URI_TOO_LONG - Static variable in interface org.apache.http.HttpStatus
-
414 Request-URI Too Long (HTTP/1.1 - RFC 2616)
- SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface org.apache.http.HttpStatus
-
416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)
- SC_RESET_CONTENT - Static variable in interface org.apache.http.HttpStatus
-
205 Reset Content (HTTP/1.1 - RFC 2616)
- SC_SEE_OTHER - Static variable in interface org.apache.http.HttpStatus
-
303 See Other (HTTP/1.1 - RFC 2616)
- SC_SERVICE_UNAVAILABLE - Static variable in interface org.apache.http.HttpStatus
-
503 Service Unavailable (HTTP/1.0 - RFC 1945)
- SC_SWITCHING_PROTOCOLS - Static variable in interface org.apache.http.HttpStatus
-
101 Switching Protocols (HTTP/1.1 - RFC 2616)
- SC_TEMPORARY_REDIRECT - Static variable in interface org.apache.http.HttpStatus
-
307 Temporary Redirect (HTTP/1.1 - RFC 2616)
- SC_UNAUTHORIZED - Static variable in interface org.apache.http.HttpStatus
-
401 Unauthorized (HTTP/1.0 - RFC 1945)
- SC_UNPROCESSABLE_ENTITY - Static variable in interface org.apache.http.HttpStatus
-
422 Unprocessable Entity (WebDAV - RFC 2518)
- SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface org.apache.http.HttpStatus
-
415 Unsupported Media Type (HTTP/1.1 - RFC 2616)
- SC_USE_PROXY - Static variable in interface org.apache.http.HttpStatus
-
305 Use Proxy (HTTP/1.1 - RFC 2616)
- Scheme - Class in org.apache.http.conn.scheme
-
Encapsulates specifics of a protocol scheme such as "http" or "https".
- Scheme(String, SocketFactory, int) - Constructor for class org.apache.http.conn.scheme.Scheme
-
Creates a new scheme.
- SCHEME_REGISTRY - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Attribute name of a
Scheme
object that represents the actual protocol scheme registry.
- schemeName - Variable in class org.apache.http.HttpHost
-
The scheme
- SchemeRegistry - Class in org.apache.http.conn.scheme
-
A set of supported protocol
Scheme
s.
- SchemeRegistry() - Constructor for class org.apache.http.conn.scheme.SchemeRegistry
-
Creates a new, empty scheme registry.
- schemeRegistry - Variable in class org.apache.http.impl.conn.DefaultClientConnectionOperator
-
The scheme registry for looking up socket factories.
- schemeRegistry - Variable in class org.apache.http.impl.conn.DefaultHttpRoutePlanner
-
The scheme registry.
- schemeRegistry - Variable in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
The scheme registry.
- schemeRegistry - Variable in class org.apache.http.impl.conn.SingleClientConnManager
-
The schemes supported by this connection manager.
- schemeRegistry - Variable in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
The schemes supported by this connection manager.
- searchPos - Variable in class org.apache.http.message.BasicTokenIterator
-
- SECURE_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- selectScheme(Map, HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
-
Selects one authentication challenge out of all available and
creates and generates
AuthScheme
instance capable of
processing that challenge.
- selectScheme(Map, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.AbstractAuthenticationHandler
-
- sendRequestEntity(HttpEntityEnclosingRequest) - Method in interface org.apache.http.HttpClientConnection
-
Sends the request entity over the connection.
- sendRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
- sendRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
- sendRequestHeader(HttpRequest) - Method in interface org.apache.http.HttpClientConnection
-
Sends the request line and all headers over the connection.
- sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
- sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
- sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
- sendResponseEntity(HttpResponse) - Method in interface org.apache.http.HttpServerConnection
-
Sends the response entity of a response over this connection.
- sendResponseEntity(HttpResponse) - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
- sendResponseHeader(HttpResponse) - Method in interface org.apache.http.HttpServerConnection
-
Sends the response line and headers of a response over this connection.
- sendResponseHeader(HttpResponse) - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
- SENT_BYTES_COUNT - Static variable in class org.apache.http.impl.HttpConnectionMetricsImpl
-
- SEPARATORS - Static variable in class org.apache.http.message.BasicHeaderValueFormatter
-
Special characters that can be used as separators in HTTP parameters.
- SerializableEntity - Class in org.apache.http.entity
-
A streamed entity that obtains its content from a Serializable
.
- SerializableEntity(Serializable, boolean) - Constructor for class org.apache.http.entity.SerializableEntity
-
Creates new instance of this class.
- serialize(SessionOutputBuffer, HttpMessage, HttpEntity) - Method in class org.apache.http.impl.entity.EntitySerializer
-
Writes out the content of the given HTTP entity to the session output
buffer based on properties of the given HTTP message.
- SERVER_HEADER - Static variable in class org.apache.http.protocol.HTTP
-
- SERVICE_ID - Static variable in class org.apache.commons.logging.LogFactory
-
- sessionBuffer - Variable in class org.apache.http.impl.io.AbstractMessageWriter
-
- SessionInputBuffer - Interface in org.apache.http.io
-
Session input buffer for blocking connections.
- SessionOutputBuffer - Interface in org.apache.http.io
-
Session output buffer for blocking connections.
- SET_COOKIE - Static variable in interface org.apache.http.cookie.SM
-
- SET_COOKIE2 - Static variable in interface org.apache.http.cookie.SM
-
- setAllowCircularRedirects(boolean) - Method in class org.apache.http.client.params.ClientParamBean
-
- setAttribute(String, Object) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Set the configuration attribute with the specified name.
- setAttribute(String, Object) - Method in class org.apache.commons.logging.LogFactory
-
Set the configuration attribute with the specified name.
- setAttribute(String, String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
- setAttribute(String, Object) - Method in class org.apache.http.protocol.BasicHttpContext
-
- setAttribute(String, Object) - Method in class org.apache.http.protocol.DefaultedHttpContext
-
- setAttribute(String, Object) - Method in interface org.apache.http.protocol.HttpContext
-
Sets value of the attribute with the given name.
- setAttribute(String, Object) - Method in class org.apache.http.protocol.SyncBasicHttpContext
-
- setAuthenticating(HttpParams, boolean) - Static method in class org.apache.http.client.params.HttpClientParams
-
- setAuthScheme(AuthScheme) - Method in class org.apache.http.auth.AuthState
-
- setAuthSchemePref(List) - Method in class org.apache.http.client.protocol.ClientContextConfigurer
-
- setAuthSchemeRegistry(AuthSchemeRegistry) - Method in class org.apache.http.client.protocol.ClientContextConfigurer
-
- setAuthSchemes(AuthSchemeRegistry) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- setAuthScope(AuthScope) - Method in class org.apache.http.auth.AuthState
-
- setBooleanParameter(String, boolean) - Method in class org.apache.http.params.AbstractHttpParams
-
- setBooleanParameter(String, boolean) - Method in interface org.apache.http.params.HttpParams
-
Assigns a Boolean
to the parameter with the given name
- setBytesTransferred(long) - Method in class org.apache.http.impl.io.HttpTransportMetricsImpl
-
- setChunked(boolean) - Method in class org.apache.http.entity.AbstractHttpEntity
-
Specifies the 'chunked' flag.
- setComment(String) - Method in interface org.apache.http.cookie.SetCookie
-
If a user agent (web browser) presents this cookie to a user, the
cookie's purpose will be described using this comment.
- setComment(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
If a user agent (web browser) presents this cookie to a user, the
cookie's purpose will be described using this comment.
- setCommentURL(String) - Method in interface org.apache.http.cookie.SetCookie2
-
If a user agent (web browser) presents this cookie to a user, the
cookie's purpose will be described by the information at this URL.
- setCommentURL(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie2
-
- setConnectionManagerFactory(ClientConnectionManagerFactory) - Method in class org.apache.http.client.params.ClientParamBean
-
- setConnectionManagerFactoryClassName(String) - Method in class org.apache.http.client.params.ClientParamBean
-
- setConnectionRequest(ClientConnectionRequest) - Method in interface org.apache.http.client.methods.AbortableHttpRequest
-
- setConnectionRequest(ClientConnectionRequest) - Method in class org.apache.http.client.methods.HttpRequestBase
-
- setConnectionsPerRoute(ConnPerRouteBean) - Method in class org.apache.http.conn.params.ConnManagerParamBean
-
- setConnectionTimeout(int) - Method in class org.apache.http.params.HttpConnectionParamBean
-
- setConnectionTimeout(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
-
- setConnReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.protocol.HttpService
-
- setContent(InputStream) - Method in class org.apache.http.entity.BasicHttpEntity
-
Specifies the content.
- setContentCharset(String) - Method in class org.apache.http.params.HttpProtocolParamBean
-
- setContentCharset(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
-
- setContentEncoding(Header) - Method in class org.apache.http.entity.AbstractHttpEntity
-
Specifies the Content-Encoding header.
- setContentEncoding(String) - Method in class org.apache.http.entity.AbstractHttpEntity
-
Specifies the Content-Encoding header, as a string.
- setContentLength(long) - Method in class org.apache.http.entity.BasicHttpEntity
-
Specifies the length of the content.
- setContentType(Header) - Method in class org.apache.http.entity.AbstractHttpEntity
-
Specifies the Content-Type header.
- setContentType(String) - Method in class org.apache.http.entity.AbstractHttpEntity
-
Specifies the Content-Type header, as a string.
- SetCookie - Interface in org.apache.http.cookie
-
This interface represents a Set-Cookie
response header sent by the
origin server to the HTTP agent in order to maintain a conversational state.
- SetCookie2 - Interface in org.apache.http.cookie
-
This interface represents a Set-Cookie2
response header sent by the
origin server to the HTTP agent in order to maintain a conversational state.
- setCookiePolicy(String) - Method in class org.apache.http.client.params.ClientParamBean
-
- setCookiePolicy(HttpParams, String) - Static method in class org.apache.http.client.params.HttpClientParams
-
- setCookieSpecRegistry(CookieSpecRegistry) - Method in class org.apache.http.client.protocol.ClientContextConfigurer
-
- setCookieSpecs(CookieSpecRegistry) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- setCookieStore(CookieStore) - Method in class org.apache.http.client.protocol.ClientContextConfigurer
-
- setCookieStore(CookieStore) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- setCredentialCharset(String) - Method in class org.apache.http.auth.params.AuthParamBean
-
- setCredentialCharset(HttpParams, String) - Static method in class org.apache.http.auth.params.AuthParams
-
- setCredentials(Credentials) - Method in class org.apache.http.auth.AuthState
-
- setCredentials(AuthScope, Credentials) - Method in interface org.apache.http.client.CredentialsProvider
-
Sets the
credentials
for the given authentication
scope.
- setCredentials(AuthScope, Credentials) - Method in class org.apache.http.impl.client.BasicCredentialsProvider
-
- setCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.client.protocol.ClientContextConfigurer
-
- setCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- setDatePatterns(Collection) - Method in class org.apache.http.cookie.params.CookieSpecParamBean
-
- setDefaultHeaders(Collection) - Method in class org.apache.http.client.params.ClientParamBean
-
- setDefaultHost(HttpHost) - Method in class org.apache.http.client.params.ClientParamBean
-
- setDefaultMaxPerRoute(int) - Method in class org.apache.http.conn.params.ConnPerRouteBean
-
- setDefaultProxy(HttpHost) - Method in class org.apache.http.conn.params.ConnRouteParamBean
-
- setDefaultProxy(HttpParams, HttpHost) - Static method in class org.apache.http.conn.params.ConnRouteParams
-
- setDiscard(boolean) - Method in interface org.apache.http.cookie.SetCookie2
-
Set the Discard attribute.
- setDiscard(boolean) - Method in class org.apache.http.impl.cookie.BasicClientCookie2
-
- setDomain(String) - Method in interface org.apache.http.cookie.SetCookie
-
Sets the domain attribute.
- setDomain(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Sets the domain attribute.
- setDoubleParameter(String, double) - Method in class org.apache.http.params.AbstractHttpParams
-
- setDoubleParameter(String, double) - Method in interface org.apache.http.params.HttpParams
-
Assigns a Double
to the parameter with the given name
- setEntity(HttpEntity) - Method in class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
-
- setEntity(HttpEntity) - Method in interface org.apache.http.HttpEntityEnclosingRequest
-
Associates the entity with this request.
- setEntity(HttpEntity) - Method in interface org.apache.http.HttpResponse
-
Associates a response entity with this response.
- setEntity(HttpEntity) - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapper
-
- setEntity(HttpEntity) - Method in class org.apache.http.message.BasicHttpEntityEnclosingRequest
-
- setEntity(HttpEntity) - Method in class org.apache.http.message.BasicHttpResponse
-
- setExceptions(Collection) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
-
Sets the exceptions from the blacklist.
- setExpectationVerifier(HttpExpectationVerifier) - Method in class org.apache.http.protocol.HttpService
-
- setExpiryDate(Date) - Method in interface org.apache.http.cookie.SetCookie
-
Sets expiration date.
- setExpiryDate(Date) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Sets expiration date.
- setForcedRoute(HttpRoute) - Method in class org.apache.http.conn.params.ConnRouteParamBean
-
- setForcedRoute(HttpParams, HttpRoute) - Static method in class org.apache.http.conn.params.ConnRouteParams
-
- setHandleAuthentication(boolean) - Method in class org.apache.http.client.params.ClientParamBean
-
- setHandleRedirects(boolean) - Method in class org.apache.http.client.params.ClientParamBean
-
- setHandlerResolver(HttpRequestHandlerResolver) - Method in class org.apache.http.protocol.HttpService
-
- setHandlers(Map) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
-
Sets handlers from the given map.
- setHandlers(Map) - Method in class org.apache.http.protocol.UriPatternMatcher
-
Sets objects from the given map.
- setHeader(Header) - Method in interface org.apache.http.HttpMessage
-
Overwrites the first header with the same name.
- setHeader(String, String) - Method in interface org.apache.http.HttpMessage
-
Overwrites the first header with the same name.
- setHeader(Header) - Method in class org.apache.http.message.AbstractHttpMessage
-
- setHeader(String, String) - Method in class org.apache.http.message.AbstractHttpMessage
-
- setHeaders(Header[]) - Method in interface org.apache.http.HttpMessage
-
Overwrites all the headers in the message.
- setHeaders(Header[]) - Method in class org.apache.http.message.AbstractHttpMessage
-
- setHeaders(Header[]) - Method in class org.apache.http.message.HeaderGroup
-
Sets all of the headers contained within this group overriding any
existing headers.
- setHostnameVerifier(X509HostnameVerifier) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
- setHttpElementCharset(String) - Method in class org.apache.http.params.HttpProtocolParamBean
-
- setHttpElementCharset(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
-
- setHttpProcessor(HttpProcessor) - Method in class org.apache.http.protocol.HttpService
-
- setHttpRequestRetryHandler(HttpRequestRetryHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- setIdleDuration(long) - Method in interface org.apache.http.conn.ManagedClientConnection
-
Sets the duration that this connection can remain idle before it is
reused.
- setIdleDuration(long) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
- setInterceptors(List) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Sets the interceptor lists.
- setInterceptors(List) - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
-
Sets the request interceptors in this list.
- setInterceptors(List) - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
-
Sets the response interceptors in this list.
- setIntParameter(String, int) - Method in class org.apache.http.params.AbstractHttpParams
-
- setIntParameter(String, int) - Method in interface org.apache.http.params.HttpParams
-
Assigns an Integer
to the parameter with the given name
- setItems(Map) - Method in class org.apache.http.auth.AuthSchemeRegistry
-
Populates the internal collection of registered
authentication schemes
with the content of the map passed as a parameter.
- setItems(Map) - Method in class org.apache.http.conn.scheme.SchemeRegistry
-
Populates the internal collection of registered
protocol schemes
with the content of the map passed as a parameter.
- setItems(Map) - Method in class org.apache.http.cookie.CookieSpecRegistry
-
Populates the internal collection of registered
cookie
specs
with the content of the map passed as a parameter.
- setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- setLength(int) - Method in class org.apache.http.util.ByteArrayBuffer
-
Sets the length of the buffer.
- setLength(int) - Method in class org.apache.http.util.CharArrayBuffer
-
Sets the length of the buffer.
- setLevel(int) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Set logging level.
- setLinger(int) - Method in class org.apache.http.params.HttpConnectionParamBean
-
- setLinger(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
-
- setLocalAddress(InetAddress) - Method in class org.apache.http.conn.params.ConnRouteParamBean
-
- setLocalAddress(HttpParams, InetAddress) - Static method in class org.apache.http.conn.params.ConnRouteParams
-
- setLocale(Locale) - Method in interface org.apache.http.HttpResponse
-
Changes the locale of this response.
- setLocale(Locale) - Method in class org.apache.http.message.BasicHttpResponse
-
- setLogImplementation(String) - Static method in class org.apache.commons.logging.LogSource
-
Deprecated.
Set the log implementation/log implementation factory
by the name of the class.
- setLogImplementation(Class) - Static method in class org.apache.commons.logging.LogSource
-
Deprecated.
Set the log implementation/log implementation factory
by class.
- setLongParameter(String, long) - Method in class org.apache.http.params.AbstractHttpParams
-
- setLongParameter(String, long) - Method in interface org.apache.http.params.HttpParams
-
Assigns a Long
to the parameter with the given name
- setMaxConnectionsPerRoute(HttpParams, ConnPerRoute) - Static method in class org.apache.http.conn.params.ConnManagerParams
-
Sets lookup interface for maximum number of connections allowed per route.
- setMaxForRoute(HttpRoute, int) - Method in class org.apache.http.conn.params.ConnPerRouteBean
-
- setMaxForRoutes(Map) - Method in class org.apache.http.conn.params.ConnPerRouteBean
-
- setMaxRedirects(int) - Method in class org.apache.http.client.params.ClientParamBean
-
- setMaxStatusLineGarbage(int) - Method in class org.apache.http.conn.params.ConnConnectionParamBean
-
- setMaxTotalConnections(int) - Method in class org.apache.http.conn.params.ConnManagerParamBean
-
- setMaxTotalConnections(HttpParams, int) - Static method in class org.apache.http.conn.params.ConnManagerParams
-
Sets the maximum number of connections allowed.
- setMethod(String) - Method in class org.apache.http.impl.client.RequestWrapper
-
- setMetric(String, Object) - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
-
- setParameter(String, Object) - Method in class org.apache.http.impl.client.ClientParamsStack
-
Does not set a parameter.
- setParameter(String, Object) - Method in class org.apache.http.params.BasicHttpParams
-
- setParameter(String, Object) - Method in class org.apache.http.params.DefaultedHttpParams
-
Sets the parameter in the local collection.
- setParameter(String, Object) - Method in interface org.apache.http.params.HttpParams
-
Assigns the value to the parameter with the given name.
- setParameters(String[], Object) - Method in class org.apache.http.params.BasicHttpParams
-
Assigns the value to all the parameter with the given names
- setParams(HttpParams) - Method in interface org.apache.http.HttpMessage
-
Provides parameters to be used for the processing of this message.
- setParams(HttpParams) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Replaces the parameters.
- setParams(HttpParams) - Method in class org.apache.http.message.AbstractHttpMessage
-
- setParams(HttpParams) - Method in class org.apache.http.protocol.HttpService
-
- setPath(String) - Method in interface org.apache.http.cookie.SetCookie
-
Sets the path attribute.
- setPath(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Sets the path attribute.
- setPorts(int[]) - Method in interface org.apache.http.cookie.SetCookie2
-
Sets the Port attribute.
- setPorts(int[]) - Method in class org.apache.http.impl.cookie.BasicClientCookie2
-
- setProtocolVersion(ProtocolVersion) - Method in class org.apache.http.impl.client.RequestWrapper
-
- setProxyAuthenticationHandler(AuthenticationHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- setProxySelector(ProxySelector) - Method in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
Sets the proxy selector to use.
- setPublicSuffixes(Collection) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
-
Sets the suffix blacklist patterns.
- setReasonPhrase(String) - Method in interface org.apache.http.HttpResponse
-
Updates the status line of this response with a new reason phrase.
- setReasonPhrase(String) - Method in class org.apache.http.message.BasicHttpResponse
-
- setRedirectHandler(RedirectHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- setRedirecting(HttpParams, boolean) - Static method in class org.apache.http.client.params.HttpClientParams
-
- setRejectRelativeRedirect(boolean) - Method in class org.apache.http.client.params.ClientParamBean
-
- setReleaseTrigger(ConnectionReleaseTrigger) - Method in interface org.apache.http.client.methods.AbortableHttpRequest
-
- setReleaseTrigger(ConnectionReleaseTrigger) - Method in class org.apache.http.client.methods.HttpRequestBase
-
- setResponseFactory(HttpResponseFactory) - Method in class org.apache.http.protocol.HttpService
-
- setReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- setSecure(boolean) - Method in interface org.apache.http.cookie.SetCookie
-
Sets the secure attribute of the cookie.
- setSecure(boolean) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Sets the secure attribute of the cookie.
- setSingleHeader(boolean) - Method in class org.apache.http.cookie.params.CookieSpecParamBean
-
- setSocketBufferSize(int) - Method in class org.apache.http.params.HttpConnectionParamBean
-
- setSocketBufferSize(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
-
- setSocketTimeout(int) - Method in interface org.apache.http.HttpConnection
-
Sets the socket timeout value.
- setSocketTimeout(int) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
- setSocketTimeout(int) - Method in class org.apache.http.impl.SocketHttpClientConnection
-
- setSocketTimeout(int) - Method in class org.apache.http.impl.SocketHttpServerConnection
-
- setSoTimeout(int) - Method in class org.apache.http.params.HttpConnectionParamBean
-
- setSoTimeout(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
-
- setStaleCheckingEnabled(boolean) - Method in class org.apache.http.params.HttpConnectionParamBean
-
- setStaleCheckingEnabled(HttpParams, boolean) - Static method in class org.apache.http.params.HttpConnectionParams
-
- setState(Object) - Method in interface org.apache.http.conn.ManagedClientConnection
-
Assigns a state object to this connection.
- setState(Object) - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
- setState(Object) - Method in class org.apache.http.impl.conn.AbstractPoolEntry
-
Assigns a state object to this pool entry.
- setStatusCode(int) - Method in interface org.apache.http.HttpResponse
-
Updates the status line of this response with a new status code.
- setStatusCode(int) - Method in class org.apache.http.message.BasicHttpResponse
-
- setStatusLine(StatusLine) - Method in interface org.apache.http.HttpResponse
-
Sets the status line of this response.
- setStatusLine(ProtocolVersion, int) - Method in interface org.apache.http.HttpResponse
-
Sets the status line of this response.
- setStatusLine(ProtocolVersion, int, String) - Method in interface org.apache.http.HttpResponse
-
Sets the status line of this response with a reason phrase.
- setStatusLine(StatusLine) - Method in class org.apache.http.message.BasicHttpResponse
-
- setStatusLine(ProtocolVersion, int) - Method in class org.apache.http.message.BasicHttpResponse
-
- setStatusLine(ProtocolVersion, int, String) - Method in class org.apache.http.message.BasicHttpResponse
-
- setTargetAuthenticationHandler(AuthenticationHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- setTcpNoDelay(boolean) - Method in class org.apache.http.params.HttpConnectionParamBean
-
- setTcpNoDelay(HttpParams, boolean) - Static method in class org.apache.http.params.HttpConnectionParams
-
- setTimeout(long) - Method in class org.apache.http.conn.params.ConnManagerParamBean
-
- setTimeout(HttpParams, long) - Static method in class org.apache.http.conn.params.ConnManagerParams
-
- setURI(URI) - Method in class org.apache.http.client.methods.HttpRequestBase
-
- setURI(URI) - Method in class org.apache.http.impl.client.RequestWrapper
-
- setUseExpectContinue(boolean) - Method in class org.apache.http.params.HttpProtocolParamBean
-
- setUseExpectContinue(HttpParams, boolean) - Static method in class org.apache.http.params.HttpProtocolParams
-
- setUserAgent(String) - Method in class org.apache.http.params.HttpProtocolParamBean
-
- setUserAgent(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
-
- setUserTokenHandler(UserTokenHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- setValue(String) - Method in interface org.apache.http.cookie.SetCookie
-
- setValue(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Sets the value
- setVersion(int) - Method in interface org.apache.http.cookie.SetCookie
-
Sets the version of the cookie specification to which this
cookie conforms.
- setVersion(int) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Sets the version of the cookie specification to which this
cookie conforms.
- setVersion(HttpVersion) - Method in class org.apache.http.params.HttpProtocolParamBean
-
- setVersion(HttpParams, ProtocolVersion) - Static method in class org.apache.http.params.HttpProtocolParams
-
- setVirtualHost(HttpHost) - Method in class org.apache.http.client.params.ClientParamBean
-
- setWaitingThread(WaitingThread) - Method in class org.apache.http.impl.conn.tsccm.WaitingThreadAborter
-
Sets the waiting thread.
- showDateTime - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Include the current time in the log message
- showLogName - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Include the instance name in the log message?
- showShortName - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Include the short name ( last component ) of the logger in the log
message.
- shutdown() - Method in interface org.apache.http.conn.ClientConnectionManager
-
Shuts down this connection manager and releases allocated resources.
- shutdown() - Method in interface org.apache.http.HttpConnection
-
Force-closes this connection.
- shutdown() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
- shutdown() - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Force-closes this connection.
- shutdown() - Method in class org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
-
Shuts down the connection in this pool entry.
- shutdown() - Method in class org.apache.http.impl.conn.SingleClientConnManager
-
- shutdown() - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Shuts down this pool and all associated resources.
- shutdown() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
- shutdown() - Method in class org.apache.http.impl.conn.tsccm.RefQueueWorker
-
Deprecated.
Shuts down this worker.
- shutdown() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
- shutdown() - Method in class org.apache.http.impl.SocketHttpClientConnection
-
- shutdown() - Method in class org.apache.http.impl.SocketHttpServerConnection
-
- shutdownEntry() - Method in class org.apache.http.impl.conn.AbstractPoolEntry
-
Shuts down the entry.
- shutdownEntry() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
- SimpleLog - Class in org.apache.commons.logging.impl
-
Simple implementation of Log that sends all enabled log messages,
for all defined loggers, to System.err.
- SimpleLog(String) - Constructor for class org.apache.commons.logging.impl.SimpleLog
-
Construct a simple log with given name.
- simpleLogProps - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Properties loaded from simplelog.properties
- SINGLE_COOKIE_HEADER - Static variable in interface org.apache.http.cookie.params.CookieSpecPNames
-
Defines whether cookies should be forced into a single
Cookie
request header.
- SingleClientConnManager - Class in org.apache.http.impl.conn
-
A connection manager for a single connection.
- SingleClientConnManager(HttpParams, SchemeRegistry) - Constructor for class org.apache.http.impl.conn.SingleClientConnManager
-
Creates a new simple connection manager.
- SingleClientConnManager.ConnAdapter - Class in org.apache.http.impl.conn
-
The connection adapter used by this manager.
- SingleClientConnManager.PoolEntry - Class in org.apache.http.impl.conn
-
The pool entry for this connection manager.
- size() - Method in class org.apache.commons.logging.impl.WeakHashtable
-
- skip(long) - Method in class org.apache.http.impl.io.ContentLengthInputStream
-
Skips and discards a number of bytes from the input stream.
- skipWhitespace(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicLineParser
-
Helper to skip whitespace.
- SM - Interface in org.apache.http.cookie
-
Constants and static helpers related to the HTTP state management.
- SO_LINGER - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Sets SO_LINGER with the specified linger time in seconds.
- SO_TIMEOUT - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Defines the socket timeout (SO_TIMEOUT
) in milliseconds,
which is the timeout for waiting for data.
- SOCKET_BUFFER_SIZE - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Determines the size of the internal socket buffer used to buffer data
while receiving / transmitting HTTP messages.
- SocketFactory - Interface in org.apache.http.conn.scheme
-
A factory for creating, initializing and connecting sockets.
- SocketHttpClientConnection - Class in org.apache.http.impl
-
Implementation of a client-side HTTP connection that can be bound to an
arbitrary Socket
for receiving data from and transmitting data to
a remote server.
- SocketHttpClientConnection() - Constructor for class org.apache.http.impl.SocketHttpClientConnection
-
- SocketHttpServerConnection - Class in org.apache.http.impl
-
Implementation of a server-side HTTP connection that can be bound to a
network Socket in order to receive and transmit data.
- SocketHttpServerConnection() - Constructor for class org.apache.http.impl.SocketHttpServerConnection
-
- SocketInputBuffer - Class in org.apache.http.impl.io
-
- SocketInputBuffer(Socket, int, HttpParams) - Constructor for class org.apache.http.impl.io.SocketInputBuffer
-
Creates an instance of this class.
- SocketOutputBuffer - Class in org.apache.http.impl.io
-
- SocketOutputBuffer(Socket, int, HttpParams) - Constructor for class org.apache.http.impl.io.SocketOutputBuffer
-
Creates an instance of this class.
- SP - Static variable in class org.apache.http.protocol.HTTP
-
- SSL - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
-
- SSLSocketFactory - Class in org.apache.http.conn.ssl
-
Layered socket factory for TLS/SSL connections, based on JSSE.
- SSLSocketFactory(String, KeyStore, String, KeyStore, SecureRandom, HostNameResolver) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
- SSLSocketFactory(KeyStore, String, KeyStore) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
- SSLSocketFactory(KeyStore, String) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
- SSLSocketFactory(KeyStore) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
- SSLSocketFactory(SSLContext, HostNameResolver) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
- SSLSocketFactory(SSLContext) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
- SSLV2 - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
-
- STALE_CONNECTION_CHECK - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Determines whether stale connection check is to be used.
- state - Variable in class org.apache.http.impl.conn.AbstractPoolEntry
-
Connection state object
- StatusLine - Interface in org.apache.http
-
The first line of a Response message is the Status-Line, consisting
of the protocol version followed by a numeric status code and its
associated textual phrase, with each element separated by SP
characters.
- streamAbort(InputStream) - Method in class org.apache.http.conn.BasicEofSensorWatcher
-
- streamAbort(InputStream) - Method in class org.apache.http.conn.BasicManagedEntity
-
- streamAbort(InputStream) - Method in interface org.apache.http.conn.EofSensorWatcher
-
Indicates that the
stream
is aborted.
- streamClosed(InputStream) - Method in class org.apache.http.conn.BasicEofSensorWatcher
-
- streamClosed(InputStream) - Method in class org.apache.http.conn.BasicManagedEntity
-
- streamClosed(InputStream) - Method in interface org.apache.http.conn.EofSensorWatcher
-
Indicates that the
stream
is closed.
- STRICT_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
-
- STRICT_TRANSFER_ENCODING - Static variable in interface org.apache.http.params.CoreProtocolPNames
-
Defines whether responses with an invalid Transfer-Encoding
header should be rejected.
- StrictContentLengthStrategy - Class in org.apache.http.impl.entity
-
The strict implementation of the content length strategy.
- StrictContentLengthStrategy() - Constructor for class org.apache.http.impl.entity.StrictContentLengthStrategy
-
- StrictHostnameVerifier - Class in org.apache.http.conn.ssl
-
The Strict HostnameVerifier works the same way as Sun Java 1.4, Sun
Java 5, Sun Java 6-rc.
- StrictHostnameVerifier() - Constructor for class org.apache.http.conn.ssl.StrictHostnameVerifier
-
- StringEntity - Class in org.apache.http.entity
-
A self contained, repeatable entity that obtains its content from
a String
.
- StringEntity(String, String) - Constructor for class org.apache.http.entity.StringEntity
-
- StringEntity(String) - Constructor for class org.apache.http.entity.StringEntity
-
- substring(int, int) - Method in class org.apache.http.util.CharArrayBuffer
-
Returns a substring of this buffer.
- substringTrimmed(int, int) - Method in class org.apache.http.util.CharArrayBuffer
-
Returns a substring of this buffer with leading and trailing whitespace
omitted.
- SyncBasicHttpContext - Class in org.apache.http.protocol
-
- SyncBasicHttpContext(HttpContext) - Constructor for class org.apache.http.protocol.SyncBasicHttpContext
-
- systemPrefix - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
All system properties used by SimpleLog
start with this