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.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.codecs Default implementations of message parses and writers for asynchronous, even driven communication.org.apache.http.impl.nio.pool Default implementations of client side connection pools for asynchronous, even driven communication.org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO.org.apache.http.impl.nio.ssl 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.nio.params Deprecated.org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication.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 HttpParams
HttpMessage. 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 void
HttpMessage. 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 void
DefaultHttpClientConnection. bind(java.net.Socket socket, HttpParams params)
Deprecated.void
DefaultHttpServerConnection. bind(java.net.Socket socket, HttpParams params)
Deprecated.protected void
SocketHttpClientConnection. bind(java.net.Socket socket, HttpParams params)
Deprecated.Binds this connection to the givenSocket
.protected void
SocketHttpServerConnection. 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 ofHttpMessageParser
to be used for parsing HTTP requests received over this connection.protected HttpMessageWriter<HttpRequest>
AbstractHttpClientConnection. createRequestWriter(SessionOutputBuffer buffer, HttpParams params)
Deprecated.Creates an instance ofHttpMessageWriter
to 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 ofHttpMessageParser
to be used for parsing HTTP responses received over this connection.protected HttpMessageWriter<HttpResponse>
AbstractHttpServerConnection. createResponseWriter(SessionOutputBuffer buffer, HttpParams params)
Deprecated.Creates an instance ofHttpMessageWriter
to be used for writing out HTTP responses sent over this connection.protected SessionInputBuffer
SocketHttpClientConnection. createSessionInputBuffer(java.net.Socket socket, int bufferSize, HttpParams params)
Deprecated.Creates an instance ofSocketInputBuffer
to be used for receiving data from the givenSocket
.protected SessionInputBuffer
SocketHttpServerConnection. createSessionInputBuffer(java.net.Socket socket, int bufferSize, HttpParams params)
Deprecated.Creates an instance ofSocketInputBuffer
to be used for receiving data from the givenSocket
.protected SessionOutputBuffer
SocketHttpClientConnection. createSessionOutputBuffer(java.net.Socket socket, int bufferSize, HttpParams params)
Deprecated.Creates an instance ofSessionOutputBuffer
to be used for sending data to the givenSocket
.protected SessionOutputBuffer
SocketHttpServerConnection. createSessionOutputBuffer(java.net.Socket socket, int bufferSize, HttpParams params)
Deprecated.Creates an instance ofSessionOutputBuffer
to be used for sending data to the givenSocket
.protected void
AbstractHttpClientConnection. init(SessionInputBuffer sessionInputBuffer, SessionOutputBuffer sessionOutputBuffer, HttpParams params)
Deprecated.Initializes this connection object withSessionInputBuffer
andSessionOutputBuffer
instances to be used for sending and receiving data.protected void
AbstractHttpServerConnection. init(SessionInputBuffer inBuffer, SessionOutputBuffer outbuffer, HttpParams params)
Deprecated.Initializes this connection object withSessionInputBuffer
andSessionOutputBuffer
instances 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 void
AbstractSessionInputBuffer. init(java.io.InputStream inputStream, int bufferSize, HttpParams params)
Deprecated.Initializes this session input buffer.protected void
AbstractSessionOutputBuffer. 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.nio
Fields in org.apache.http.impl.nio declared as HttpParams Modifier and Type Field Description protected HttpParams
DefaultClientIOEventDispatch. params
Deprecated.protected HttpParams
DefaultServerIOEventDispatch. params
Deprecated.protected HttpParams
SSLClientIOEventDispatch. params
Deprecated.protected HttpParams
SSLServerIOEventDispatch. params
Deprecated.Methods in org.apache.http.impl.nio with parameters of type HttpParams Modifier and Type Method Description protected DefaultNHttpClientConnection
DefaultNHttpClientConnectionFactory. createConnection(IOSession session, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params)
Deprecated.(4.3) no longer used.protected DefaultNHttpServerConnection
DefaultNHttpServerConnectionFactory. createConnection(IOSession session, HttpRequestFactory requestFactory, ByteBufferAllocator allocator, HttpParams params)
Deprecated.(4.3) no longer used.protected DefaultNHttpClientConnection
SSLNHttpClientConnectionFactory. createConnection(IOSession session, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params)
Deprecated.(4.3) no longer used.protected DefaultNHttpServerConnection
SSLNHttpServerConnectionFactory. createConnection(IOSession session, HttpRequestFactory requestFactory, ByteBufferAllocator allocator, HttpParams params)
Deprecated.(4.3) no longer used.protected NHttpMessageParser<HttpRequest>
DefaultNHttpServerConnection. createRequestParser(SessionInputBuffer buffer, HttpRequestFactory requestFactory, HttpParams params)
Deprecated.(4.3) use constructor.protected NHttpMessageWriter<HttpRequest>
DefaultNHttpClientConnection. createRequestWriter(SessionOutputBuffer buffer, HttpParams params)
Deprecated.(4.3) use constructor.protected NHttpMessageParser<HttpResponse>
DefaultNHttpClientConnection. createResponseParser(SessionInputBuffer buffer, HttpResponseFactory responseFactory, HttpParams params)
Deprecated.(4.3) use constructor.protected NHttpMessageWriter<HttpResponse>
DefaultNHttpServerConnection. createResponseWriter(SessionOutputBuffer buffer, HttpParams params)
Deprecated.(4.3) use constructor.Constructors in org.apache.http.impl.nio with parameters of type HttpParams Constructor Description DefaultClientIOEventDispatch(NHttpClientHandler handler, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.DefaultHttpClientIODispatch(H handler, javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, HttpParams params)
DefaultHttpClientIODispatch(H handler, javax.net.ssl.SSLContext sslContext, HttpParams params)
Deprecated.DefaultHttpClientIODispatch(H handler, HttpParams params)
Deprecated.DefaultHttpServerIODispatch(H handler, javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, HttpParams params)
DefaultHttpServerIODispatch(H handler, javax.net.ssl.SSLContext sslContext, HttpParams params)
Deprecated.DefaultHttpServerIODispatch(H handler, HttpParams params)
Deprecated.DefaultNHttpClientConnection(IOSession session, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params)
DefaultNHttpClientConnectionFactory(HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params)
DefaultNHttpClientConnectionFactory(HttpParams params)
Deprecated.DefaultNHttpServerConnection(IOSession session, HttpRequestFactory requestFactory, ByteBufferAllocator allocator, HttpParams params)
DefaultNHttpServerConnectionFactory(HttpRequestFactory requestFactory, ByteBufferAllocator allocator, HttpParams params)
DefaultNHttpServerConnectionFactory(HttpParams params)
Deprecated.DefaultServerIOEventDispatch(NHttpServiceHandler handler, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.NHttpConnectionBase(IOSession session, ByteBufferAllocator allocator, HttpParams params)
SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslContext, SSLIOSessionHandler sslHandler, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the givenSSLContext
.SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslContext, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the givenSSLContext
.SSLNHttpClientConnectionFactory(javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params)
SSLNHttpClientConnectionFactory(javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, HttpParams params)
Deprecated.SSLNHttpClientConnectionFactory(HttpParams params)
Deprecated.SSLNHttpServerConnectionFactory(javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, HttpRequestFactory requestFactory, ByteBufferAllocator allocator, HttpParams params)
SSLNHttpServerConnectionFactory(javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, HttpParams params)
Deprecated.SSLNHttpServerConnectionFactory(HttpParams params)
Deprecated.SSLServerIOEventDispatch(NHttpServiceHandler handler, javax.net.ssl.SSLContext sslContext, SSLIOSessionHandler sslHandler, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the givenSSLContext
.SSLServerIOEventDispatch(NHttpServiceHandler handler, javax.net.ssl.SSLContext sslContext, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the givenSSLContext
. -
Uses of HttpParams in org.apache.http.impl.nio.codecs
-
Uses of HttpParams in org.apache.http.impl.nio.pool
Constructors in org.apache.http.impl.nio.pool with parameters of type HttpParams Constructor Description BasicNIOConnFactory(javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params)
BasicNIOConnFactory(javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, HttpParams params)
Deprecated.BasicNIOConnFactory(HttpParams params)
Deprecated.(4.3) useBasicNIOConnFactory(ConnectionConfig)
BasicNIOConnPool(ConnectingIOReactor ioReactor, NIOConnFactory<HttpHost,NHttpClientConnection> connFactory, HttpParams params)
Deprecated.BasicNIOConnPool(ConnectingIOReactor ioReactor, HttpParams params)
Deprecated. -
Uses of HttpParams in org.apache.http.impl.nio.reactor
Fields in org.apache.http.impl.nio.reactor declared as HttpParams Modifier and Type Field Description protected HttpParams
AbstractMultiworkerIOReactor. params
Deprecated.(4.2)private HttpParams
SSLIOSessionHandlerAdaptor. params
Deprecated.private HttpParams
SSLSetupHandlerAdaptor. params
Deprecated.Methods in org.apache.http.impl.nio.reactor with parameters of type HttpParams Modifier and Type Method Description void
SSLIOSession. bind(SSLMode mode, HttpParams params)
Deprecated.(package private) static IOReactorConfig
AbstractMultiworkerIOReactor. convert(int workerCount, HttpParams params)
Deprecated.Do not use.void
SSLIOSessionHandler. initalize(javax.net.ssl.SSLEngine sslengine, HttpParams params)
Deprecated.Triggered when the SSL connection is being initialized.void
SSLSetupHandler. initalize(javax.net.ssl.SSLEngine sslengine, HttpParams params)
Deprecated.Triggered when the SSL connection is being initialized.void
SessionOutputBufferImpl. reset(HttpParams params)
void
SSLIOSessionHandlerAdaptor. setParams(HttpParams params)
Deprecated.void
SSLSetupHandlerAdaptor. setParams(HttpParams params)
Deprecated.Constructors in org.apache.http.impl.nio.reactor with parameters of type HttpParams Constructor Description AbstractMultiworkerIOReactor(int workerCount, java.util.concurrent.ThreadFactory threadFactory, HttpParams params)
Deprecated.DefaultConnectingIOReactor(int workerCount, java.util.concurrent.ThreadFactory threadFactory, HttpParams params)
Deprecated.DefaultConnectingIOReactor(int workerCount, HttpParams params)
Deprecated.DefaultListeningIOReactor(int workerCount, java.util.concurrent.ThreadFactory threadFactory, HttpParams params)
Deprecated.DefaultListeningIOReactor(int workerCount, HttpParams params)
Deprecated.SessionInputBufferImpl(int bufferSize, int lineBufferSize, ByteBufferAllocator allocator, HttpParams params)
Deprecated.SessionInputBufferImpl(int bufferSize, int lineBufferSize, HttpParams params)
Deprecated.SessionOutputBufferImpl(int bufferSize, int lineBufferSize, ByteBufferAllocator allocator, HttpParams params)
Deprecated.SessionOutputBufferImpl(int bufferSize, int lineBufferSize, HttpParams params)
Deprecated. -
Uses of HttpParams in org.apache.http.impl.nio.ssl
Constructors in org.apache.http.impl.nio.ssl with parameters of type HttpParams Constructor Description SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the givenSSLContext
.SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslContext, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the givenSSLContext
.SSLServerIOEventDispatch(NHttpServiceHandler handler, javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the givenSSLContext
.SSLServerIOEventDispatch(NHttpServiceHandler handler, javax.net.ssl.SSLContext sslContext, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the givenSSLContext
. -
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 HttpClientConnection
BasicConnFactory. 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 HttpParams
AbstractHttpMessage. params
Deprecated.Do not use.Methods in org.apache.http.message that return HttpParams Modifier and Type Method Description HttpParams
AbstractHttpMessage. 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 void
AbstractHttpMessage. 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.nio.params
Methods in org.apache.http.nio.params with parameters of type HttpParams Modifier and Type Method Description static int
NIOReactorParams. getContentBufferSize(HttpParams params)
Deprecated.Obtains the value ofNIOReactorPNames.CONTENT_BUFFER_SIZE
parameter.static long
NIOReactorParams. getGracePeriod(HttpParams params)
Deprecated.Obtains the value ofNIOReactorPNames.GRACE_PERIOD
parameter.static boolean
NIOReactorParams. getInterestOpsQueueing(HttpParams params)
Deprecated.Obtains the value ofNIOReactorPNames.INTEREST_OPS_QUEUEING
parameter.static long
NIOReactorParams. getSelectInterval(HttpParams params)
Deprecated.Obtains the value ofNIOReactorPNames.SELECT_INTERVAL
parameter.static void
NIOReactorParams. setContentBufferSize(HttpParams params, int size)
Deprecated.Sets value of theNIOReactorPNames.CONTENT_BUFFER_SIZE
parameter.static void
NIOReactorParams. setGracePeriod(HttpParams params, long ms)
Deprecated.Sets value of theNIOReactorPNames.GRACE_PERIOD
parameter.static void
NIOReactorParams. setInterestOpsQueueing(HttpParams params, boolean interestOpsQueueing)
Deprecated.Sets value of theNIOReactorPNames.INTEREST_OPS_QUEUEING
parameter.static void
NIOReactorParams. setSelectInterval(HttpParams params, long ms)
Deprecated.Sets value of theNIOReactorPNames.SELECT_INTERVAL
parameter.Constructors in org.apache.http.nio.params with parameters of type HttpParams Constructor Description NIOReactorParamBean(HttpParams params)
Deprecated. -
Uses of HttpParams in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as HttpParams Modifier and Type Field Description protected HttpParams
NHttpHandlerBase. params
Deprecated.Methods in org.apache.http.nio.protocol that return HttpParams Modifier and Type Method Description HttpParams
NHttpHandlerBase. getParams()
Deprecated. -
Uses of HttpParams in org.apache.http.params
Classes in org.apache.http.params that implement HttpParams Modifier and Type Class Description class
AbstractHttpParams
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'class
BasicHttpParams
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'class
DefaultedHttpParams
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'class
SyncBasicHttpParams
Deprecated.(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 private HttpParams
DefaultedHttpParams. defaults
Deprecated.private HttpParams
DefaultedHttpParams. local
Deprecated.protected HttpParams
HttpAbstractParamBean. params
Deprecated.Methods in org.apache.http.params that return HttpParams Modifier and Type Method Description HttpParams
BasicHttpParams. copy()
Deprecated.Creates a copy of these parameters.HttpParams
DefaultedHttpParams. copy()
Deprecated.Creates a copy of the local collection with the same defaultHttpParams
HttpParams. copy()
Deprecated.Creates a copy of these parameters.HttpParams
DefaultedHttpParams. getDefaults()
Deprecated.HttpParams
AbstractHttpParams. setBooleanParameter(java.lang.String name, boolean value)
Deprecated.HttpParams
HttpParams. setBooleanParameter(java.lang.String name, boolean value)
Deprecated.Assigns aBoolean
to the parameter with the given nameHttpParams
AbstractHttpParams. setDoubleParameter(java.lang.String name, double value)
Deprecated.HttpParams
HttpParams. setDoubleParameter(java.lang.String name, double value)
Deprecated.Assigns aDouble
to the parameter with the given nameHttpParams
AbstractHttpParams. setIntParameter(java.lang.String name, int value)
Deprecated.HttpParams
HttpParams. setIntParameter(java.lang.String name, int value)
Deprecated.Assigns anInteger
to the parameter with the given nameHttpParams
AbstractHttpParams. setLongParameter(java.lang.String name, long value)
Deprecated.HttpParams
HttpParams. setLongParameter(java.lang.String name, long value)
Deprecated.Assigns aLong
to the parameter with the given nameHttpParams
BasicHttpParams. setParameter(java.lang.String name, java.lang.Object value)
Deprecated.HttpParams
DefaultedHttpParams. setParameter(java.lang.String name, java.lang.Object value)
Deprecated.Sets the parameter in the local collection.HttpParams
HttpParams. setParameter(java.lang.String name, java.lang.Object value)
Deprecated.Assigns the value to the parameter with the given name.HttpParams
SyncBasicHttpParams. 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 void
BasicHttpParams. copyParams(HttpParams target)
Deprecated.Copies the locally defined parameters to the argument parameters.static ConnectionConfig
HttpParamConfig. getConnectionConfig(HttpParams params)
Deprecated.static int
HttpConnectionParams. getConnectionTimeout(HttpParams params)
Deprecated.Obtains value of theCoreConnectionPNames.CONNECTION_TIMEOUT
parameter.static java.lang.String
HttpProtocolParams. getContentCharset(HttpParams params)
Deprecated.Obtains value of theCoreProtocolPNames.HTTP_CONTENT_CHARSET
parameter.static java.lang.String
HttpProtocolParams. getHttpElementCharset(HttpParams params)
Deprecated.Obtains value of theCoreProtocolPNames.HTTP_ELEMENT_CHARSET
parameter.static int
HttpConnectionParams. getLinger(HttpParams params)
Deprecated.Obtains value of theCoreConnectionPNames.SO_LINGER
parameter.static java.nio.charset.CodingErrorAction
HttpProtocolParams. getMalformedInputAction(HttpParams params)
Deprecated.Obtains value of theCoreProtocolPNames.HTTP_MALFORMED_INPUT_ACTION
parameter.static MessageConstraints
HttpParamConfig. getMessageConstraints(HttpParams params)
Deprecated.private java.util.Set<java.lang.String>
DefaultedHttpParams. getNames(HttpParams params)
Deprecated.static int
HttpConnectionParams. getSocketBufferSize(HttpParams params)
Deprecated.Obtains value of theCoreConnectionPNames.SOCKET_BUFFER_SIZE
parameter.static SocketConfig
HttpParamConfig. getSocketConfig(HttpParams params)
Deprecated.static boolean
HttpConnectionParams. getSoKeepalive(HttpParams params)
Deprecated.Obtains value of theCoreConnectionPNames.SO_KEEPALIVE
parameter.static boolean
HttpConnectionParams. getSoReuseaddr(HttpParams params)
Deprecated.Obtains value of theCoreConnectionPNames.SO_REUSEADDR
parameter.static int
HttpConnectionParams. getSoTimeout(HttpParams params)
Deprecated.Obtains value of theCoreConnectionPNames.SO_TIMEOUT
parameter.static boolean
HttpConnectionParams. getTcpNoDelay(HttpParams params)
Deprecated.Obtains value of theCoreConnectionPNames.TCP_NODELAY
parameter.static java.nio.charset.CodingErrorAction
HttpProtocolParams. getUnmappableInputAction(HttpParams params)
Deprecated.Obtains the value of theCoreProtocolPNames.HTTP_UNMAPPABLE_INPUT_ACTION
parameter.static java.lang.String
HttpProtocolParams. getUserAgent(HttpParams params)
Deprecated.Obtains value of theCoreProtocolPNames.USER_AGENT
parameter.static ProtocolVersion
HttpProtocolParams. getVersion(HttpParams params)
Deprecated.Obtains value of theCoreProtocolPNames.PROTOCOL_VERSION
parameter.static boolean
HttpConnectionParams. isStaleCheckingEnabled(HttpParams params)
Deprecated.Obtains value of theCoreConnectionPNames.STALE_CONNECTION_CHECK
parameter.static void
HttpConnectionParams. setConnectionTimeout(HttpParams params, int timeout)
Deprecated.Sets value of theCoreConnectionPNames.CONNECTION_TIMEOUT
parameter.static void
HttpProtocolParams. setContentCharset(HttpParams params, java.lang.String charset)
Deprecated.Sets value of theCoreProtocolPNames.HTTP_CONTENT_CHARSET
parameter.static void
HttpProtocolParams. setHttpElementCharset(HttpParams params, java.lang.String charset)
Deprecated.Sets value of theCoreProtocolPNames.HTTP_ELEMENT_CHARSET
parameter.static void
HttpConnectionParams. setLinger(HttpParams params, int value)
Deprecated.Sets value of theCoreConnectionPNames.SO_LINGER
parameter.static void
HttpProtocolParams. setMalformedInputAction(HttpParams params, java.nio.charset.CodingErrorAction action)
Deprecated.Sets value of theCoreProtocolPNames.HTTP_MALFORMED_INPUT_ACTION
parameter.static void
HttpConnectionParams. setSocketBufferSize(HttpParams params, int size)
Deprecated.Sets value of theCoreConnectionPNames.SOCKET_BUFFER_SIZE
parameter.static void
HttpConnectionParams. setSoKeepalive(HttpParams params, boolean enableKeepalive)
Deprecated.Sets value of theCoreConnectionPNames.SO_KEEPALIVE
parameter.static void
HttpConnectionParams. setSoReuseaddr(HttpParams params, boolean reuseaddr)
Deprecated.Sets value of theCoreConnectionPNames.SO_REUSEADDR
parameter.static void
HttpConnectionParams. setSoTimeout(HttpParams params, int timeout)
Deprecated.Sets value of theCoreConnectionPNames.SO_TIMEOUT
parameter.static void
HttpConnectionParams. setStaleCheckingEnabled(HttpParams params, boolean value)
Deprecated.Sets value of theCoreConnectionPNames.STALE_CONNECTION_CHECK
parameter.static void
HttpConnectionParams. setTcpNoDelay(HttpParams params, boolean value)
Deprecated.Sets value of theCoreConnectionPNames.TCP_NODELAY
parameter.static void
HttpProtocolParams. setUnmappableInputAction(HttpParams params, java.nio.charset.CodingErrorAction action)
Deprecated.Sets the value of theCoreProtocolPNames.HTTP_UNMAPPABLE_INPUT_ACTION
parameter.static void
HttpProtocolParams. setUseExpectContinue(HttpParams params, boolean b)
Deprecated.Sets value of theCoreProtocolPNames.USE_EXPECT_CONTINUE
parameter.static void
HttpProtocolParams. setUserAgent(HttpParams params, java.lang.String useragent)
Deprecated.Sets value of theCoreProtocolPNames.USER_AGENT
parameter.static void
HttpProtocolParams. setVersion(HttpParams params, ProtocolVersion version)
Deprecated.Sets value of theCoreProtocolPNames.PROTOCOL_VERSION
parameter.static boolean
HttpProtocolParams. useExpectContinue(HttpParams params)
Deprecated.Obtains value of theCoreProtocolPNames.USE_EXPECT_CONTINUE
parameter.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
Fields in org.apache.http.protocol declared as HttpParams Modifier and Type Field Description private HttpParams
HttpService. params
TODO: make all variables final in the next major versionMethods in org.apache.http.protocol that return HttpParams Modifier and Type Method Description HttpParams
HttpService. getParams()
Deprecated.(4.3) no longer used.Methods in org.apache.http.protocol with parameters of type HttpParams Modifier and Type Method Description void
HttpService. setParams(HttpParams params)
Deprecated.(4.1) setHttpResponseFactory
using 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)
-