public interface Request extends Message
| Modifier and Type | Method and Description |
|---|---|
URL |
getURI()
Gets the URI of the endpoint (HTTP or HTTPS) for which the request
is intended.
|
HTTPRequest |
toHTTPRequest()
Returns the matching HTTP request.
|
URL getURI()
null if not specified.HTTPRequest toHTTPRequest() throws SerializeException
SerializeException - If the request message couldn't be
serialised to an HTTP request.Copyright © 2013 NimbusDS. All Rights Reserved.