Uses of Class
com.caucho.server.http.AbstractHttpProtocol

Packages that use AbstractHttpProtocol
com.caucho.protocols.flash   
com.caucho.server.fastcgi   
com.caucho.server.hmux   
com.caucho.server.http   
 

Uses of AbstractHttpProtocol in com.caucho.protocols.flash
 

Subclasses of AbstractHttpProtocol in com.caucho.protocols.flash
 class SocketPolicyProtocol
          Simple protocol that sends the contents of a specified file as soon as it is contacted.
 

Uses of AbstractHttpProtocol in com.caucho.server.fastcgi
 

Subclasses of AbstractHttpProtocol in com.caucho.server.fastcgi
 class FastCgiProtocol
          Dispatches the FastCgi protocol.
 

Uses of AbstractHttpProtocol in com.caucho.server.hmux
 

Subclasses of AbstractHttpProtocol in com.caucho.server.hmux
 class HmuxProtocol
          Dispatches the HMUX protocol.
 

Uses of AbstractHttpProtocol in com.caucho.server.http
 

Subclasses of AbstractHttpProtocol in com.caucho.server.http
 class HttpProtocol
          The main class for the HTTP server.