
Package ca.uhn.fhir.rest.client.api
Class BaseHttpRequest
java.lang.Object
ca.uhn.fhir.rest.client.api.BaseHttpRequest
- All Implemented Interfaces:
IHttpRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhere was the URL from?voidsetUrlSource(UrlSourceEnum theUrlSource) Where was the URL from?Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.fhir.rest.client.api.IHttpRequest
addHeader, execute, getAllHeaders, getHttpVerbName, getRequestBodyFromStream, getUri, removeHeaders, setUri
-
Constructor Details
-
BaseHttpRequest
public BaseHttpRequest()
-
-
Method Details
-
getUrlSource
Description copied from interface:IHttpRequestWhere was the URL from?- Specified by:
getUrlSourcein interfaceIHttpRequest
-
setUrlSource
Description copied from interface:IHttpRequestWhere was the URL from?- Specified by:
setUrlSourcein interfaceIHttpRequest
-