com.twistedmatrix.spread.pb
Class PBJellyDecoder

java.lang.Object
  |
  +--com.twistedmatrix.spread.Jelly.JellyDecoder
        |
        +--com.twistedmatrix.spread.pb.PBJellyDecoder

public class PBJellyDecoder
extends Jelly.JellyDecoder


Field Summary
protected static ByteString COPY
           
protected static ByteString LOCAL
           
protected static ByteString REMOTE
           
 
Fields inherited from class com.twistedmatrix.spread.Jelly.JellyDecoder
classMapper
 
Constructor Summary
PBJellyDecoder(Broker broker, ByteString perspective)
          Create a new decoder.
 
Method Summary
protected  java.lang.Object unjellyOther(ByteString type, java.util.List lst)
          Deal with types added by PB.
 
Methods inherited from class com.twistedmatrix.spread.Jelly.JellyDecoder
unjelly, unjellyInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCAL

protected static final ByteString LOCAL

REMOTE

protected static final ByteString REMOTE

COPY

protected static final ByteString COPY
Constructor Detail

PBJellyDecoder

public PBJellyDecoder(Broker broker,
                      ByteString perspective)
Create a new decoder.
Method Detail

unjellyOther

protected java.lang.Object unjellyOther(ByteString type,
                                        java.util.List lst)
Deal with types added by PB.
Overrides:
unjellyOther in class Jelly.JellyDecoder