Uses of Interface
solar.module.protocol.Protocol

Packages that use Protocol
solar.service.pack Contains the PACK service that allows customized flow-control polices. 
solar.service.pack.proto Contains the suite of PACK protocols. 
 

Uses of Protocol in solar.service.pack
 

Fields in solar.service.pack declared as Protocol
(package private)  Protocol ScribePackService.Forwarder._protocol
           
 

Constructors in solar.service.pack with parameters of type Protocol
ScribePackService.Forwarder(Protocol protocol)
           
 

Uses of Protocol in solar.service.pack.proto
 

Classes in solar.service.pack.proto that implement Protocol
 class BaseProtocol
          The base class for PACK protocol suit.
 class ForwardProtocol
          Protocol handles forwarding events to next server on the path.
 class InputProtocol
          Protocol handles input events for local resident subscribers.
 class OutputProtocol
          Protocol sends events to directly connected clients/proxy.