public abstract class AbstractRequest extends java.lang.Object implements Request
| Constructor and Description |
|---|
AbstractRequest(java.net.URI uri)
Creates a new base abstract request.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.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, waittoHTTPRequestpublic AbstractRequest(java.net.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 java.net.URI getEndpointURI()
RequestgetEndpointURI in interface Requestnull if not specified.Copyright © 2016 Connect2id Ltd.. All Rights Reserved.