Uses of Class
net.sourceforge.hiveremoting.caucho.Protocol

Packages that use Protocol
net.sourceforge.hiveremoting.caucho This package contains all necessary classes to handle remoting (on both client and server sides) of HiveMind services through Caucho protocols (Hessian and Burlap). 
 

Uses of Protocol in net.sourceforge.hiveremoting.caucho
 

Methods in net.sourceforge.hiveremoting.caucho that return Protocol
 Protocol PublishServiceContribution.getProtocol()
           
 Protocol CauchoProxyContribution.getProtocol()
           
static Protocol Protocol.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Protocol[] Protocol.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sourceforge.hiveremoting.caucho with parameters of type Protocol
 void PublishServiceContribution.setProtocol(Protocol protocol)
           
 void CauchoProxyContribution.setProtocol(Protocol protocol)
           
 void CauchoProxyConfiguratorImpl.setServiceProtocol(java.lang.String service, Protocol protocol)
           
 void CauchoProxyConfigurator.setServiceProtocol(java.lang.String service, Protocol protocol)