Uses of Class
org.apache.http.impl.nio.DefaultNHttpServerConnection
Packages that use DefaultNHttpServerConnection
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
Embedded non-blocking server and server bootstrap.
-
Uses of DefaultNHttpServerConnection in org.apache.http.impl.nio
Fields in org.apache.http.impl.nio with type parameters of type DefaultNHttpServerConnectionModifier and TypeFieldDescriptionprivate final NHttpConnectionFactory
<? extends DefaultNHttpServerConnection> DefaultHttpServerIODispatch.connectionFactory
Methods in org.apache.http.impl.nio that return DefaultNHttpServerConnectionModifier and TypeMethodDescriptionprotected DefaultNHttpServerConnection
DefaultHttpServerIODispatch.createConnection
(IOSession session) DefaultNHttpServerConnectionFactory.createConnection
(IOSession session) protected DefaultNHttpServerConnection
DefaultNHttpServerConnectionFactory.createConnection
(IOSession session, HttpRequestFactory requestFactory, ByteBufferAllocator allocator, HttpParams params) Deprecated.(4.3) no longer used.SSLNHttpServerConnectionFactory.createConnection
(IOSession ioSession) protected DefaultNHttpServerConnection
SSLNHttpServerConnectionFactory.createConnection
(IOSession session, HttpRequestFactory requestFactory, ByteBufferAllocator allocator, HttpParams params) Deprecated.(4.3) no longer used.Methods in org.apache.http.impl.nio that return types with arguments of type DefaultNHttpServerConnectionModifier and TypeMethodDescriptionDefaultHttpServerIODispatch.getConnectionFactory()
Gets the connection factory used to construct this dispatch.Methods in org.apache.http.impl.nio with parameters of type DefaultNHttpServerConnectionModifier and TypeMethodDescriptionprotected void
DefaultHttpServerIODispatch.onClosed
(DefaultNHttpServerConnection conn) protected void
DefaultHttpServerIODispatch.onConnected
(DefaultNHttpServerConnection conn) protected void
DefaultHttpServerIODispatch.onException
(DefaultNHttpServerConnection conn, IOException ex) protected void
DefaultHttpServerIODispatch.onInputReady
(DefaultNHttpServerConnection conn) protected void
DefaultHttpServerIODispatch.onOutputReady
(DefaultNHttpServerConnection conn) protected void
DefaultHttpServerIODispatch.onTimeout
(DefaultNHttpServerConnection conn) Constructor parameters in org.apache.http.impl.nio with type arguments of type DefaultNHttpServerConnectionModifierConstructorDescriptionDefaultHttpServerIODispatch
(H handler, NHttpConnectionFactory<? extends DefaultNHttpServerConnection> connFactory) -
Uses of DefaultNHttpServerConnection in org.apache.http.impl.nio.bootstrap
Fields in org.apache.http.impl.nio.bootstrap with type parameters of type DefaultNHttpServerConnectionModifier and TypeFieldDescriptionprivate final NHttpConnectionFactory
<? extends DefaultNHttpServerConnection> HttpServer.connectionFactory
private NHttpConnectionFactory
<? extends DefaultNHttpServerConnection> ServerBootstrap.connectionFactory
Method parameters in org.apache.http.impl.nio.bootstrap with type arguments of type DefaultNHttpServerConnectionModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.setConnectionFactory
(NHttpConnectionFactory<? extends DefaultNHttpServerConnection> connectionFactory) AssignsNHttpConnectionFactory
instance.Constructor parameters in org.apache.http.impl.nio.bootstrap with type arguments of type DefaultNHttpServerConnectionModifierConstructorDescription(package private)
HttpServer
(int port, InetAddress ifAddress, IOReactorConfig ioReactorConfig, NHttpServerEventHandler serverEventHandler, NHttpConnectionFactory<? extends DefaultNHttpServerConnection> connectionFactory, ExceptionLogger exceptionLogger)