VatjarJavaCallerService
Table of Contents
Constants
-
REQUEST_CONTENT_TYPE
= "application/hal+json"
-
REQUEST_TIMEOUT
= 16
Properties
-
$client
: Client
Methods
-
__construct()
: mixed
-
getBaseUri()
: string
-
getClientOpt()
: array<string|int, mixed>
-
getHttpClient()
: Client
-
validateResponse()
: void
REQUEST_CONTENT_TYPE
public
mixed
REQUEST_CONTENT_TYPE
= "application/hal+json"
REQUEST_TIMEOUT
public
mixed
REQUEST_TIMEOUT
= 16
$client
private
Client
$client
__construct()
public
__construct() : mixed
getBaseUri()
public
getBaseUri() : string
getClientOpt()
public
getClientOpt() : array<string|int, mixed>
Return values
array<string|int, mixed>
getHttpClient()
public
getHttpClient() : Client
validateResponse()
public
validateResponse(ResponseInterface $response) : void
Parameters
-
$response
: ResponseInterface
-