|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.twistedmatrix.spread.JellyPolicy
Policy for dealing with unknown objects during jellying and unjellying.
Constructor Summary | |
JellyPolicy()
|
Method Summary | |
java.lang.Object |
jellyOther(Jelly.JellyEncoder encoder,
java.lang.Object o)
Jelly objects not handled by base Jelly protocol. |
java.lang.Object |
unjellyOther(Jelly.JellyDecoder decoder,
ByteString type,
java.util.List sexp)
Unjelly s-expressions not handled by base Jelly protocol. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JellyPolicy()
Method Detail |
public java.lang.Object jellyOther(Jelly.JellyEncoder encoder, java.lang.Object o)
public java.lang.Object unjellyOther(Jelly.JellyDecoder decoder, ByteString type, java.util.List sexp)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |