public interface IhttpClient extends _BaseObject_
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLIENTOPTIONS
ClientOptions full class name.
|
static java.lang.String |
IHTTPREQUEST
IHttpRequest full class name.
|
static java.lang.String |
IHTTPRESPONSE
IHttpResponse full class name.
|
| Modifier and Type | Method and Description |
|---|---|
object<? extends IhttpResponse> |
execute(object<? extends IhttpRequest> _poRequest)
Execute HTTP request.
|
void |
execute(object<? extends IhttpRequest> _poRequest,
object<? extends IhttpResponse> _poResponse)
Execute HTTP request.
|
character |
getClientName()
Get client name.
|
character |
getClientVersion()
Get client version.
|
object<? extends ClientOptions> |
getOptions()
Get client options.
|
__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, getLegacyClass, getNextSibling, getPrevSibling, isTracked, legacyClone, legacyEquals, toLegacyStringstatic final java.lang.String CLIENTOPTIONS
static final java.lang.String IHTTPREQUEST
static final java.lang.String IHTTPRESPONSE
object<? extends IhttpResponse> execute(object<? extends IhttpRequest> _poRequest)
_poRequest - HTTP request.void execute(object<? extends IhttpRequest> _poRequest, object<? extends IhttpResponse> _poResponse)
_poRequest - HTTP request._poResponse - HTTP Response.character getClientName()
character getClientVersion()
object<? extends ClientOptions> getOptions()