public class WebRequest extends Object
The WebRequest
class parses a URL
that contains a requestType
parameter and additional query parameters.
This form is used both by WADO and the IHE RID profile transactions.
Modifier and Type | Field and Description |
---|---|
protected String |
host |
protected Map |
parameters |
protected String |
path |
protected int |
port |
protected String |
requestType |
protected String |
scheme |
protected String |
userInfo |
Modifier | Constructor and Description |
---|---|
protected |
WebRequest() |
|
WebRequest(String uriString) |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
Map |
getParameters() |
String |
getPath() |
int |
getPort() |
String |
getRequestType() |
String |
getScheme() |
String |
getUserInfo() |
static Map |
parseQueryIntoParameters(String query) |
protected String host
protected Map parameters
protected String path
protected int port
protected String requestType
protected String scheme
protected String userInfo