org.apache.axis2.transport.nhttp
Class PlainServerIOEventDispatch
java.lang.Object
org.apache.axis2.transport.nhttp.PlainServerIOEventDispatch
- All Implemented Interfaces:
- org.apache.http.nio.reactor.IOEventDispatch
public class PlainServerIOEventDispatch
- extends java.lang.Object
- implements org.apache.http.nio.reactor.IOEventDispatch
Constructor Summary |
PlainServerIOEventDispatch(org.apache.http.nio.NHttpServiceHandler handler,
org.apache.http.params.HttpParams params)
|
Method Summary |
void |
connected(org.apache.http.nio.reactor.IOSession session)
|
void |
disconnected(org.apache.http.nio.reactor.IOSession session)
|
void |
inputReady(org.apache.http.nio.reactor.IOSession session)
|
void |
outputReady(org.apache.http.nio.reactor.IOSession session)
|
void |
timeout(org.apache.http.nio.reactor.IOSession session)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainServerIOEventDispatch
public PlainServerIOEventDispatch(org.apache.http.nio.NHttpServiceHandler handler,
org.apache.http.params.HttpParams params)
connected
public void connected(org.apache.http.nio.reactor.IOSession session)
- Specified by:
connected
in interface org.apache.http.nio.reactor.IOEventDispatch
disconnected
public void disconnected(org.apache.http.nio.reactor.IOSession session)
- Specified by:
disconnected
in interface org.apache.http.nio.reactor.IOEventDispatch
inputReady
public void inputReady(org.apache.http.nio.reactor.IOSession session)
- Specified by:
inputReady
in interface org.apache.http.nio.reactor.IOEventDispatch
outputReady
public void outputReady(org.apache.http.nio.reactor.IOSession session)
- Specified by:
outputReady
in interface org.apache.http.nio.reactor.IOEventDispatch
timeout
public void timeout(org.apache.http.nio.reactor.IOSession session)
- Specified by:
timeout
in interface org.apache.http.nio.reactor.IOEventDispatch
Copyright © 2007 Apache Web Services Project. All Rights Reserved.