Uses of Interface
com.caucho.network.listen.Protocol

Packages that use Protocol
com.caucho.amqp   
com.caucho.amqp.server   
com.caucho.cloud.hmtp   
com.caucho.cloud.network   
com.caucho.memcached   
com.caucho.message.stomp   
com.caucho.network.listen   
com.caucho.protocols.flash   
com.caucho.server.cluster   
com.caucho.server.fastcgi   
com.caucho.server.hmux   
com.caucho.server.http   
com.caucho.server.snmp   
com.caucho.server.spdy   
 

Uses of Protocol in com.caucho.amqp
 

Classes in com.caucho.amqp that implement Protocol
 class AmqpServerProtocol
          AMQP server protocol
 

Uses of Protocol in com.caucho.amqp.server
 

Classes in com.caucho.amqp.server that implement Protocol
 class AmqpProtocol
          Custom serialization for the cache
 

Uses of Protocol in com.caucho.cloud.hmtp
 

Classes in com.caucho.cloud.hmtp that implement Protocol
 class HmtpProtocol
          Dispatches the HMUX protocol.
 

Uses of Protocol in com.caucho.cloud.network
 

Methods in com.caucho.cloud.network with parameters of type Protocol
 void NetworkClusterSystem.addClusterExtensionProtocol(int id, Protocol protocol)
           
 

Uses of Protocol in com.caucho.memcached
 

Classes in com.caucho.memcached that implement Protocol
 class MemcachedProtocol
          Custom serialization for the cache
 

Uses of Protocol in com.caucho.message.stomp
 

Classes in com.caucho.message.stomp that implement Protocol
 class StompProtocol
          Custom serialization for the cache
 

Uses of Protocol in com.caucho.network.listen
 

Classes in com.caucho.network.listen that implement Protocol
 class AbstractProtocol
          Abstract implementation of the Protocol.
 

Methods in com.caucho.network.listen that return Protocol
 Protocol TcpPort.getProtocol()
          Returns the protocol handler responsible for generating protocol-specific ProtocolConnections.
 

Methods in com.caucho.network.listen with parameters of type Protocol
 void TcpPort.setProtocol(Protocol protocol)
          Set protocol.
 

Uses of Protocol in com.caucho.protocols.flash
 

Classes in com.caucho.protocols.flash that implement Protocol
 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.cluster
 

Classes in com.caucho.server.cluster that implement Protocol
 class ProtocolConfig
          Represents a protocol connection.
 

Methods in com.caucho.server.cluster with parameters of type Protocol
 void ProtocolPortConfig.add(Protocol protocol)
           
 

Uses of Protocol in com.caucho.server.fastcgi
 

Classes in com.caucho.server.fastcgi that implement Protocol
 class FastCgiProtocol
          Dispatches the FastCgi protocol.
 

Uses of Protocol in com.caucho.server.hmux
 

Classes in com.caucho.server.hmux that implement Protocol
 class HmuxProtocol
          Dispatches the HMUX protocol.
 

Methods in com.caucho.server.hmux that return Protocol
 Protocol HmuxProtocol.getExtension(java.lang.Integer id)
           
 

Methods in com.caucho.server.hmux with parameters of type Protocol
 void HmuxProtocol.putExtension(int id, Protocol protocol)
           
 

Uses of Protocol in com.caucho.server.http
 

Classes in com.caucho.server.http that implement Protocol
 class AbstractHttpProtocol
          Abstract Protocol handling for HTTP requests.
 class HttpProtocol
          The main class for the HTTP server.
 

Uses of Protocol in com.caucho.server.snmp
 

Classes in com.caucho.server.snmp that implement Protocol
 class SnmpProtocol
           
 

Uses of Protocol in com.caucho.server.spdy
 

Classes in com.caucho.server.spdy that implement Protocol
 class SpdyServerProtocol
          SPDY server protocol