io\vertx\jphp\core\cli\CommandLine.php 1

Type Line Description
getRawValues 104

io\vertx\jphp\core\http\HttpClient.php 1

Type Line Description
getNow 362 param $options [RequestOptions | array] the request options param $responseHandler [callable] the response handler <b> this method is deprecated <s> getNow($options, $responseHandler) </s> </b> Sends an HTTP GET request to the server at the default host and port, specifying a response handler to receive the response param $requestURI [string] the relative URI param $responseHandler [callable] the response handler <b> this method is deprecated <s> getNow($requestURI, $responseHandler) </s> </b> Sends an HTTP GET request to the server at the specified host and default port, specifying a response handler to receive the response param $host [string] the host param $requestURI [string] the relative URI param $responseHandler [callable] the response handler <b> this method is deprecated <s> getNow($host, $requestURI, $responseHandler) </s> </b> Sends an HTTP GET request to the server at the specified host and port, specifying a response handler to receive the response param $port [integer] the port param $host [string] the host param $requestURI [string] the relative URI param $responseHandler [callable] the response handler <b> this method is deprecated <s> getNow($port, $host, $requestURI, $responseHandler) </s> </b>

io\vertx\jphp\core\http\HttpClient.php 1

Type Line Description
headNow 667 param $options [RequestOptions | array] the request options param $responseHandler [callable] the response handler <b> this method is deprecated <s> headNow($options, $responseHandler) </s> </b> Sends an HTTP HEAD request to the server at the default host and port, specifying a response handler to receive the response param $requestURI [string] the relative URI param $responseHandler [callable] the response handler <b> this method is deprecated <s> headNow($requestURI, $responseHandler) </s> </b> Sends an HTTP HEAD request to the server at the specified host and default port, specifying a response handler to receive the response param $host [string] the host param $requestURI [string] the relative URI param $responseHandler [callable] the response handler <b> this method is deprecated <s> headNow($host, $requestURI, $responseHandler) </s> </b> Sends an HTTP HEAD request to the server at the specified host and port, specifying a response handler to receive the response param $port [integer] the port param $host [string] the host param $requestURI [string] the relative URI param $responseHandler [callable] the response handler <b> this method is deprecated <s> headNow($port, $host, $requestURI, $responseHandler) </s> </b>

io\vertx\jphp\core\http\HttpClient.php 1

Type Line Description
optionsNow 851 param $options [RequestOptions | array] the request options param $responseHandler [callable] the response handler <b> this method is deprecated <s> optionsNow($options, $responseHandler) </s> </b> Sends an HTTP OPTIONS request to the server at the default host and port, specifying a response handler to receive the response param $requestURI [string] the relative URI param $responseHandler [callable] the response handler <b> this method is deprecated <s> optionsNow($requestURI, $responseHandler) </s> </b> Sends an HTTP OPTIONS request to the server at the specified host and default port, specifying a response handler to receive the response param $host [string] the host param $requestURI [string] the relative URI param $responseHandler [callable] the response handler <b> this method is deprecated <s> optionsNow($host, $requestURI, $responseHandler) </s> </b> Sends an HTTP OPTIONS request to the server at the specified host and port, specifying a response handler to receive the response param $port [integer] the port param $host [string] the host param $requestURI [string] the relative URI param $responseHandler [callable] the response handler <b> this method is deprecated <s> optionsNow($port, $host, $requestURI, $responseHandler) </s> </b>

io\vertx\jphp\core\http\HttpClientRequest.php 1

Type Line Description
handler 110

io\vertx\jphp\core\http\HttpClientRequest.php 1

Type Line Description
pause 119

io\vertx\jphp\core\http\HttpClientRequest.php 1

Type Line Description
resume 128

io\vertx\jphp\core\http\HttpClientRequest.php 1

Type Line Description
fetch 138

io\vertx\jphp\core\http\HttpClientRequest.php 1

Type Line Description
endHandler 148

io\vertx\jphp\ext\auth\oauth2\AccessToken.php 1

Type Line Description
isAuthorised 35

io\vertx\jphp\ext\auth\oauth2\OAuth2Auth.php 1

Type Line Description
createKeycloak 50

io\vertx\jphp\ext\auth\oauth2\OAuth2Auth.php 1

Type Line Description
getToken 120

io\vertx\jphp\ext\auth\oauth2\OAuth2Auth.php 1

Type Line Description
decodeToken 132

io\vertx\jphp\ext\auth\oauth2\OAuth2Auth.php 1

Type Line Description
getScopeSeparator 174 The RFC 6749 states that a scope is expressed as a set of case-sensitive and space-delimited strings, however vendors tend not to agree on this and we see the following cases being used: space, plus sign, comma.

io\vertx\jphp\ext\auth\User.php 1

Type Line Description
isAuthorised 35

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
update 140

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
updateWithOptions 168

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
replace 198

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
replaceWithOptions 228

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
remove 451

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
removeWithOptions 477

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
removeOne 503

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
removeOneWithOptions 529

io\vertx\jphp\ext\mongo\MongoService.php 1

Type Line Description
update 89

io\vertx\jphp\ext\mongo\MongoService.php 1

Type Line Description
updateWithOptions 113

io\vertx\jphp\ext\mongo\MongoService.php 1

Type Line Description
replace 137

io\vertx\jphp\ext\mongo\MongoService.php 1

Type Line Description
replaceWithOptions 161

io\vertx\jphp\ext\mongo\MongoService.php 1

Type Line Description
remove 316

io\vertx\jphp\ext\mongo\MongoService.php 1

Type Line Description
removeWithOptions 338

io\vertx\jphp\ext\mongo\MongoService.php 1

Type Line Description
removeOne 360

io\vertx\jphp\ext\mongo\MongoService.php 1

Type Line Description
removeOneWithOptions 382

io\vertx\jphp\ext\sql\SQLConnection.php 1

Type Line Description
setQueryTimeout 234 It can be over written at any time and becomes active on the next query call.

io\vertx\jphp\ext\web\LanguageHeader.php 1

Type Line Description
language 111

io\vertx\jphp\ext\web\LanguageHeader.php 1

Type Line Description
country 121

io\vertx\jphp\ext\web\LanguageHeader.php 1

Type Line Description
variant 131

io\vertx\jphp\ext\web\Locale.php 1

Type Line Description
Locale 8

io\vertx\jphp\ext\web\Locale.php 1

Type Line Description
create 55 param $language [string] <b> this method is deprecated <s> create($language) </s> </b> param $language [string] param $country [string] <b> this method is deprecated <s> create($language, $country) </s> </b> param $language [string] param $country [string] param $variant [string] <b> this method is deprecated <s> create($language, $country, $variant) </s> </b>

io\vertx\jphp\ext\web\Locale.php 1

Type Line Description
language 65

io\vertx\jphp\ext\web\Locale.php 1

Type Line Description
country 75

io\vertx\jphp\ext\web\Locale.php 1

Type Line Description
variant 85

io\vertx\jphp\ext\web\Router.php 1

Type Line Description
accept 52

io\vertx\jphp\ext\web\RoutingContext.php 1

Type Line Description
acceptableLocales 496 When 2 or more entries have the same quality then the order used to return the best match is based on the lowest index on the original list. For example if a user has en-US and en-GB with same quality and this order the best match will be en-US because it was declared as first entry by the client.

io\vertx\jphp\ext\web\RoutingContext.php 1

Type Line Description
preferredLocale 521

io\vertx\jphp\ext\web\templ\freemarker\FreeMarkerTemplateEngine.php 1

Type Line Description
setExtension 69

io\vertx\jphp\ext\web\templ\handlebars\HandlebarsTemplateEngine.php 1

Type Line Description
setExtension 69

io\vertx\jphp\ext\web\templ\jade\JadeTemplateEngine.php 1

Type Line Description
setExtension 69

io\vertx\jphp\ext\web\templ\mvel\MVELTemplateEngine.php 1

Type Line Description
setExtension 69

io\vertx\jphp\ext\web\templ\pebble\PebbleTemplateEngine.php 1

Type Line Description
setExtension 69

io\vertx\jphp\ext\web\templ\rocker\RockerTemplateEngine.php 1

Type Line Description
setExtension 67

io\vertx\jphp\ext\web\templ\TemplateEngine.php 1

Type Line Description
TemplateEngine 12 <p> Concrete implementations exist for several well-known template engines.

io\vertx\jphp\kafka\client\consumer\KafkaConsumerRecord.php 1

Type Line Description
checksum 60

io\vertx\jphp\rabbitmq\RabbitMQClient.php 1

Type Line Description
basicConsume 131 param $queue [string] param $address [string] param $resultHandler [callable] <b> this method is deprecated <s> basicConsume($queue, $address, $resultHandler) </s> </b> Use @see \io\vertx\jphp\rabbitmq\RabbitMQClient::basicConsumer instead <p> Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag. param $queue [string] param $address [string] param $autoAck [boolean] param $resultHandler [callable] <b> this method is deprecated <s> basicConsume($queue, $address, $autoAck, $resultHandler) </s> </b> Use @see \io\vertx\jphp\rabbitmq\RabbitMQClient::basicConsumer instead <p> Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag and error handler param $queue [string] param $address [string] param $autoAck [boolean] param $resultHandler [callable] param $errorHandler [callable] <b> this method is deprecated <s> basicConsume($queue, $address, $autoAck, $resultHandler, $errorHandler) </s> </b>

io\vertx\jphp\rabbitmq\RabbitMQClient.php 1

Type Line Description
basicCancel 170