| This class is a substitute for Cookies, but it is serializable.
It is used to pass cookies back and forth when using RMI.
Rather than pasing or returning a Cookie, which would cause a
marshalling error, the Cookies are turned into SerializabeCookies,
passed through RMI, then turned back into Cookies at the other end.
There is no reason why Cookies could not be serializable. Sun may well
fix this oversight in version 2 of Java, in which case this class will
no longer be necissary to use RMI with the MultiServer.
See Also: javax.servlet.http.Cookie See Also: com.lutris.servlet.connectionMethod.RMIConnectionMethodImpl See Also: com.lutris.servlet.rmi.http.RMIHttpServletRequestImpl See Also: com.lutris.servlet.rmi.http.RMIHttpServletResponseImpl |