|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOSession | |
org.apache.http.impl.nio | |
org.apache.http.impl.nio.reactor | NIO based implementations of HttpCore interfaces. |
org.apache.http.nio.reactor | API for event driven NIO based on Doug Lea's reactor pattern. |
Uses of IOSession in org.apache.http.impl.nio |
Fields in org.apache.http.impl.nio declared as IOSession | |
protected IOSession |
NHttpConnectionBase.session
|
Methods in org.apache.http.impl.nio with parameters of type IOSession | |
void |
DefaultClientIOEventDispatch.connected(IOSession session)
|
void |
DefaultClientIOEventDispatch.disconnected(IOSession session)
|
void |
DefaultClientIOEventDispatch.inputReady(IOSession session)
|
void |
DefaultClientIOEventDispatch.outputReady(IOSession session)
|
void |
DefaultClientIOEventDispatch.timeout(IOSession session)
|
void |
DefaultServerIOEventDispatch.connected(IOSession session)
|
void |
DefaultServerIOEventDispatch.disconnected(IOSession session)
|
void |
DefaultServerIOEventDispatch.inputReady(IOSession session)
|
void |
DefaultServerIOEventDispatch.outputReady(IOSession session)
|
void |
DefaultServerIOEventDispatch.timeout(IOSession session)
|
Constructors in org.apache.http.impl.nio with parameters of type IOSession | |
NHttpConnectionBase(IOSession session,
org.apache.http.params.HttpParams params)
|
|
DefaultNHttpServerConnection(IOSession session,
org.apache.http.HttpRequestFactory requestFactory,
org.apache.http.params.HttpParams params)
|
|
DefaultNHttpClientConnection(IOSession session,
org.apache.http.HttpResponseFactory responseFactory,
org.apache.http.params.HttpParams params)
|
Uses of IOSession in org.apache.http.impl.nio.reactor |
Methods in org.apache.http.impl.nio.reactor that return IOSession | |
protected IOSession |
BaseIOReactor.keyCancelled(java.nio.channels.SelectionKey key)
|
IOSession |
SessionHandle.getSession()
|
IOSession |
SessionQueue.pop()
|
protected abstract IOSession |
AbstractIOReactor.keyCancelled(java.nio.channels.SelectionKey key)
|
Methods in org.apache.http.impl.nio.reactor with parameters of type IOSession | |
protected void |
BaseIOReactor.keyCreated(java.nio.channels.SelectionKey key,
IOSession session)
|
void |
SessionClosedCallback.sessionClosed(IOSession session)
|
void |
SessionSet.add(IOSession session)
|
boolean |
SessionSet.remove(IOSession session)
|
void |
SessionQueue.push(IOSession session)
|
protected abstract void |
AbstractIOReactor.keyCreated(java.nio.channels.SelectionKey key,
IOSession session)
|
Constructors in org.apache.http.impl.nio.reactor with parameters of type IOSession | |
SessionHandle(IOSession session)
|
Uses of IOSession in org.apache.http.nio.reactor |
Methods in org.apache.http.nio.reactor that return IOSession | |
IOSession |
SessionRequest.getSession()
|
Methods in org.apache.http.nio.reactor with parameters of type IOSession | |
void |
IOEventDispatch.connected(IOSession session)
|
void |
IOEventDispatch.inputReady(IOSession session)
|
void |
IOEventDispatch.outputReady(IOSession session)
|
void |
IOEventDispatch.timeout(IOSession session)
|
void |
IOEventDispatch.disconnected(IOSession session)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |