Uses of Package
solar.service.pack.proto

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

Classes in solar.service.pack.proto used by solar.service.pack
ForwardProtocol
          Protocol handles forwarding events to next server on the path.
InputProtocol
          Protocol handles input events for local resident subscribers.
OutputProtocol
          Protocol sends events to directly connected clients/proxy.
 

Classes in solar.service.pack.proto used by solar.service.pack.proto
BaseProtocol
          The base class for PACK protocol suit.
BaseProtocol.ProtocolState
           
BufferedEvent
          Container event output from buffer manager, for internal use instead of wired transfer.
BufferHandle
          Interface for subscription hanle and its associated buffers.
BufferManagerFactory
          Factory produces input/output buffer managers used in protocol suits.
BufferPacker
          Interface for various buffer packing strategies.
InputBufferManager
          Interface for algorithms that determines actions when event arrives.
OutputBufferManager
          Interface for algorithms that determine when and which event to transmit.