- log(HttpServletRequest, String, HttpServletResponse, String) - Method in class io.resurface.HttpLogger
-
Logs HTTP request and response to intended destination.
- logged() - Method in class io.resurface.LoggedInputStream
-
Return raw data logged so far.
- logged() - Method in class io.resurface.LoggedOutputStream
-
Return raw data logged so far.
- logged() - Method in class io.resurface.LoggedRequestWrapper
-
Return all bytes logged so far.
- logged() - Method in class io.resurface.LoggedResponseWrapper
-
Flushes underlying stream and returns all bytes logged so far.
- LOGGED_NOTHING - Static variable in class io.resurface.LoggedResponseWrapper
-
Value returned when nothing was logged.
- LoggedInputStream - Class in io.resurface
-
Servlet input stream allowing data to be read more than once.
- LoggedInputStream(byte[]) - Constructor for class io.resurface.LoggedInputStream
-
Constructor taking original raw bytes to wrap.
- LoggedInputStream(InputStream) - Constructor for class io.resurface.LoggedInputStream
-
Constructor taking original input stream to wrap.
- LoggedOutputStream - Class in io.resurface
-
Servlet output stream allowing data to be read after being written/flushed.
- LoggedOutputStream(OutputStream) - Constructor for class io.resurface.LoggedOutputStream
-
Constructor taking original output stream to wrap.
- LoggedRequestWrapper - Class in io.resurface
-
Servlet request wrapper for HTTP usage logging.
- LoggedRequestWrapper(HttpServletRequest) - Constructor for class io.resurface.LoggedRequestWrapper
-
Constructor taking original request to wrap.
- LoggedResponseWrapper - Class in io.resurface
-
Servlet response wrapper for HTTP usage logging.
- LoggedResponseWrapper(HttpServletResponse) - Constructor for class io.resurface.LoggedResponseWrapper
-
Constructor taking original response to wrap.
- logger - Variable in class io.resurface.HttpLoggerForServlets
-
- login(String, String) - Method in class io.resurface.HttpServletRequestImpl
-
- logout() - Method in class io.resurface.HttpServletRequestImpl
-