Skip navigation links
A B C D E F G H I J L O P Q R S T U V W 

A

addCookie(Cookie) - Method in class io.resurface.BaseServletResponseImpl
 
addDateHeader(String, long) - Method in class io.resurface.BaseServletResponseImpl
 
addHeader(String, String) - Method in class io.resurface.BaseServletResponseImpl
 
addHeader(String, String) - Method in class io.resurface.HttpServletRequestImpl
 
addHeader(String, String) - Method in class io.resurface.HttpServletResponseImpl
 
addIntHeader(String, int) - Method in class io.resurface.BaseServletResponseImpl
 
addParam(String, String) - Method in class io.resurface.HttpServletRequestImpl
 
agent - Variable in class io.resurface.BaseLogger
 
AGENT - Static variable in class io.resurface.HttpLogger
Agent string identifying this logger.
allow_http_url - Variable in class io.resurface.HttpRules
 
append(StringBuilder, CharSequence, CharSequence) - Static method in class io.resurface.Json
Adds comma-delimited key/value pair to message.
apply(List<String[]>) - Method in class io.resurface.HttpRules
Apply current rules to message details.
aroundReadFrom(ReaderInterceptorContext) - Method in class io.resurface.HttpLoggerForJersey
Interceptor method called when reading from the request body.
aroundWriteTo(WriterInterceptorContext) - Method in class io.resurface.HttpLoggerForJersey
Interceptor method called when writing out the response body.
authenticate(HttpServletResponse) - Method in class io.resurface.BaseServletRequestImpl
 
available() - Method in class io.resurface.LoggedInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking.

B

BaseLogger<T extends BaseLogger> - Class in io.resurface
Basic usage logger to embed or extend.
BaseLogger(String) - Constructor for class io.resurface.BaseLogger
Initialize enabled logger using default url.
BaseLogger(String, boolean) - Constructor for class io.resurface.BaseLogger
Initialize enabled/disabled logger using default url.
BaseLogger(String, String) - Constructor for class io.resurface.BaseLogger
Initialize enabled logger using url.
BaseLogger(String, String, boolean) - Constructor for class io.resurface.BaseLogger
Initialize enabled/disabled logger using url.
BaseLogger(String, List<String>) - Constructor for class io.resurface.BaseLogger
Initialize enabled logger using queue.
BaseLogger(String, List<String>, boolean) - Constructor for class io.resurface.BaseLogger
Initialize enabled/disabled logger using queue.
BaseServletRequestImpl - Class in io.resurface
Base class for mock HttpServletRequest implementations.
BaseServletRequestImpl() - Constructor for class io.resurface.BaseServletRequestImpl
 
BaseServletResponseImpl - Class in io.resurface
Base class for mock HttpServletResponse implementations.
BaseServletResponseImpl() - Constructor for class io.resurface.BaseServletResponseImpl
 
BaseSessionImpl - Class in io.resurface
Base class for mock HttpSession implementations.
BaseSessionImpl() - Constructor for class io.resurface.BaseSessionImpl
 
build(HttpServletRequest, HttpServletResponse, String, String) - Static method in class io.resurface.HttpMessage
Builds list of key/value pairs for HTTP request and response.

C

close() - Method in class io.resurface.LoggedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class io.resurface.LoggedOutputStream
Closes this output stream and releases any system resources associated with this stream.
config - Variable in class io.resurface.HttpLoggerForServlets
 
containsHeader(String) - Method in class io.resurface.BaseServletResponseImpl
 
containsHeader(String) - Method in class io.resurface.HttpServletResponseImpl
 
copy_session_field - Variable in class io.resurface.HttpRules
 

D

DEBUG_RULES - Static variable in class io.resurface.HttpRules
 
destroy() - Method in class io.resurface.HttpLoggerForServlets
Called when filter is taken out of service.
disable() - Method in class io.resurface.BaseLogger
Disable this logger.
disable() - Static method in class io.resurface.UsageLoggers
Disable all usage loggers.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.resurface.HttpLoggerForServlets
Called when request/response passes through the filter chain.

E

enable() - Method in class io.resurface.BaseLogger
Enable this logger.
enable() - Static method in class io.resurface.UsageLoggers
Enable all usage loggers, except those explicitly disabled.
enableable - Variable in class io.resurface.BaseLogger
 
enabled - Variable in class io.resurface.BaseLogger
 
encodeRedirectUrl(String) - Method in class io.resurface.BaseServletResponseImpl
 
encodeRedirectURL(String) - Method in class io.resurface.BaseServletResponseImpl
 
encodeUrl(String) - Method in class io.resurface.BaseServletResponseImpl
 
encodeURL(String) - Method in class io.resurface.BaseServletResponseImpl
 
escape(StringBuilder, CharSequence) - Static method in class io.resurface.Json
Escapes quotes and control characters in string value for use in message.

F

filter(ContainerRequestContext) - Method in class io.resurface.HttpLoggerForJersey
Interceptor method called when request is first accepted.
filter(ContainerRequestContext, ContainerResponseContext) - Method in class io.resurface.HttpLoggerForJersey
Filter method called after a response has been provided for a request.
flush() - Method in class io.resurface.LoggedOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flushBuffer() - Method in class io.resurface.BaseServletResponseImpl
 
flushBuffer() - Method in class io.resurface.HttpServletResponseImpl
 
flushBuffer() - Method in class io.resurface.LoggedResponseWrapper
Flushes any buffered output.

G

getAgent() - Method in class io.resurface.BaseLogger
Returns agent string identifying this logger.
getAsyncContext() - Method in class io.resurface.BaseServletRequestImpl
 
getAttribute(String) - Method in class io.resurface.BaseServletRequestImpl
 
getAttribute(String) - Method in class io.resurface.BaseSessionImpl
 
getAttribute(String) - Method in class io.resurface.HttpSessionImpl
 
getAttributeNames() - Method in class io.resurface.BaseServletRequestImpl
 
getAttributeNames() - Method in class io.resurface.BaseSessionImpl
 
getAttributeNames() - Method in class io.resurface.HttpSessionImpl
 
getAuthType() - Method in class io.resurface.BaseServletRequestImpl
 
getBufferSize() - Method in class io.resurface.BaseServletResponseImpl
 
getCharacterEncoding() - Method in class io.resurface.BaseServletRequestImpl
 
getCharacterEncoding() - Method in class io.resurface.BaseServletResponseImpl
 
getCharacterEncoding() - Method in class io.resurface.HttpServletResponseImpl
 
getContentLength() - Method in class io.resurface.BaseServletRequestImpl
 
getContentType() - Method in class io.resurface.BaseServletRequestImpl
 
getContentType() - Method in class io.resurface.BaseServletResponseImpl
 
getContentType() - Method in class io.resurface.HttpServletRequestImpl
 
getContentType() - Method in class io.resurface.HttpServletResponseImpl
 
getContextPath() - Method in class io.resurface.BaseServletRequestImpl
 
getCookies() - Method in class io.resurface.BaseServletRequestImpl
 
getCreationTime() - Method in class io.resurface.BaseSessionImpl
 
getDateHeader(String) - Method in class io.resurface.BaseServletRequestImpl
 
getDebugRules() - Static method in class io.resurface.HttpRules
Rules providing all details for debugging an application.
getDefaultRules() - Static method in class io.resurface.HttpRules
Returns rules used by default when none are declared.
getDispatcherType() - Method in class io.resurface.BaseServletRequestImpl
 
getHeader(String) - Method in class io.resurface.BaseServletRequestImpl
 
getHeader(String) - Method in class io.resurface.BaseServletResponseImpl
 
getHeader(String) - Method in class io.resurface.HttpServletRequestImpl
 
getHeader(String) - Method in class io.resurface.HttpServletResponseImpl
 
getHeaderNames() - Method in class io.resurface.BaseServletRequestImpl
 
getHeaderNames() - Method in class io.resurface.BaseServletResponseImpl
 
getHeaderNames() - Method in class io.resurface.HttpServletRequestImpl
 
getHeaderNames() - Method in class io.resurface.HttpServletResponseImpl
 
getHeaders(String) - Method in class io.resurface.BaseServletRequestImpl
 
getHeaders(String) - Method in class io.resurface.BaseServletResponseImpl
 
getHeaders(String) - Method in class io.resurface.HttpServletRequestImpl
 
getHeaders(String) - Method in class io.resurface.HttpServletResponseImpl
 
getHost() - Method in class io.resurface.BaseLogger
Returns cached host identifier.
getId() - Method in class io.resurface.BaseSessionImpl
 
getInputStream() - Method in class io.resurface.BaseServletRequestImpl
 
getIntHeader(String) - Method in class io.resurface.BaseServletRequestImpl
 
getLastAccessedTime() - Method in class io.resurface.BaseSessionImpl
 
getLocalAddr() - Method in class io.resurface.BaseServletRequestImpl
 
getLocale() - Method in class io.resurface.BaseServletRequestImpl
 
getLocale() - Method in class io.resurface.BaseServletResponseImpl
 
getLocales() - Method in class io.resurface.BaseServletRequestImpl
 
getLocalName() - Method in class io.resurface.BaseServletRequestImpl
 
getLocalPort() - Method in class io.resurface.BaseServletRequestImpl
 
getLogger() - Method in class io.resurface.HttpLoggerForJersey
Returns wrapped logger instance.
getLogger() - Method in class io.resurface.HttpLoggerForServlets
Returns wrapped logger instance.
getMaxInactiveInterval() - Method in class io.resurface.BaseSessionImpl
 
getMethod() - Method in class io.resurface.BaseServletRequestImpl
 
getMethod() - Method in class io.resurface.HttpServletRequestImpl
 
getOutputStream() - Method in class io.resurface.BaseServletResponseImpl
 
getOutputStream() - Method in class io.resurface.HttpServletResponseImpl
 
getOutputStream() - Method in class io.resurface.LoggedResponseWrapper
Returns output stream against the wrapped response.
getParameter(String) - Method in class io.resurface.BaseServletRequestImpl
 
getParameter(String) - Method in class io.resurface.HttpServletRequestImpl
 
getParameterMap() - Method in class io.resurface.BaseServletRequestImpl
 
getParameterNames() - Method in class io.resurface.BaseServletRequestImpl
 
getParameterNames() - Method in class io.resurface.HttpServletRequestImpl
 
getParameterValues(String) - Method in class io.resurface.BaseServletRequestImpl
 
getParameterValues(String) - Method in class io.resurface.HttpServletRequestImpl
 
getPart(String) - Method in class io.resurface.BaseServletRequestImpl
 
getParts() - Method in class io.resurface.BaseServletRequestImpl
 
getPathInfo() - Method in class io.resurface.BaseServletRequestImpl
 
getPathTranslated() - Method in class io.resurface.BaseServletRequestImpl
 
getProtocol() - Method in class io.resurface.BaseServletRequestImpl
 
getQueryString() - Method in class io.resurface.BaseServletRequestImpl
 
getQueryString() - Method in class io.resurface.HttpServletRequestImpl
 
getQueue() - Method in class io.resurface.BaseLogger
Returns queue destination where messages are sent.
getReader() - Method in class io.resurface.BaseServletRequestImpl
 
getRealPath(String) - Method in class io.resurface.BaseServletRequestImpl
 
getRemoteAddr() - Method in class io.resurface.BaseServletRequestImpl
 
getRemoteHost() - Method in class io.resurface.BaseServletRequestImpl
 
getRemotePort() - Method in class io.resurface.BaseServletRequestImpl
 
getRemoteUser() - Method in class io.resurface.BaseServletRequestImpl
 
getRequestDispatcher(String) - Method in class io.resurface.BaseServletRequestImpl
 
getRequestedSessionId() - Method in class io.resurface.BaseServletRequestImpl
 
getRequestURI() - Method in class io.resurface.BaseServletRequestImpl
 
getRequestURL() - Method in class io.resurface.BaseServletRequestImpl
 
getRequestURL() - Method in class io.resurface.HttpServletRequestImpl
 
getRules() - Method in class io.resurface.HttpLogger
Returns rules specified when creating this logger.
getScheme() - Method in class io.resurface.BaseServletRequestImpl
 
getServerName() - Method in class io.resurface.BaseServletRequestImpl
 
getServerPort() - Method in class io.resurface.BaseServletRequestImpl
 
getServletContext() - Method in class io.resurface.BaseServletRequestImpl
 
getServletContext() - Method in class io.resurface.BaseSessionImpl
 
getServletPath() - Method in class io.resurface.BaseServletRequestImpl
 
getSession() - Method in class io.resurface.BaseServletRequestImpl
 
getSession(boolean) - Method in class io.resurface.BaseServletRequestImpl
 
getSession(boolean) - Method in class io.resurface.HttpServletRequestImpl
 
getSessionContext() - Method in class io.resurface.BaseSessionImpl
 
getSkipCompression() - Method in class io.resurface.BaseLogger
Returns true if message compression is being skipped.
getSkipSubmission() - Method in class io.resurface.BaseLogger
Returns true if message submission is being skipped.
getStandardRules() - Static method in class io.resurface.HttpRules
Rules that block common kinds of sensitive data.
getStatus() - Method in class io.resurface.BaseServletResponseImpl
 
getStatus() - Method in class io.resurface.HttpServletResponseImpl
 
getStrictRules() - Static method in class io.resurface.HttpRules
Rules providing minimal details, used by default.
getSubmitFailures() - Method in class io.resurface.BaseLogger
Returns count of submissions that failed.
getSubmitSuccesses() - Method in class io.resurface.BaseLogger
Returns count of submissions that succeeded.
getUrl() - Method in class io.resurface.BaseLogger
Returns url destination where messages are sent.
getUserPrincipal() - Method in class io.resurface.BaseServletRequestImpl
 
getValue(String) - Method in class io.resurface.BaseSessionImpl
 
getValueNames() - Method in class io.resurface.BaseSessionImpl
 
getVersion() - Method in class io.resurface.BaseLogger
Returns cached version number.
getWriter() - Method in class io.resurface.BaseServletResponseImpl
 
getWriter() - Method in class io.resurface.HttpServletResponseImpl
 
getWriter() - Method in class io.resurface.LoggedResponseWrapper
Returns writer against the wrapped response.

H

host - Variable in class io.resurface.BaseLogger
 
host_lookup() - Static method in class io.resurface.BaseLogger
Returns host identifier for this logger.
HttpLogger - Class in io.resurface
Usage logger for HTTP/HTTPS protocol.
HttpLogger() - Constructor for class io.resurface.HttpLogger
Initialize logger using default url and default rules.
HttpLogger(boolean) - Constructor for class io.resurface.HttpLogger
Initialize enabled/disabled logger using default url and default rules.
HttpLogger(String) - Constructor for class io.resurface.HttpLogger
Initialize logger using specified url and default rules.
HttpLogger(String, String) - Constructor for class io.resurface.HttpLogger
Initialize logger using specified url and specified rules.
HttpLogger(String, boolean) - Constructor for class io.resurface.HttpLogger
Initialize enabled/disabled logger using specified url and default rules.
HttpLogger(String, boolean, String) - Constructor for class io.resurface.HttpLogger
Initialize enabled/disabled logger using specified url and specified rules.
HttpLogger(List<String>) - Constructor for class io.resurface.HttpLogger
Initialize enabled logger using queue and default rules.
HttpLogger(List<String>, String) - Constructor for class io.resurface.HttpLogger
Initialize enabled logger using queue and specified rules.
HttpLogger(List<String>, boolean) - Constructor for class io.resurface.HttpLogger
Initialize enabled/disabled logger using queue and default rules.
HttpLogger(List<String>, boolean, String) - Constructor for class io.resurface.HttpLogger
Initialize enabled/disabled logger using queue and specified rules.
HttpLoggerForJersey - Class in io.resurface
 
HttpLoggerForJersey(String) - Constructor for class io.resurface.HttpLoggerForJersey
Initialize logger using specified url and default rules.
HttpLoggerForJersey(String, String) - Constructor for class io.resurface.HttpLoggerForJersey
Initialize logger using specified url and specified rules.
HttpLoggerForJersey(List<String>) - Constructor for class io.resurface.HttpLoggerForJersey
Initialize enabled logger using queue and default rules.
HttpLoggerForJersey(List<String>, String) - Constructor for class io.resurface.HttpLoggerForJersey
Initialize enabled logger using queue and specified rules.
HttpLoggerForServlets - Class in io.resurface
Servlet filter for HTTP usage logging.
HttpLoggerForServlets() - Constructor for class io.resurface.HttpLoggerForServlets
Initialize with default parameters.
HttpLoggerForServlets(List<String>, String) - Constructor for class io.resurface.HttpLoggerForServlets
Initialize filter using supplied queue.
HttpMessage - Class in io.resurface
Message implementation for HTTP logger.
HttpMessage() - Constructor for class io.resurface.HttpMessage
 
HttpRule - Class in io.resurface
Parsed rule for HTTP logger.
HttpRule(String, Pattern, Object, Object) - Constructor for class io.resurface.HttpRule
 
HttpRules - Class in io.resurface
Parser and utilities for HTTP logger rules.
HttpRules(String) - Constructor for class io.resurface.HttpRules
Initialize a new set of rules.
HttpServletRequestImpl - Class in io.resurface
Mock HttpServletRequest implementation.
HttpServletRequestImpl() - Constructor for class io.resurface.HttpServletRequestImpl
 
HttpServletResponseImpl - Class in io.resurface
Mock HttpServletResponse implementation.
HttpServletResponseImpl() - Constructor for class io.resurface.HttpServletResponseImpl
 
HttpSessionImpl - Class in io.resurface
Mock HttpSession implementation.
HttpSessionImpl() - Constructor for class io.resurface.HttpSessionImpl
 

I

init(FilterConfig) - Method in class io.resurface.HttpLoggerForServlets
Called when filter is placed into service.
invalidate() - Method in class io.resurface.BaseSessionImpl
 
io.resurface - package io.resurface
 
isAsyncStarted() - Method in class io.resurface.BaseServletRequestImpl
 
isAsyncSupported() - Method in class io.resurface.BaseServletRequestImpl
 
isCommitted() - Method in class io.resurface.BaseServletResponseImpl
 
isEnableable() - Method in class io.resurface.BaseLogger
Returns true if this logger can ever be enabled.
isEnabled() - Method in class io.resurface.BaseLogger
Returns true if this logger is currently enabled.
isEnabled() - Static method in class io.resurface.UsageLoggers
Returns true if usage loggers are generally enabled.
isNew() - Method in class io.resurface.BaseSessionImpl
 
isRequestedSessionIdFromCookie() - Method in class io.resurface.BaseServletRequestImpl
 
isRequestedSessionIdFromUrl() - Method in class io.resurface.BaseServletRequestImpl
 
isRequestedSessionIdFromURL() - Method in class io.resurface.BaseServletRequestImpl
 
isRequestedSessionIdValid() - Method in class io.resurface.BaseServletRequestImpl
 
isSecure() - Method in class io.resurface.BaseServletRequestImpl
 
isStringContentType(String) - Static method in class io.resurface.HttpLogger
Returns true if content type indicates string data.
isUserInRole(String) - Method in class io.resurface.BaseServletRequestImpl
 

J

Json - Class in io.resurface
Utility methods for formatting JSON messages.
Json() - Constructor for class io.resurface.Json
 

L

log(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class io.resurface.HttpLoggerForServlets
Logs the request/response from within the filter chain.
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.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(InputStream) - Constructor for class io.resurface.LoggedInputStream
Constructor taking original input stream to wrap.
LoggedInputStream(InputStream, int) - Constructor for class io.resurface.LoggedInputStream
Constructor taking original input stream and limit in bytes.
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.
LoggedOutputStream(OutputStream, int) - Constructor for class io.resurface.LoggedOutputStream
Constructor taking original output stream and limit in bytes.
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.HttpLoggerForJersey
 
logger - Variable in class io.resurface.HttpLoggerForServlets
 
login(String, String) - Method in class io.resurface.BaseServletRequestImpl
 
logout() - Method in class io.resurface.BaseServletRequestImpl
 

O

overflowed() - Method in class io.resurface.LoggedOutputStream
Returns true if data limit has been reached.

P

param1 - Variable in class io.resurface.HttpRule
 
param2 - Variable in class io.resurface.HttpRule
 
parseRule(String) - Static method in class io.resurface.HttpRules
Parses rule from single line.
putValue(String, Object) - Method in class io.resurface.BaseSessionImpl
 

Q

queue - Variable in class io.resurface.BaseLogger
 
queue - Variable in class io.resurface.HttpLoggerForServlets
 

R

read() - Method in class io.resurface.LoggedInputStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class io.resurface.LoggedInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
remove - Variable in class io.resurface.HttpRules
 
remove_if - Variable in class io.resurface.HttpRules
 
remove_if_found - Variable in class io.resurface.HttpRules
 
remove_unless - Variable in class io.resurface.HttpRules
 
remove_unless_found - Variable in class io.resurface.HttpRules
 
removeAttribute(String) - Method in class io.resurface.BaseServletRequestImpl
 
removeAttribute(String) - Method in class io.resurface.BaseSessionImpl
 
removeValue(String) - Method in class io.resurface.BaseSessionImpl
 
replace - Variable in class io.resurface.HttpRules
 
reset() - Method in class io.resurface.BaseServletResponseImpl
 
resetBuffer() - Method in class io.resurface.BaseServletResponseImpl
 
rules - Variable in class io.resurface.HttpLogger
 
rules - Variable in class io.resurface.HttpLoggerForServlets
 

S

sample - Variable in class io.resurface.HttpRules
 
scope - Variable in class io.resurface.HttpRule
 
send(HttpLogger, HttpServletRequest, HttpServletResponse) - Static method in class io.resurface.HttpMessage
Submits request and response through logger.
send(HttpLogger, HttpServletRequest, HttpServletResponse, String) - Static method in class io.resurface.HttpMessage
Submits request and response through logger.
send(HttpLogger, HttpServletRequest, HttpServletResponse, String, String) - Static method in class io.resurface.HttpMessage
Submits request and response through logger.
send(HttpLogger, HttpServletRequest, HttpServletResponse, String, String, long, double) - Static method in class io.resurface.HttpMessage
Submits request and response through logger.
sendError(int) - Method in class io.resurface.BaseServletResponseImpl
 
sendError(int, String) - Method in class io.resurface.BaseServletResponseImpl
 
sendRedirect(String) - Method in class io.resurface.BaseServletResponseImpl
 
setAttribute(String, Object) - Method in class io.resurface.BaseServletRequestImpl
 
setAttribute(String, Object) - Method in class io.resurface.BaseSessionImpl
 
setAttribute(String, Object) - Method in class io.resurface.HttpSessionImpl
 
setBufferSize(int) - Method in class io.resurface.BaseServletResponseImpl
 
setCharacterEncoding(String) - Method in class io.resurface.BaseServletRequestImpl
 
setCharacterEncoding(String) - Method in class io.resurface.BaseServletResponseImpl
 
setCharacterEncoding(String) - Method in class io.resurface.HttpServletResponseImpl
 
setContentLength(int) - Method in class io.resurface.BaseServletResponseImpl
 
setContentType(String) - Method in class io.resurface.BaseServletResponseImpl
 
setContentType(String) - Method in class io.resurface.HttpServletRequestImpl
 
setContentType(String) - Method in class io.resurface.HttpServletResponseImpl
 
setDateHeader(String, long) - Method in class io.resurface.BaseServletResponseImpl
 
setDefaultRules(String) - Static method in class io.resurface.HttpRules
Updates rules used by default when none are declared.
setHeader(String, String) - Method in class io.resurface.BaseServletResponseImpl
 
setHeader(String, String) - Method in class io.resurface.HttpServletRequestImpl
 
setHeader(String, String) - Method in class io.resurface.HttpServletResponseImpl
 
setIntHeader(String, int) - Method in class io.resurface.BaseServletResponseImpl
 
setLocale(Locale) - Method in class io.resurface.BaseServletResponseImpl
 
setMaxInactiveInterval(int) - Method in class io.resurface.BaseSessionImpl
 
setMethod(String) - Method in class io.resurface.HttpServletRequestImpl
 
setParam(String, String) - Method in class io.resurface.HttpServletRequestImpl
 
setQueryString(String) - Method in class io.resurface.HttpServletRequestImpl
 
setRequestURL(String) - Method in class io.resurface.HttpServletRequestImpl
 
setSkipCompression(boolean) - Method in class io.resurface.BaseLogger
Sets if message compression will be skipped.
setSkipSubmission(boolean) - Method in class io.resurface.BaseLogger
Sets if message submission will be skipped.
setStatus(int) - Method in class io.resurface.BaseServletResponseImpl
 
setStatus(int, String) - Method in class io.resurface.BaseServletResponseImpl
 
setStatus(int) - Method in class io.resurface.HttpServletResponseImpl
 
setStatus(int, String) - Method in class io.resurface.HttpServletResponseImpl
 
size - Variable in class io.resurface.HttpRules
 
skip_compression - Variable in class io.resurface.BaseLogger
 
skip_compression - Variable in class io.resurface.HttpRules
 
skip_submission - Variable in class io.resurface.BaseLogger
 
skip_submission - Variable in class io.resurface.HttpRules
 
STANDARD_RULES - Static variable in class io.resurface.HttpRules
 
startAsync() - Method in class io.resurface.BaseServletRequestImpl
 
startAsync(ServletRequest, ServletResponse) - Method in class io.resurface.BaseServletRequestImpl
 
stop - Variable in class io.resurface.HttpRules
 
stop_if - Variable in class io.resurface.HttpRules
 
stop_if_found - Variable in class io.resurface.HttpRules
 
stop_unless - Variable in class io.resurface.HttpRules
 
stop_unless_found - Variable in class io.resurface.HttpRules
 
STRICT_RULES - Static variable in class io.resurface.HttpRules
 
STRING_TYPES - Static variable in class io.resurface.HttpLogger
 
STRING_TYPES_REGEX - Static variable in class io.resurface.HttpLogger
 
stringify(List<String[]>) - Static method in class io.resurface.Json
Formats list of string arrays as JSON.
submit(String) - Method in class io.resurface.BaseLogger
Submits JSON message to intended destination.
submit_failures - Variable in class io.resurface.BaseLogger
 
submit_successes - Variable in class io.resurface.BaseLogger
 
submitIfPassing(List<String[]>) - Method in class io.resurface.HttpLogger
Apply logging rules to message details and submit JSON message.

T

text - Variable in class io.resurface.HttpRules
 

U

url - Variable in class io.resurface.BaseLogger
 
url_parsed - Variable in class io.resurface.BaseLogger
 
urlByDefault() - Static method in class io.resurface.UsageLoggers
Returns url to use by default.
UsageLoggers - Class in io.resurface
Utilities for all usage loggers.
UsageLoggers() - Constructor for class io.resurface.UsageLoggers
 

V

verb - Variable in class io.resurface.HttpRule
 
version - Variable in class io.resurface.BaseLogger
 
version_lookup() - Static method in class io.resurface.BaseLogger
Returns version number for this logger.

W

write(int) - Method in class io.resurface.LoggedOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class io.resurface.LoggedOutputStream
Writes the specified byte array to this output stream.
write(byte[], int, int) - Method in class io.resurface.LoggedOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
A B C D E F G H I J L O P Q R S T U V W 
Skip navigation links

Copyright © 2020 resurface.io. All rights reserved.