|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.session.SessionDeserializer
com.caucho.server.session.JavaSessionDeserializer
public class JavaSessionDeserializer
Serializer for session data
Constructor Summary | |
---|---|
JavaSessionDeserializer(java.io.InputStream is,
java.lang.ClassLoader loader)
|
Method Summary | |
---|---|
void |
close()
|
int |
readInt()
|
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 JavaSessionDeserializer(java.io.InputStream is, java.lang.ClassLoader loader) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public int readInt() throws java.io.IOException
readInt
in class SessionDeserializer
java.io.IOException
public java.lang.Object readObject() throws java.io.IOException, java.lang.ClassNotFoundException
readObject
in class SessionDeserializer
java.io.IOException
java.lang.ClassNotFoundException
public void close()
close
in class SessionDeserializer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |