|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.io.IoHandlerAdapter
org.apache.mina.io.handler.StreamIoHandler
org.apache.mina.examples.httpserver.HttpProtocolHandler
A simplistic HTTP protocol handler that replies back the URL and headers which a client requested.
Constructor Summary | |
HttpProtocolHandler()
|
Method Summary | |
protected void |
processStreamIo(org.apache.mina.io.IoSession session,
java.io.InputStream in,
java.io.OutputStream out)
|
Methods inherited from class org.apache.mina.io.handler.StreamIoHandler |
dataRead, exceptionCaught, getReadTimeout, getWriteTimeout, sessionClosed, sessionIdle, sessionOpened, setReadTimeout, setWriteTimeout |
Methods inherited from class org.apache.mina.io.IoHandlerAdapter |
dataWritten, sessionCreated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HttpProtocolHandler()
Method Detail |
protected void processStreamIo(org.apache.mina.io.IoSession session, java.io.InputStream in, java.io.OutputStream out)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |