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