|
||||||||||
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 |
DefaultServerIOEventDispatch.connected(IOSession session)
|
void |
DefaultClientIOEventDispatch.disconnected(IOSession session)
|
void |
DefaultServerIOEventDispatch.disconnected(IOSession session)
|
void |
DefaultClientIOEventDispatch.inputReady(IOSession session)
|
void |
DefaultServerIOEventDispatch.inputReady(IOSession session)
|
void |
DefaultClientIOEventDispatch.outputReady(IOSession session)
|
void |
DefaultServerIOEventDispatch.outputReady(IOSession session)
|
void |
DefaultClientIOEventDispatch.timeout(IOSession session)
|
void |
DefaultServerIOEventDispatch.timeout(IOSession session)
|
Constructors in org.apache.http.impl.nio with parameters of type IOSession | |
---|---|
DefaultNHttpClientConnection(IOSession session,
org.apache.http.HttpResponseFactory responseFactory,
ByteBufferAllocator allocator,
org.apache.http.params.HttpParams params)
|
|
DefaultNHttpServerConnection(IOSession session,
org.apache.http.HttpRequestFactory requestFactory,
ByteBufferAllocator allocator,
org.apache.http.params.HttpParams params)
|
|
NHttpConnectionBase(IOSession session,
ByteBufferAllocator allocator,
org.apache.http.params.HttpParams params)
|
Uses of IOSession in org.apache.http.impl.nio.reactor |
---|
Classes in org.apache.http.impl.nio.reactor that implement IOSession | |
---|---|
class |
IOSessionImpl
|
Methods in org.apache.http.impl.nio.reactor that return IOSession | |
---|---|
IOSession |
SessionHandle.getSession()
|
IOSession |
SessionRequestImpl.getSession()
|
protected IOSession |
BaseIOReactor.keyCancelled(java.nio.channels.SelectionKey key)
|
protected abstract IOSession |
AbstractIOReactor.keyCancelled(java.nio.channels.SelectionKey key)
|
IOSession |
SessionQueue.pop()
|
Methods in org.apache.http.impl.nio.reactor with parameters of type IOSession | |
---|---|
void |
SessionSet.add(IOSession session)
|
void |
SessionRequestImpl.completed(IOSession session)
|
protected void |
BaseIOReactor.keyCreated(java.nio.channels.SelectionKey key,
IOSession session)
|
protected abstract void |
AbstractIOReactor.keyCreated(java.nio.channels.SelectionKey key,
IOSession session)
|
void |
SessionQueue.push(IOSession session)
|
boolean |
SessionSet.remove(IOSession session)
|
void |
SessionClosedCallback.sessionClosed(IOSession session)
|
protected void |
BaseIOReactor.sessionClosed(IOSession session)
|
protected abstract void |
AbstractIOReactor.sessionClosed(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.disconnected(IOSession session)
|
void |
IOEventDispatch.inputReady(IOSession session)
|
void |
IOEventDispatch.outputReady(IOSession session)
|
void |
IOEventDispatch.timeout(IOSession session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |