|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.connection.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(TransportConnection conn)
Create a HttpRequest object for the new thread. |
| Methods inherited from class com.caucho.server.http.AbstractHttpProtocol |
|---|
getServer |
| Methods inherited from class com.caucho.server.connection.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(TransportConnection conn)
createConnection in interface ProtocolcreateConnection in class AbstractProtocol
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||