com.lutris.http |
|
Java Source File Name | Type | Comment |
BasicAuth.java | Class | Methods to be used to implement the HTTP Basic Auth authorization
method. |
BasicAuthResult.java | Class | This class is used by BasicAuth to return both the username and the
password at once. |
HttpCookieManager.java | Class | This object manages cookies defined in http request and
response headers. |
HttpCookieParser.java | Class | This class takes a cookie header and converts it into a
set of http cookies. |
HttpStatus.java | Class | |
HttpUtils.java | Class | Utility methods useful to for HTTP. |
MimeType.java | Class | Class for querying and setting mime types. |
SerializableCookie.java | Class | 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. |