|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.session.SessionDeserializer
public abstract class SessionDeserializer
Serializer for session data
Constructor Summary | |
---|---|
SessionDeserializer()
|
Method Summary | |
---|---|
void |
close()
|
abstract int |
readInt()
|
abstract java.lang.Object |
readObject()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionDeserializer()
Method Detail |
---|
public abstract int readInt() throws java.io.IOException
java.io.IOException
public abstract java.lang.Object readObject() throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |