Uses of Class
org.apache.http.impl.DefaultBHttpServerConnection
Packages that use DefaultBHttpServerConnection
Package
Description
Default implementations of HTTP connections for synchronous,
blocking communication.
Embedded server and server bootstrap.
-
Uses of DefaultBHttpServerConnection in org.apache.http.impl
Methods in org.apache.http.impl that return DefaultBHttpServerConnectionModifier and TypeMethodDescriptionDefaultBHttpServerConnectionFactory.createConnection(Socket socket) -
Uses of DefaultBHttpServerConnection in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap with type parameters of type DefaultBHttpServerConnectionModifier and TypeFieldDescriptionprivate final HttpConnectionFactory<? extends DefaultBHttpServerConnection>HttpServer.connectionFactoryprivate HttpConnectionFactory<? extends DefaultBHttpServerConnection>ServerBootstrap.connectionFactoryMethod parameters in org.apache.http.impl.bootstrap with type arguments of type DefaultBHttpServerConnectionModifier and TypeMethodDescriptionfinal ServerBootstrapServerBootstrap.setConnectionFactory(HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory) AssignsHttpConnectionFactoryinstance.Constructor parameters in org.apache.http.impl.bootstrap with type arguments of type DefaultBHttpServerConnectionModifierConstructorDescription(package private)HttpServer(int port, InetAddress ifAddress, SocketConfig socketConfig, ServerSocketFactory serverSocketFactory, HttpService httpService, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, SSLServerSetupHandler sslSetupHandler, ExceptionLogger exceptionLogger)