|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.network.listen.AbstractProtocol
com.caucho.server.http.AbstractHttpProtocol
com.caucho.server.http.HttpProtocol
public class HttpProtocol
The main class for the HTTP server.
TcpServer handles the main thread control. HttpServer just needs to create the right kind of request when a new thread is spawned.
com.caucho.server.TcpServer
Constructor Summary | |
---|---|
HttpProtocol()
|
Method Summary | |
---|---|
ProtocolConnection |
createConnection(SocketLink conn)
Create a HttpRequest object for the new thread. |
Methods inherited from class com.caucho.server.http.AbstractHttpProtocol |
---|
getServletSystem |
Methods inherited from class com.caucho.network.listen.AbstractProtocol |
---|
getClassLoader, getProtocolName, setProtocolName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpProtocol()
Method Detail |
---|
public ProtocolConnection createConnection(SocketLink conn)
createConnection
in interface Protocol
createConnection
in class AbstractProtocol
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |