Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations for interfaces in
org.apache.http.nio . |
Modifier and Type | Method and Description |
---|---|
protected DefaultNHttpServerConnection |
DefaultHttpServerIODispatch.createConnection(IOSession session) |
DefaultNHttpServerConnection |
SSLNHttpServerConnectionFactory.createConnection(IOSession session) |
DefaultNHttpServerConnection |
DefaultNHttpServerConnectionFactory.createConnection(IOSession session) |
protected DefaultNHttpServerConnection |
SSLNHttpServerConnectionFactory.createConnection(IOSession session,
HttpRequestFactory requestFactory,
ByteBufferAllocator allocator,
HttpParams params) |
protected DefaultNHttpServerConnection |
DefaultNHttpServerConnectionFactory.createConnection(IOSession session,
HttpRequestFactory requestFactory,
ByteBufferAllocator allocator,
HttpParams params) |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
NHttpConnectionFactory<DefaultNHttpServerConnection> connFactory) |
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.