|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefaultNHttpServerConnection | |
|---|---|
| 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 |
|---|
| Methods in org.apache.http.impl.nio that return DefaultNHttpServerConnection | |
|---|---|
DefaultNHttpServerConnection |
DefaultNHttpServerConnectionFactory.createConnection(IOSession session)
|
protected DefaultNHttpServerConnection |
DefaultHttpServerIODispatch.createConnection(IOSession session)
|
DefaultNHttpServerConnection |
SSLNHttpServerConnectionFactory.createConnection(IOSession iosession)
|
protected DefaultNHttpServerConnection |
DefaultNHttpServerConnectionFactory.createConnection(IOSession session,
HttpRequestFactory requestFactory,
ByteBufferAllocator allocator,
HttpParams params)
Deprecated. (4.3) no longer used. |
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 DefaultNHttpServerConnection | |
|---|---|
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 | |
|---|---|
protected 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 DefaultNHttpServerConnection | |
|---|---|
DefaultHttpServerIODispatch(H handler,
NHttpConnectionFactory<? extends DefaultNHttpServerConnection> connFactory)
|
|
| Uses of DefaultNHttpServerConnection in org.apache.http.impl.nio.bootstrap |
|---|
| Method parameters in org.apache.http.impl.nio.bootstrap with type arguments of type DefaultNHttpServerConnection | |
|---|---|
ServerBootstrap |
ServerBootstrap.setConnectionFactory(NHttpConnectionFactory<? extends DefaultNHttpServerConnection> connectionFactory)
Assigns NHttpConnectionFactory instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||