Uses of Class
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
-
Packages that use DefaultBHttpServerConnection Package Description org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.http.impl.io Default implementation of HTTP/1.1 transport based on the classic (blocking) I/O model.org.apache.hc.core5.testing.classic -
-
Uses of DefaultBHttpServerConnection in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap with type parameters of type DefaultBHttpServerConnection Modifier and Type Field Description private HttpConnectionFactory<? extends DefaultBHttpServerConnection>HttpServer. connectionFactoryprivate HttpConnectionFactory<? extends DefaultBHttpServerConnection>ServerBootstrap. connectionFactoryMethod parameters in org.apache.hc.core5.http.impl.bootstrap with type arguments of type DefaultBHttpServerConnection Modifier and Type Method Description ServerBootstrapServerBootstrap. setConnectionFactory(HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory)AssignsHttpConnectionFactoryinstance.Constructor parameters in org.apache.hc.core5.http.impl.bootstrap with type arguments of type DefaultBHttpServerConnection Constructor Description HttpServer(int port, HttpService httpService, java.net.InetAddress ifAddress, SocketConfig socketConfig, javax.net.ServerSocketFactory serverSocketFactory, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, Callback<javax.net.ssl.SSLParameters> sslSetupHandler, ExceptionListener exceptionListener) -
Uses of DefaultBHttpServerConnection in org.apache.hc.core5.http.impl.io
Methods in org.apache.hc.core5.http.impl.io that return DefaultBHttpServerConnection Modifier and Type Method Description DefaultBHttpServerConnectionDefaultBHttpServerConnectionFactory. createConnection(java.net.Socket socket) -
Uses of DefaultBHttpServerConnection in org.apache.hc.core5.testing.classic
Subclasses of DefaultBHttpServerConnection in org.apache.hc.core5.testing.classic Modifier and Type Class Description classLoggingBHttpServerConnection
-