Uses of Class
com.caucho.server.port.Protocol

Packages that use Protocol
com.caucho.protocols.flash   
com.caucho.server.hmux   
com.caucho.server.http   
com.caucho.server.port   
com.caucho.server.snmp   
com.caucho.xmpp   
 

Uses of Protocol in com.caucho.protocols.flash
 

Subclasses of Protocol 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 Protocol in com.caucho.server.hmux
 

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

Uses of Protocol in com.caucho.server.http
 

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

Uses of Protocol in com.caucho.server.port
 

Subclasses of Protocol in com.caucho.server.port
 class ProtocolConfig
          Represents a protocol connection.
 

Methods in com.caucho.server.port that return Protocol
 Protocol Port.getProtocol()
          Set protocol.
 

Methods in com.caucho.server.port with parameters of type Protocol
 void Port.setProtocol(Protocol protocol)
          Set protocol.
 

Uses of Protocol in com.caucho.server.snmp
 

Subclasses of Protocol in com.caucho.server.snmp
 class SnmpProtocol
           
 

Uses of Protocol in com.caucho.xmpp
 

Subclasses of Protocol in com.caucho.xmpp
 class XmppProtocol