| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod()
Retrieves the request's method.
|
Map<String,String[]> |
getQueryStringParams()
Parses and returns a map of Params from the query string.
|
String |
getUri()
Retrieves the request's URI from the start line
In this context, a URI is the path and query component of the URL for the resource.
|
void |
setMethod(Method method)
Sets the request's method.
|
void |
setUri(String uri)
Sets the request's URI from the start line
In this context, a URI is the path and query component of the URL for the resource.
|
getBody, getHeaders, getStartLine, getVersion, isKeepAlive, setBody, setBodyContent, setHeadersvoid setMethod(Method method)
method - the Method to setString getUri()
void setUri(String uri)
uri - the uriMap<String,String[]> getQueryStringParams() throws URISyntaxException
URISyntaxException - if the URI is badly formed.Copyright 2023 Ping Identity Corp. All rights reserved.