public abstract class AbstractRequest extends Object implements Request
| Constructor and Description |
|---|
AbstractRequest(URL uri)
Creates a new base abstract request.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
getURI()
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(URL uri)
uri - The URI of the endpoint (HTTP or HTTPS) for which the
request is intended. May be null if the
Request.toHTTPRequest() method will not be used.Copyright © 2013 NimbusDS. All Rights Reserved.