| java.lang.Object org.apache.axis2.transport.nhttp.SSLServerIOEventDispatch
SSLServerIOEventDispatch | public class SSLServerIOEventDispatch implements IOEventDispatch(Code) | | |
SSLServerIOEventDispatch | public SSLServerIOEventDispatch(NHttpServiceHandler handler, SSLContext sslcontext, SSLIOSessionHandler sslHandler, HttpParams params)(Code) | | |
SSLServerIOEventDispatch | public SSLServerIOEventDispatch(NHttpServiceHandler handler, SSLContext sslcontext, HttpParams params)(Code) | | |
connected | public void connected(IOSession session)(Code) | | |
disconnected | public void disconnected(IOSession session)(Code) | | |
inputReady | public void inputReady(IOSession session)(Code) | | |
outputReady | public void outputReady(IOSession session)(Code) | | |
timeout | public void timeout(IOSession session)(Code) | | |
|
|