Package co.datadome.api.common
Interface HttpRequest
- All Known Implementing Classes:
FilterHttpRequest,RoutingContextRequest
public interface HttpRequest
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddHeadersInRequest(Set<Map.Entry<String, String>> headers) voidaddHeadersInResponse(Set<Map.Entry<String, String>> headers) voidblock(DataDomeResponse dataDomeResponse) getIp()getPort()headers()method()voidnext()protocol()query()voidtimeSpent(long elapsedTime) uri()
-
Method Details
-
next
- Throws:
IOExceptionjakarta.servlet.ServletException
-
timeSpent
void timeSpent(long elapsedTime) -
addHeadersInRequest
-
addHeadersInResponse
-
block
- Throws:
IOException
-
getHeader
-
headers
Collection<String> headers() -
getIp
String getIp() -
getPort
String getPort() -
getCookie
-
uri
String uri() -
query
String query() -
protocol
String protocol() -
method
String method()
-