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