public abstract class AbstractRequest extends Object implements Request
Constructor and Description |
---|
AbstractRequest(URI uri)
Creates a new base abstract request.
|
Modifier and Type | Method and Description |
---|---|
URI |
getEndpointURI()
Gets the URI of the endpoint (HTTP or HTTPS) for which the request
is intended.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toHTTPRequest
public AbstractRequest(URI uri)
uri
- The URI of the endpoint (HTTP or HTTPS) for which the
request is intended, null
if not specified (if,
for example, the Request.toHTTPRequest()
method will not
be used).public URI getEndpointURI()
Request
getEndpointURI
in interface Request
null
if not specified.Copyright © 2016 Connect2id Ltd.. All rights reserved.