Uses of Package
solar.impl

Packages that use solar.impl
rice.pastry.socket TCP under rice.pastry.wire package is implemented using java.nio package and has some known problems particularly under high stress. 
solar.impl Contains some implementation of common APIs, such as various formatted events, event factory, etc. 
solar.service.directory Contains directory service that allows name advertisements and lookups. 
solar.service.fap.comm Events and requests for FAP service. 
solar.service.fork.comm   
solar.service.pack.comm Events and requests for PACK service. 
solar.service.pack.proto Contains the suite of PACK protocols. 
solar.service.pubsub.comm   
solar.service.rmtobj.comm Events and requests for remote object service. 
solar.service.routing.comm Events and requests for routing service. 
solar.service.rpc.comm Events and requests for RPC service. 
 

Classes in solar.impl used by rice.pastry.socket
EventFactory
          Event factory produces events based on their types, or by calling a particular method on particular event format.
 

Classes in solar.impl used by solar.impl
AbstractAttributeRecord
          An abstract implementation of attribute record.
PlainAttributeRecord
          Plain attribute record encodes string attributes in square brackets.
 

Classes in solar.impl used by solar.service.directory
AbstractAttributeRecord
          An abstract implementation of attribute record.
PlainAttributeRecord
          Plain attribute record encodes string attributes in square brackets.
 

Classes in solar.impl used by solar.service.fap.comm
AbstractAttributeRecord
          An abstract implementation of attribute record.
SerializedEvent
          SerializedEvent containts attributes whose value are arbituary objects and will be serialized into byte array before transmission.
 

Classes in solar.impl used by solar.service.fork.comm
AbstractAttributeRecord
          An abstract implementation of attribute record.
SerializedEvent
          SerializedEvent containts attributes whose value are arbituary objects and will be serialized into byte array before transmission.
 

Classes in solar.impl used by solar.service.pack.comm
AbstractAttributeRecord
          An abstract implementation of attribute record.
SerializedEvent
          SerializedEvent containts attributes whose value are arbituary objects and will be serialized into byte array before transmission.
 

Classes in solar.impl used by solar.service.pack.proto
AbstractAttributeRecord
          An abstract implementation of attribute record.
PlainAttributeRecord
          Plain attribute record encodes string attributes in square brackets.
PlainEvent
          An event with plain encoding of square brackets.
 

Classes in solar.impl used by solar.service.pubsub.comm
AbstractAttributeRecord
          An abstract implementation of attribute record.
SerializedEvent
          SerializedEvent containts attributes whose value are arbituary objects and will be serialized into byte array before transmission.
 

Classes in solar.impl used by solar.service.rmtobj.comm
AbstractAttributeRecord
          An abstract implementation of attribute record.
SerializedEvent
          SerializedEvent containts attributes whose value are arbituary objects and will be serialized into byte array before transmission.
 

Classes in solar.impl used by solar.service.routing.comm
AbstractAttributeRecord
          An abstract implementation of attribute record.
SerializedEvent
          SerializedEvent containts attributes whose value are arbituary objects and will be serialized into byte array before transmission.
 

Classes in solar.impl used by solar.service.rpc.comm
AbstractAttributeRecord
          An abstract implementation of attribute record.
SerializedEvent
          SerializedEvent containts attributes whose value are arbituary objects and will be serialized into byte array before transmission.