public class HttpProtocol extends AbstractHttpProtocol
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 and Description |
---|
HttpProtocol() |
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
createConnection(SocketLink conn)
Create a HttpRequest object for the new thread.
|
getServletSystem
getClassLoader, getProtocolName, setProtocolName
public ProtocolConnection createConnection(SocketLink conn)
createConnection
in interface Protocol
createConnection
in class AbstractProtocol