Uses of Interface
org.apache.http.HttpConnectionFactory
Packages that use HttpConnectionFactory
Package
Description
Default implementations of HTTP connections for synchronous,
blocking communication.
Embedded server and server bootstrap.
Default implementations of client side connection pools
for synchronous, blocking communication.
-
Uses of HttpConnectionFactory in org.apache.http.impl
Classes in org.apache.http.impl that implement HttpConnectionFactoryModifier and TypeClassDescriptionclass
Default factory forHttpClientConnection
s.class
Default factory forHttpServerConnection
s. -
Uses of HttpConnectionFactory in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap declared as HttpConnectionFactoryModifier and TypeFieldDescriptionprivate final HttpConnectionFactory
<? extends DefaultBHttpServerConnection> HttpServer.connectionFactory
private final HttpConnectionFactory
<? extends HttpServerConnection> RequestListener.connectionFactory
private HttpConnectionFactory
<? extends DefaultBHttpServerConnection> ServerBootstrap.connectionFactory
Methods in org.apache.http.impl.bootstrap with parameters of type HttpConnectionFactoryModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.setConnectionFactory
(HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory) AssignsHttpConnectionFactory
instance.Constructors in org.apache.http.impl.bootstrap with parameters of type HttpConnectionFactoryModifierConstructorDescription(package private)
HttpServer
(int port, InetAddress ifAddress, SocketConfig socketConfig, ServerSocketFactory serverSocketFactory, HttpService httpService, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, SSLServerSetupHandler sslSetupHandler, ExceptionLogger exceptionLogger) RequestListener
(SocketConfig socketConfig, ServerSocket serversocket, HttpService httpService, HttpConnectionFactory<? extends HttpServerConnection> connectionFactory, ExceptionLogger exceptionLogger, ExecutorService executorService) -
Uses of HttpConnectionFactory in org.apache.http.impl.pool
Fields in org.apache.http.impl.pool declared as HttpConnectionFactoryModifier and TypeFieldDescriptionprivate final HttpConnectionFactory
<? extends HttpClientConnection> BasicConnFactory.connFactory