Uses of Class
org.apache.http.impl.nio.DefaultNHttpServerConnection
-
Packages that use DefaultNHttpServerConnection Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.bootstrap 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 DefaultNHttpServerConnection Modifier and Type Field Description private NHttpConnectionFactory<? extends DefaultNHttpServerConnection>DefaultHttpServerIODispatch. connectionFactoryMethods in org.apache.http.impl.nio that return DefaultNHttpServerConnection Modifier and Type Method Description protected DefaultNHttpServerConnectionDefaultHttpServerIODispatch. createConnection(IOSession session)DefaultNHttpServerConnectionDefaultNHttpServerConnectionFactory. createConnection(IOSession session)protected DefaultNHttpServerConnectionDefaultNHttpServerConnectionFactory. createConnection(IOSession session, HttpRequestFactory requestFactory, ByteBufferAllocator allocator, HttpParams params)Deprecated.(4.3) no longer used.DefaultNHttpServerConnectionSSLNHttpServerConnectionFactory. createConnection(IOSession ioSession)protected DefaultNHttpServerConnectionSSLNHttpServerConnectionFactory. 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 DefaultNHttpServerConnection Modifier and Type Method Description NHttpConnectionFactory<? extends DefaultNHttpServerConnection>DefaultHttpServerIODispatch. getConnectionFactory()Gets the connection factory used to construct this dispatch.Methods in org.apache.http.impl.nio with parameters of type DefaultNHttpServerConnection Modifier and Type Method Description protected voidDefaultHttpServerIODispatch. onClosed(DefaultNHttpServerConnection conn)protected voidDefaultHttpServerIODispatch. onConnected(DefaultNHttpServerConnection conn)protected voidDefaultHttpServerIODispatch. onException(DefaultNHttpServerConnection conn, java.io.IOException ex)protected voidDefaultHttpServerIODispatch. onInputReady(DefaultNHttpServerConnection conn)protected voidDefaultHttpServerIODispatch. onOutputReady(DefaultNHttpServerConnection conn)protected voidDefaultHttpServerIODispatch. onTimeout(DefaultNHttpServerConnection conn)Constructor parameters in org.apache.http.impl.nio with type arguments of type DefaultNHttpServerConnection Constructor Description DefaultHttpServerIODispatch(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 DefaultNHttpServerConnection Modifier and Type Field Description private NHttpConnectionFactory<? extends DefaultNHttpServerConnection>HttpServer. connectionFactoryprivate NHttpConnectionFactory<? extends DefaultNHttpServerConnection>ServerBootstrap. connectionFactoryMethod parameters in org.apache.http.impl.nio.bootstrap with type arguments of type DefaultNHttpServerConnection Modifier and Type Method Description ServerBootstrapServerBootstrap. setConnectionFactory(NHttpConnectionFactory<? extends DefaultNHttpServerConnection> connectionFactory)AssignsNHttpConnectionFactoryinstance.Constructor parameters in org.apache.http.impl.nio.bootstrap with type arguments of type DefaultNHttpServerConnection Constructor Description HttpServer(int port, java.net.InetAddress ifAddress, IOReactorConfig ioReactorConfig, NHttpServerEventHandler serverEventHandler, NHttpConnectionFactory<? extends DefaultNHttpServerConnection> connectionFactory, ExceptionLogger exceptionLogger)
-