public class HttpServerSession
extends cn.imaq.autumn.http.protocol.AbstractHttpSession
| 构造器和说明 |
|---|
HttpServerSession(AutumnHttpHandler handler,
java.nio.channels.SocketChannel cChannel) |
public HttpServerSession(AutumnHttpHandler handler, java.nio.channels.SocketChannel cChannel)
public void checkIdle(int timeoutSec)
throws java.io.IOException
java.io.IOExceptionprotected boolean checkStart(java.lang.String line)
checkStart 在类中 cn.imaq.autumn.http.protocol.AbstractHttpSessionprotected void finish()
throws java.io.IOException
finish 在类中 cn.imaq.autumn.http.protocol.AbstractHttpSessionjava.io.IOExceptionprotected void error()
throws java.io.IOException
error 在类中 cn.imaq.autumn.http.protocol.AbstractHttpSessionjava.io.IOException