Package com.twistedmatrix.spread

Interface Summary
ClassMapper Map between class names as passed to Jelly and the real names of classes.
 

Class Summary
Banana The Banana wire protocol - an efficient, asynchronous byte-encoding for s-expressions.
BananaDecoder A decoder for the Banana wire protocol.
BananaEncoder An encoder for the Banana wire protocol.
InsecureMapper An insecure class mapper, that assumes that the passed class name is in fact the real name.
Jelly Encode and decode objects using Jelly format s-expressions.
Jelly.Dereference  
Jelly.JellyDecoder Decoder for s-expressions.
Jelly.JellyEncoder Encodes an object using Jelly s-expression format.
Jelly.NotKnown Decoder for jelly objects.
Jelly.Unpersistable Class representing unpersistable objects.
Jellyable A class whose instances may be jellied.
MapClassMapper A class mapper that use a java.util.Map to map between fake and real names.
 

Exception Summary
Banana.ProtocolException An error occured in the protocol.