|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefaultNHttpClientConnection | |
|---|---|
| org.apache.http.impl.nio | Default implementations for interfaces in
org.apache.http.nio. |
| Uses of DefaultNHttpClientConnection in org.apache.http.impl.nio |
|---|
| Methods in org.apache.http.impl.nio that return DefaultNHttpClientConnection | |
|---|---|
DefaultNHttpClientConnection |
DefaultNHttpClientConnectionFactory.createConnection(IOSession session)
|
protected DefaultNHttpClientConnection |
DefaultHttpClientIODispatch.createConnection(IOSession session)
|
DefaultNHttpClientConnection |
SSLNHttpClientConnectionFactory.createConnection(IOSession session)
|
protected DefaultNHttpClientConnection |
DefaultNHttpClientConnectionFactory.createConnection(IOSession session,
HttpResponseFactory responseFactory,
ByteBufferAllocator allocator,
HttpParams params)
|
protected DefaultNHttpClientConnection |
SSLNHttpClientConnectionFactory.createConnection(IOSession session,
HttpResponseFactory responseFactory,
ByteBufferAllocator allocator,
HttpParams params)
|
| Methods in org.apache.http.impl.nio with parameters of type DefaultNHttpClientConnection | |
|---|---|
protected void |
DefaultHttpClientIODispatch.onClosed(DefaultNHttpClientConnection conn)
|
protected void |
DefaultHttpClientIODispatch.onConnected(DefaultNHttpClientConnection conn)
|
protected void |
DefaultHttpClientIODispatch.onException(DefaultNHttpClientConnection conn,
IOException ex)
|
protected void |
DefaultHttpClientIODispatch.onInputReady(DefaultNHttpClientConnection conn)
|
protected void |
DefaultHttpClientIODispatch.onOutputReady(DefaultNHttpClientConnection conn)
|
protected void |
DefaultHttpClientIODispatch.onTimeout(DefaultNHttpClientConnection conn)
|
| Constructor parameters in org.apache.http.impl.nio with type arguments of type DefaultNHttpClientConnection | |
|---|---|
DefaultHttpClientIODispatch(NHttpClientEventHandler handler,
NHttpConnectionFactory<DefaultNHttpClientConnection> connFactory)
Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||