A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- captureBody(HttpServletRequest) - Method in class com.github.robtimus.servlet.http.BodyCapturingFilter
-
Returns whether or not the body of a request should be captured.
- capturedBinaryBody() - Method in class com.github.robtimus.servlet.http.BodyCapturingFilter.BodyCapturingRequest
-
Returns the captured binary body.
- capturedBinaryBody() - Method in class com.github.robtimus.servlet.http.BodyCapturingFilter.BodyCapturingResponse
-
Returns the captured binary body.
- capturedBinaryBodyAsString() - Method in class com.github.robtimus.servlet.http.BodyCapturingFilter.BodyCapturingRequest
-
Returns the captured binary body as a string.
- capturedBinaryBodyAsString() - Method in class com.github.robtimus.servlet.http.BodyCapturingFilter.BodyCapturingResponse
-
Returns the captured binary body as a string.
- capturedTextBody() - Method in class com.github.robtimus.servlet.http.BodyCapturingFilter.BodyCapturingRequest
-
Returns the captured text body.
- capturedTextBody() - Method in class com.github.robtimus.servlet.http.BodyCapturingFilter.BodyCapturingResponse
-
Returns the captured text body.
- captureMode() - Method in class com.github.robtimus.servlet.http.BodyCapturingFilter.BodyCapturingRequest
-
Returns the capture mode:
BodyCapturingFilter.CaptureMode.BYTES
ifServletRequest.getInputStream()
was used.BodyCapturingFilter.CaptureMode.TEXT
ifServletRequest.getReader()
was used.BodyCapturingFilter.CaptureMode.NONE
if neither method was used. - captureMode() - Method in class com.github.robtimus.servlet.http.BodyCapturingFilter.BodyCapturingResponse
-
Returns the capture mode:
BodyCapturingFilter.CaptureMode.BYTES
ifServletResponse.getOutputStream()
was used.BodyCapturingFilter.CaptureMode.TEXT
ifServletResponse.getWriter()
was used.BodyCapturingFilter.CaptureMode.NONE
if neither method was used. - com.github.robtimus.servlet - module com.github.robtimus.servlet
-
Provides utility classes for working with servlets
- com.github.robtimus.servlet - package com.github.robtimus.servlet
-
Provides classes and interfaces for working with servlets.
- com.github.robtimus.servlet.http - package com.github.robtimus.servlet.http
-
Provides classes and interfaces for working with HTTP servlets.
- com.github.robtimus.servlet.parameters - package com.github.robtimus.servlet.parameters
-
Provides classes and interfaces for working with init and request parameters.
- ComparableParameter<T extends Comparable<? super T>> - Class in com.github.robtimus.servlet.parameters
-
Represents a parameter that should have a value of a specific comparable type.
- cookieStream(HttpServletRequest) - Static method in class com.github.robtimus.servlet.http.CookieUtils
-
Returns all cookies in a request as a stream.
- CookieUtils - Class in com.github.robtimus.servlet.http
-
A utility class for cookies.
All Classes All Packages