Uses of Interface
org.apache.http.params.HttpParams
-
Packages that use HttpParams Package Description org.apache.http Core HTTP component APIs and primitives.org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication.org.apache.http.impl.io Default implementations of message parses and writers for synchronous, blocking communication.org.apache.http.impl.pool Default implementations of client side connection pools for synchronous, blocking communication.org.apache.http.message Core HTTP message components, message element parser and writer APIs and their default implementations.org.apache.http.params Deprecated.org.apache.http.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. -
-
Uses of HttpParams in org.apache.http
Methods in org.apache.http that return HttpParams Modifier and Type Method Description HttpParamsHttpMessage. getParams()Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'Methods in org.apache.http with parameters of type HttpParams Modifier and Type Method Description voidHttpMessage. setParams(HttpParams params)Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config' -
Uses of HttpParams in org.apache.http.impl
Methods in org.apache.http.impl with parameters of type HttpParams Modifier and Type Method Description voidDefaultHttpClientConnection. bind(java.net.Socket socket, HttpParams params)Deprecated.voidDefaultHttpServerConnection. bind(java.net.Socket socket, HttpParams params)Deprecated.protected voidSocketHttpClientConnection. bind(java.net.Socket socket, HttpParams params)Deprecated.Binds this connection to the givenSocket.protected voidSocketHttpServerConnection. bind(java.net.Socket socket, HttpParams params)Deprecated.Binds this connection to the givenSocket.protected HttpMessageParser<HttpRequest>AbstractHttpServerConnection. createRequestParser(SessionInputBuffer buffer, HttpRequestFactory requestFactory, HttpParams params)Deprecated.Creates an instance ofHttpMessageParserto be used for parsing HTTP requests received over this connection.protected HttpMessageWriter<HttpRequest>AbstractHttpClientConnection. createRequestWriter(SessionOutputBuffer buffer, HttpParams params)Deprecated.Creates an instance ofHttpMessageWriterto be used for writing out HTTP requests sent over this connection.protected HttpMessageParser<HttpResponse>AbstractHttpClientConnection. createResponseParser(SessionInputBuffer buffer, HttpResponseFactory responseFactory, HttpParams params)Deprecated.Creates an instance ofHttpMessageParserto be used for parsing HTTP responses received over this connection.protected HttpMessageWriter<HttpResponse>AbstractHttpServerConnection. createResponseWriter(SessionOutputBuffer buffer, HttpParams params)Deprecated.Creates an instance ofHttpMessageWriterto be used for writing out HTTP responses sent over this connection.protected SessionInputBufferSocketHttpClientConnection. createSessionInputBuffer(java.net.Socket socket, int bufferSize, HttpParams params)Deprecated.Creates an instance ofSocketInputBufferto be used for receiving data from the givenSocket.protected SessionInputBufferSocketHttpServerConnection. createSessionInputBuffer(java.net.Socket socket, int bufferSize, HttpParams params)Deprecated.Creates an instance ofSocketInputBufferto be used for receiving data from the givenSocket.protected SessionOutputBufferSocketHttpClientConnection. createSessionOutputBuffer(java.net.Socket socket, int bufferSize, HttpParams params)Deprecated.Creates an instance ofSessionOutputBufferto be used for sending data to the givenSocket.protected SessionOutputBufferSocketHttpServerConnection. createSessionOutputBuffer(java.net.Socket socket, int bufferSize, HttpParams params)Deprecated.Creates an instance ofSessionOutputBufferto be used for sending data to the givenSocket.protected voidAbstractHttpClientConnection. init(SessionInputBuffer sessionInputBuffer, SessionOutputBuffer sessionOutputBuffer, HttpParams params)Deprecated.Initializes this connection object withSessionInputBufferandSessionOutputBufferinstances to be used for sending and receiving data.protected voidAbstractHttpServerConnection. init(SessionInputBuffer inBuffer, SessionOutputBuffer outbuffer, HttpParams params)Deprecated.Initializes this connection object withSessionInputBufferandSessionOutputBufferinstances to be used for sending and receiving data. -
Uses of HttpParams in org.apache.http.impl.io
Methods in org.apache.http.impl.io with parameters of type HttpParams Modifier and Type Method Description protected voidAbstractSessionInputBuffer. init(java.io.InputStream inputStream, int bufferSize, HttpParams params)Deprecated.Initializes this session input buffer.protected voidAbstractSessionOutputBuffer. init(java.io.OutputStream outStream, int bufferSize, HttpParams params)Deprecated.Constructors in org.apache.http.impl.io with parameters of type HttpParams Constructor Description AbstractMessageParser(SessionInputBuffer buffer, LineParser parser, HttpParams params)Deprecated.AbstractMessageWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)Deprecated.DefaultHttpRequestParser(SessionInputBuffer buffer, LineParser lineParser, HttpRequestFactory requestFactory, HttpParams params)DefaultHttpResponseParser(SessionInputBuffer buffer, LineParser lineParser, HttpResponseFactory responseFactory, HttpParams params)HttpRequestParser(SessionInputBuffer buffer, LineParser parser, HttpRequestFactory requestFactory, HttpParams params)Deprecated.Creates an instance of this class.HttpRequestWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)Deprecated.HttpResponseParser(SessionInputBuffer buffer, LineParser parser, HttpResponseFactory responseFactory, HttpParams params)Deprecated.Creates an instance of this class.HttpResponseWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)Deprecated.SocketInputBuffer(java.net.Socket socket, int bufferSize, HttpParams params)Deprecated.Creates an instance of this class.SocketOutputBuffer(java.net.Socket socket, int bufferSize, HttpParams params)Deprecated.Creates an instance of this class. -
Uses of HttpParams in org.apache.http.impl.pool
Methods in org.apache.http.impl.pool with parameters of type HttpParams Modifier and Type Method Description protected HttpClientConnectionBasicConnFactory. create(java.net.Socket socket, HttpParams params)Deprecated.(4.3) no longer used.Constructors in org.apache.http.impl.pool with parameters of type HttpParams Constructor Description BasicConnFactory(javax.net.ssl.SSLSocketFactory sslfactory, HttpParams params)Deprecated.BasicConnFactory(HttpParams params)Deprecated.BasicConnPool(HttpParams params)Deprecated. -
Uses of HttpParams in org.apache.http.message
Fields in org.apache.http.message declared as HttpParams Modifier and Type Field Description protected HttpParamsAbstractHttpMessage. paramsDeprecated.Do not use.Methods in org.apache.http.message that return HttpParams Modifier and Type Method Description HttpParamsAbstractHttpMessage. getParams()Deprecated.(4.3) use constructor parameters of configuration API provided by HttpClientMethods in org.apache.http.message with parameters of type HttpParams Modifier and Type Method Description voidAbstractHttpMessage. setParams(HttpParams params)Deprecated.(4.3) use constructor parameters of configuration API provided by HttpClientConstructors in org.apache.http.message with parameters of type HttpParams Constructor Description AbstractHttpMessage(HttpParams params)Deprecated.(4.3) useAbstractHttpMessage() -
Uses of HttpParams in org.apache.http.params
Classes in org.apache.http.params that implement HttpParams Modifier and Type Class Description classAbstractHttpParamsDeprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'classBasicHttpParamsDeprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'classDefaultedHttpParamsDeprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'classSyncBasicHttpParamsDeprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'Fields in org.apache.http.params declared as HttpParams Modifier and Type Field Description protected HttpParamsHttpAbstractParamBean. paramsDeprecated.Methods in org.apache.http.params that return HttpParams Modifier and Type Method Description HttpParamsBasicHttpParams. copy()Deprecated.Creates a copy of these parameters.HttpParamsDefaultedHttpParams. copy()Deprecated.Creates a copy of the local collection with the same defaultHttpParamsHttpParams. copy()Deprecated.Creates a copy of these parameters.HttpParamsDefaultedHttpParams. getDefaults()Deprecated.HttpParamsAbstractHttpParams. setBooleanParameter(java.lang.String name, boolean value)Deprecated.HttpParamsHttpParams. setBooleanParameter(java.lang.String name, boolean value)Deprecated.Assigns aBooleanto the parameter with the given nameHttpParamsAbstractHttpParams. setDoubleParameter(java.lang.String name, double value)Deprecated.HttpParamsHttpParams. setDoubleParameter(java.lang.String name, double value)Deprecated.Assigns aDoubleto the parameter with the given nameHttpParamsAbstractHttpParams. setIntParameter(java.lang.String name, int value)Deprecated.HttpParamsHttpParams. setIntParameter(java.lang.String name, int value)Deprecated.Assigns anIntegerto the parameter with the given nameHttpParamsAbstractHttpParams. setLongParameter(java.lang.String name, long value)Deprecated.HttpParamsHttpParams. setLongParameter(java.lang.String name, long value)Deprecated.Assigns aLongto the parameter with the given nameHttpParamsBasicHttpParams. setParameter(java.lang.String name, java.lang.Object value)Deprecated.HttpParamsDefaultedHttpParams. setParameter(java.lang.String name, java.lang.Object value)Deprecated.Sets the parameter in the local collection.HttpParamsHttpParams. setParameter(java.lang.String name, java.lang.Object value)Deprecated.Assigns the value to the parameter with the given name.HttpParamsSyncBasicHttpParams. setParameter(java.lang.String name, java.lang.Object value)Deprecated.Methods in org.apache.http.params with parameters of type HttpParams Modifier and Type Method Description voidBasicHttpParams. copyParams(HttpParams target)Deprecated.Copies the locally defined parameters to the argument parameters.static ConnectionConfigHttpParamConfig. getConnectionConfig(HttpParams params)Deprecated.static intHttpConnectionParams. getConnectionTimeout(HttpParams params)Deprecated.Obtains value of theCoreConnectionPNames.CONNECTION_TIMEOUTparameter.static java.lang.StringHttpProtocolParams. getContentCharset(HttpParams params)Deprecated.Obtains value of theCoreProtocolPNames.HTTP_CONTENT_CHARSETparameter.static java.lang.StringHttpProtocolParams. getHttpElementCharset(HttpParams params)Deprecated.Obtains value of theCoreProtocolPNames.HTTP_ELEMENT_CHARSETparameter.static intHttpConnectionParams. getLinger(HttpParams params)Deprecated.Obtains value of theCoreConnectionPNames.SO_LINGERparameter.static java.nio.charset.CodingErrorActionHttpProtocolParams. getMalformedInputAction(HttpParams params)Deprecated.Obtains value of theCoreProtocolPNames.HTTP_MALFORMED_INPUT_ACTIONparameter.static MessageConstraintsHttpParamConfig. getMessageConstraints(HttpParams params)Deprecated.static intHttpConnectionParams. getSocketBufferSize(HttpParams params)Deprecated.Obtains value of theCoreConnectionPNames.SOCKET_BUFFER_SIZEparameter.static SocketConfigHttpParamConfig. getSocketConfig(HttpParams params)Deprecated.static booleanHttpConnectionParams. getSoKeepalive(HttpParams params)Deprecated.Obtains value of theCoreConnectionPNames.SO_KEEPALIVEparameter.static booleanHttpConnectionParams. getSoReuseaddr(HttpParams params)Deprecated.Obtains value of theCoreConnectionPNames.SO_REUSEADDRparameter.static intHttpConnectionParams. getSoTimeout(HttpParams params)Deprecated.Obtains value of theCoreConnectionPNames.SO_TIMEOUTparameter.static booleanHttpConnectionParams. getTcpNoDelay(HttpParams params)Deprecated.Obtains value of theCoreConnectionPNames.TCP_NODELAYparameter.static java.nio.charset.CodingErrorActionHttpProtocolParams. getUnmappableInputAction(HttpParams params)Deprecated.Obtains the value of theCoreProtocolPNames.HTTP_UNMAPPABLE_INPUT_ACTIONparameter.static java.lang.StringHttpProtocolParams. getUserAgent(HttpParams params)Deprecated.Obtains value of theCoreProtocolPNames.USER_AGENTparameter.static ProtocolVersionHttpProtocolParams. getVersion(HttpParams params)Deprecated.Obtains value of theCoreProtocolPNames.PROTOCOL_VERSIONparameter.static booleanHttpConnectionParams. isStaleCheckingEnabled(HttpParams params)Deprecated.Obtains value of theCoreConnectionPNames.STALE_CONNECTION_CHECKparameter.static voidHttpConnectionParams. setConnectionTimeout(HttpParams params, int timeout)Deprecated.Sets value of theCoreConnectionPNames.CONNECTION_TIMEOUTparameter.static voidHttpProtocolParams. setContentCharset(HttpParams params, java.lang.String charset)Deprecated.Sets value of theCoreProtocolPNames.HTTP_CONTENT_CHARSETparameter.static voidHttpProtocolParams. setHttpElementCharset(HttpParams params, java.lang.String charset)Deprecated.Sets value of theCoreProtocolPNames.HTTP_ELEMENT_CHARSETparameter.static voidHttpConnectionParams. setLinger(HttpParams params, int value)Deprecated.Sets value of theCoreConnectionPNames.SO_LINGERparameter.static voidHttpProtocolParams. setMalformedInputAction(HttpParams params, java.nio.charset.CodingErrorAction action)Deprecated.Sets value of theCoreProtocolPNames.HTTP_MALFORMED_INPUT_ACTIONparameter.static voidHttpConnectionParams. setSocketBufferSize(HttpParams params, int size)Deprecated.Sets value of theCoreConnectionPNames.SOCKET_BUFFER_SIZEparameter.static voidHttpConnectionParams. setSoKeepalive(HttpParams params, boolean enableKeepalive)Deprecated.Sets value of theCoreConnectionPNames.SO_KEEPALIVEparameter.static voidHttpConnectionParams. setSoReuseaddr(HttpParams params, boolean reuseaddr)Deprecated.Sets value of theCoreConnectionPNames.SO_REUSEADDRparameter.static voidHttpConnectionParams. setSoTimeout(HttpParams params, int timeout)Deprecated.Sets value of theCoreConnectionPNames.SO_TIMEOUTparameter.static voidHttpConnectionParams. setStaleCheckingEnabled(HttpParams params, boolean value)Deprecated.Sets value of theCoreConnectionPNames.STALE_CONNECTION_CHECKparameter.static voidHttpConnectionParams. setTcpNoDelay(HttpParams params, boolean value)Deprecated.Sets value of theCoreConnectionPNames.TCP_NODELAYparameter.static voidHttpProtocolParams. setUnmappableInputAction(HttpParams params, java.nio.charset.CodingErrorAction action)Deprecated.Sets the value of theCoreProtocolPNames.HTTP_UNMAPPABLE_INPUT_ACTIONparameter.static voidHttpProtocolParams. setUseExpectContinue(HttpParams params, boolean b)Deprecated.Sets value of theCoreProtocolPNames.USE_EXPECT_CONTINUEparameter.static voidHttpProtocolParams. setUserAgent(HttpParams params, java.lang.String useragent)Deprecated.Sets value of theCoreProtocolPNames.USER_AGENTparameter.static voidHttpProtocolParams. setVersion(HttpParams params, ProtocolVersion version)Deprecated.Sets value of theCoreProtocolPNames.PROTOCOL_VERSIONparameter.static booleanHttpProtocolParams. useExpectContinue(HttpParams params)Deprecated.Obtains value of theCoreProtocolPNames.USE_EXPECT_CONTINUEparameter.Constructors in org.apache.http.params with parameters of type HttpParams Constructor Description DefaultedHttpParams(HttpParams local, HttpParams defaults)Deprecated.Create the defaulted set of HttpParams.HttpAbstractParamBean(HttpParams params)Deprecated.HttpConnectionParamBean(HttpParams params)Deprecated.HttpProtocolParamBean(HttpParams params)Deprecated. -
Uses of HttpParams in org.apache.http.protocol
Methods in org.apache.http.protocol that return HttpParams Modifier and Type Method Description HttpParamsHttpService. getParams()Deprecated.(4.3) no longer used.Methods in org.apache.http.protocol with parameters of type HttpParams Modifier and Type Method Description voidHttpService. setParams(HttpParams params)Deprecated.(4.1) setHttpResponseFactoryusing constructorConstructors in org.apache.http.protocol with parameters of type HttpParams Constructor Description HttpService(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerResolver handlerResolver, HttpParams params)HttpService(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerResolver handlerResolver, HttpExpectationVerifier expectationVerifier, HttpParams params)
-