Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- abort(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Aborts a transaction.
- abort(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Aborts a transaction.
- abortAndAwait(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.abort(String).
- abortAndAwait(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.abort(String,Map).
- abortAndForget(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.abort(String)that ignores the result of the operation.
- abortAndForget(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.abort(String,Map)that ignores the result of the operation.
- abortHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- abortTransaction() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Aborts the ongoing transaction.
- abortTransactionAndAwait() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Blocking variant ofKafkaProducer.abortTransaction().
- abortTransactionAndForget() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Variant ofKafkaProducer.abortTransaction()that ignores the result of the operation.
- absoluteURI() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- absoluteURI() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- absoluteURI() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- AbstractVerticle - Class in io.smallrye.mutiny.vertx.core
- AbstractVerticle() - Constructor for class io.smallrye.mutiny.vertx.core.AbstractVerticle
- accept() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Deprecated.
- accept() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- 
Accept the WebSocket and terminate the WebSocket handshake.
- accept() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
- accept() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- accept(boolean) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- accept(boolean, MqttProperties) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- accept(Buffer) - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- accept(Buffer) - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- accept(HttpServerRequest) - Method in class io.vertx.mutiny.ext.web.Router
- accept(HttpServerRequest) - Method in class io.vertx.mutiny.httpproxy.HttpProxy
- accept(ServerFrame) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- accept(SockJSSocket) - Method in class io.vertx.mutiny.ext.shell.term.SockJSTermHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.circuitbreaker.HystrixMetricHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- accept(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.api.contract.HTTPOperationRequestValidationHandler
- 
Deprecated.
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
- 
Deprecated.
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.api.service.RouteToEBServiceHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- accept(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.api.validation.ValidationHandler
- 
Deprecated.
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.APIKeyHandler
- accept(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthenticationHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
- accept(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.InputTrustHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- accept(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.PlatformHandler
- accept(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.ProtocolUpgradeHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
- accept(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.SecurityPolicyHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.SimpleAuthenticationHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.XFrameHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
- accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.validation.ValidationHandler
- accept(U) - Method in class io.smallrye.mutiny.vertx.DelegatingConsumerHandler
- ACCEPT - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Accept header name
- ACCEPT_CHARSET - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Accept-Charset header name
- ACCEPT_ENCODING - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Accept-Encoding header name
- ACCEPT_LANGUAGE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Accept-Language header name
- ACCEPT_PATCH - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Accept-Patch header name
- ACCEPT_RANGES - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Accept-Ranges header name
- acceptableLanguages() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- acceptAndAwait() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- 
Blocking variant ofServerWebSocketHandshake.accept().
- acceptAndForget() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- 
Variant ofServerWebSocketHandshake.accept()that ignores the result of the operation.
- acceptCharset() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
- accepted() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- acceptEncoding() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
- acceptLanguage() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
- acceptMoreValues(Option) - Method in class io.vertx.mutiny.core.cli.CommandLine
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Access-Control-Allow-Credentials header name
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Access-Control-Allow-Headers header name
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Access-Control-Allow-Methods header name
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Access-Control-Allow-Origin header name
- ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Access-Control-Allow-Private-Network header name
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Access-Control-Expose-Headers header name
- ACCESS_CONTROL_MAX_AGE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Access-Control-Max-Age header name
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Access-Control-Request-Headers header name
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Access-Control-Request-Method header name
- ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Access-Control-Request-Private-Network header name
- ack() - Method in class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- ack(StompServerConnection, Frame) - Method in class io.vertx.mutiny.ext.stomp.Destination
- ack(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Sends an acknowledgement for a specific message.
- ack(String, String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Sends an acknowledgement for the given frame.
- ackAndAwait(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.ack(String).
- ackAndAwait(String, String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.ack(String,String).
- ackAndForget(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.ack(String)that ignores the result of the operation.
- ackAndForget(String, String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.ack(String,String)that ignores the result of the operation.
- ackHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- Acknowledgement - Class in io.vertx.mutiny.ext.stomp
- 
Structure passed to acknowledgement handler called when aACKorNACKframe is received.
- Acknowledgement(Acknowledgement) - Constructor for class io.vertx.mutiny.ext.stomp.Acknowledgement
- Acknowledgement(Object) - Constructor for class io.vertx.mutiny.ext.stomp.Acknowledgement
- acl(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A container for Access List Control commands.
- ACL - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A container for Access List Control commands.
- aclAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.acl(List).
- aclAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.acl(List)that ignores the result of the operation.
- actualConnection() - Method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- actualPort() - Method in class io.vertx.mutiny.core.http.HttpServer
- actualPort() - Method in class io.vertx.mutiny.core.net.NetServer
- actualPort() - Method in class io.vertx.mutiny.ext.shell.term.TermServer
- actualPort() - Method in class io.vertx.mutiny.ext.stomp.StompServer
- actualPort() - Method in class io.vertx.mutiny.mqtt.MqttServer
- add(AuthenticationProvider) - Method in class io.vertx.mutiny.ext.auth.ChainAuth
- add(AuthenticationHandler) - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
- add(CharSequence, CharSequence) - Method in class io.vertx.mutiny.core.MultiMap
- add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.mutiny.core.MultiMap
- add(String, Authorization) - Method in class io.vertx.mutiny.ext.auth.authorization.Authorizations
- add(String, Iterable<String>) - Method in class io.vertx.mutiny.core.MultiMap
- add(String, String) - Method in class io.vertx.mutiny.core.MultiMap
- add(String, Set<Authorization>) - Method in class io.vertx.mutiny.ext.auth.authorization.Authorizations
- addAll(JsonObject) - Method in class io.vertx.mutiny.uritemplate.Variables
- addAll(MultiMap) - Method in class io.vertx.mutiny.core.MultiMap
- addAll(Map<String, String>) - Method in class io.vertx.mutiny.core.MultiMap
- addAndGet(long) - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Add the value to the counter atomically and return the new count
- addAndGetAndAwait(long) - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Blocking variant ofCounter.addAndGet(long).
- addAndGetAndForget(long) - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Variant ofCounter.addAndGet(long)that ignores the result of the operation.
- addArgument(Argument) - Method in class io.vertx.mutiny.core.cli.CLI
- addArguments(List<Argument>) - Method in class io.vertx.mutiny.core.cli.CLI
- addArrayOfBigDecimal(BigDecimal[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfBoolean(Boolean[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfDouble(Double[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfFloat(Float[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfInteger(Integer[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfJsonArray(JsonArray[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfJsonObject(JsonObject[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfLocalDate(LocalDate[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfLocalDateTime(LocalDateTime[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfLocalTime(LocalTime[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfLong(Long[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfOffsetDateTime(OffsetDateTime[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfOffsetTime(OffsetTime[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfShort(Short[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfString(String[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfTemporal(Temporal[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addArrayOfUUID(UUID[]) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addAuthorization(Authorization) - Method in class io.vertx.mutiny.ext.auth.authorization.AndAuthorization
- addAuthorization(Authorization) - Method in class io.vertx.mutiny.ext.auth.authorization.OrAuthorization
- addAuthorizationProvider(AuthorizationProvider) - Method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
- addBigDecimal(BigDecimal) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addBodyEndHandler(Runnable) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- addBoolean(Boolean) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addBuffer(Buffer) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addConfirmListener(int) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Add a Confirm Listener to the channel.
- addConfirmListenerAndAwait(int) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.addConfirmListener(int).
- addConfirmListenerAndForget(int) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.addConfirmListener(int)that ignores the result of the operation.
- addCookie(Cookie) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- addCookie(Cookie) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.UseHttpServerResponse#addCookie(Cookie)Add a cookie. This will be sent back to the client in the response.
- addCustomValidatorFunction(CustomValidator) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addDefaultHandler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- addDirective(String, String) - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
- addDouble(Double) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addEndHandler() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Add an end handler for the request/response context.
- addEndHandlerAndAwait() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Blocking variant ofRoutingContext.addEndHandler().
- addEndHandlerAndForget() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Variant ofRoutingContext.addEndHandler()that ignores the result of the operation.
- addExpectedContentType(String) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addFailureHandler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.openapi.router.OpenAPIRoute
- addFailureHandlerByOperationId(String, Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- addFloat(Float) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addFormParam(String, ParameterType, boolean) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addFormParamsArray(String, ParameterType, boolean) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addFormParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addFormParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addFormParamWithPattern(String, String, boolean) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addGlobalHandler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- addGlobalHandler(Consumer<RoutingContext>) - Method in interface io.vertx.mutiny.ext.web.api.contract.RouterFactory
- 
Deprecated.
- addHandler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.openapi.router.OpenAPIRoute
- addHandlerByOperationId(String, Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- addHeader(KafkaHeader) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- addHeader(CharSequence, CharSequence) - Method in class io.vertx.mutiny.ext.web.client.WebClientSession
- addHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.mutiny.ext.web.client.WebClientSession
- addHeader(String, Buffer) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- addHeader(String, Iterable<String>) - Method in class io.vertx.mutiny.ext.web.client.WebClientSession
- addHeader(String, String) - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- addHeader(String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClientSession
- addHeader(String, String) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- addHeaderParam(String, ParameterType, boolean) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addHeaderParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addHeaderParamWithPattern(String, String, boolean) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addHeaders(List<KafkaHeader>) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- addHeadersEndHandler(Runnable) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- addInboundInterceptor(Consumer<DeliveryContext<T>>) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- addingHeaders(Function<RoutingContext, MultiMap>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandlerBuilder
- addInteger(Integer) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addInterceptor(ProxyInterceptor) - Method in class io.vertx.mutiny.httpproxy.HttpProxy
- addJson(String, JsonObject) - Method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- addJson(URI, JsonObject) - Method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- addJsonArray(JsonArray) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addJsonBodySchema(String) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addJsonObject(JsonObject) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addLocalDate(LocalDate) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addLocalDateTime(LocalDateTime) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addLocalTime(LocalTime) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addLong(Long) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addMultipartRequiredFile(String, String) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addOffsetDateTime(OffsetDateTime) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addOffsetTime(OffsetTime) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addOption(Option) - Method in class io.vertx.mutiny.core.cli.CLI
- addOptions(List<Option>) - Method in class io.vertx.mutiny.core.cli.CLI
- addOrigin(String) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- addOrigins(List<String>) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- addOriginsWithRegex(List<String>) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- addOriginWithRegex(String) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- addOutboundInterceptor(Consumer<DeliveryContext<T>>) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- addPathParam(String, ParameterType) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addPathParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addPathParamWithPattern(String, String) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addQueryParam(String, ParameterType, boolean) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addQueryParam(String, String) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- addQueryParamsArray(String, ParameterType, boolean) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addQueryParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addQueryParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addQueryParamWithPattern(String, String, boolean) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- addRelativeOrigin(String) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- 
Deprecated.Add a relative origin to the list of allowed Origins. A relative origin is a regex that should match the format<scheme> "://" <hostname> [ ":" <port> ].
- addRelativeOrigins(List<String>) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- 
Deprecated.Set the list of allowed relative origins. A relative origin is a regex that should match the format<scheme> "://" <hostname> [ ":" <port> ].
- address() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- address() - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- address() - Method in class io.vertx.mutiny.amqp.AmqpSender
- address() - Method in class io.vertx.mutiny.core.eventbus.Message
- address() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- address() - Method in class io.vertx.mutiny.core.eventbus.MessageProducer
- address(String) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- addSchema(Schema, JsonPointer[]) - Method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- addSchemaAlias(Schema, String) - Method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- addSchemaWithScope(Schema, JsonPointer) - Method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- addSecurityHandler(String, Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- addSecurityHandler(String, Consumer<RoutingContext>) - Method in interface io.vertx.mutiny.ext.web.api.contract.RouterFactory
- 
Deprecated.
- addSecuritySchemaScopeValidator(String, String, Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- addShort(Short) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addStatement(JsonObject) - Method in class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- addString(String) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addTemporal(Temporal) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addTenantHandler(String, Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- addUUID(UUID) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addValue(Object) - Method in class io.vertx.mutiny.sqlclient.Tuple
- addXMLBodySchema(String) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- AGE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Age header name
- agentInfo() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the configuration and member information of the local agent
- agentInfoAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.agentInfo().
- agentInfoAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.agentInfo()that ignores the result of the operation.
- aggregate(String, JsonArray) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- all() - Method in class io.vertx.mutiny.cassandra.ResultSet
- 
The method should not be used concurrently with others likeResultSet.fetchNextPage()or .
- all() - Static method in class io.vertx.mutiny.ext.auth.ChainAuth
- all() - Static method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
- allAndAwait() - Method in class io.vertx.mutiny.cassandra.ResultSet
- 
Blocking variant ofResultSet.all().
- allAndForget() - Method in class io.vertx.mutiny.cassandra.ResultSet
- 
Variant ofResultSet.all()that ignores the result of the operation.
- allArguments() - Method in class io.vertx.mutiny.core.cli.CommandLine
- ALLOW - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Allow header name
- allowCredentials(boolean) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- allowedHeader(String) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- allowedHeaders(Set<String>) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- allowedMethod(HttpMethod) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- allowedMethods(Set<HttpMethod>) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- allowEmptyValue() - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterValidationRule
- 
Deprecated.
- allowForward(AllowForwardHeaders) - Method in class io.vertx.mutiny.ext.web.Router
- allowPrivateNetwork(boolean) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- AmazonCognitoAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for Amazon Cognito.
- AmazonCognitoAuth(AmazonCognitoAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.AmazonCognitoAuth
- AmazonCognitoAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.AmazonCognitoAuth
- AmqpClient - Class in io.vertx.mutiny.amqp
- 
AMQP Client entry point.
- AmqpClient(AmqpClient) - Constructor for class io.vertx.mutiny.amqp.AmqpClient
- AmqpClient(Object) - Constructor for class io.vertx.mutiny.amqp.AmqpClient
- AmqpConnection - Class in io.vertx.mutiny.amqp
- 
Once connected to the broker or router, you get a connection.
- AmqpConnection(AmqpConnection) - Constructor for class io.vertx.mutiny.amqp.AmqpConnection
- AmqpConnection(Object) - Constructor for class io.vertx.mutiny.amqp.AmqpConnection
- AmqpMessage - Class in io.vertx.mutiny.amqp
- 
Represents an AMQP message.
- AmqpMessage(AmqpMessage) - Constructor for class io.vertx.mutiny.amqp.AmqpMessage
- AmqpMessage(Object) - Constructor for class io.vertx.mutiny.amqp.AmqpMessage
- AmqpMessageBuilder - Class in io.vertx.mutiny.amqp
- 
Builder to create a newAmqpMessage.
- AmqpMessageBuilder(AmqpMessageBuilder) - Constructor for class io.vertx.mutiny.amqp.AmqpMessageBuilder
- AmqpMessageBuilder(Object) - Constructor for class io.vertx.mutiny.amqp.AmqpMessageBuilder
- AmqpReceiver - Class in io.vertx.mutiny.amqp
- 
Interface used to consume AMQP message as a stream of message.
- AmqpReceiver(AmqpReceiver) - Constructor for class io.vertx.mutiny.amqp.AmqpReceiver
- AmqpReceiver(Object) - Constructor for class io.vertx.mutiny.amqp.AmqpReceiver
- AmqpSender - Class in io.vertx.mutiny.amqp
- 
AMQP Sender interface used to send messages.
- AmqpSender(AmqpSender) - Constructor for class io.vertx.mutiny.amqp.AmqpSender
- AmqpSender(Object) - Constructor for class io.vertx.mutiny.amqp.AmqpSender
- AndAuthorization - Class in io.vertx.mutiny.ext.auth.authorization
- 
Allows to perform a logical 'and' between several authorizations
- AndAuthorization(AndAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.authorization.AndAuthorization
- AndAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.authorization.AndAuthorization
- annotate(String, String) - Method in class io.vertx.mutiny.json.schema.JsonSchema
- any() - Static method in class io.vertx.mutiny.ext.auth.ChainAuth
- any() - Static method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
- api(Redis) - Static method in class io.vertx.mutiny.redis.client.RedisAPI
- api(RedisConnection) - Static method in class io.vertx.mutiny.redis.client.RedisAPI
- APIKeyHandler - Class in io.vertx.mutiny.ext.web.handler
- 
An authentication handler that provides API Key support.
- APIKeyHandler(APIKeyHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.APIKeyHandler
- APIKeyHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.APIKeyHandler
- ApolloWSConnectionInitEvent - Class in io.vertx.mutiny.ext.web.handler.graphql
- 
Deprecated.
- ApolloWSConnectionInitEvent(ApolloWSConnectionInitEvent) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent
- 
Deprecated.
- ApolloWSConnectionInitEvent(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent
- 
Deprecated.
- ApolloWSHandler - Class in io.vertx.mutiny.ext.web.handler.graphql
- 
Deprecated.
- ApolloWSHandler(ApolloWSHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- ApolloWSHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- ApolloWSMessage - Class in io.vertx.mutiny.ext.web.handler.graphql
- 
Deprecated.
- ApolloWSMessage(ApolloWSMessage) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
- 
Deprecated.
- ApolloWSMessage(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
- 
Deprecated.
- append(int) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- append(JsonPointer) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- append(String) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- append(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Append a value to a key.
- append(List<String>) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- APPEND - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Append a value to a key.
- appendAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.append(String,String).
- appendAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.append(String,String)that ignores the result of the operation.
- appendArrayElement(Object, Object) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- appendBuffer(Buffer) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendBuffer(Buffer, int, int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendByte(byte) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendBytes(byte[]) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendBytes(byte[], int, int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendDouble(double) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendFloat(float) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendInt(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendIntLE(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendLong(long) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendLongLE(long) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendMedium(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendMediumLE(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendShort(short) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendShortLE(short) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendString(String) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendString(String, String) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendUnsignedByte(short) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendUnsignedInt(long) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendUnsignedIntLE(long) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendUnsignedShort(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- appendUnsignedShortLE(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- APPLICATION_HAL_JSON - Static variable in class io.vertx.mutiny.openapi.contract.MediaType
- APPLICATION_JSON - Static variable in class io.vertx.mutiny.openapi.contract.MediaType
- APPLICATION_JSON_UTF8 - Static variable in class io.vertx.mutiny.openapi.contract.MediaType
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
application/x-www-form-urlencoded header value
- applicationLayerProtocol() - Method in class io.vertx.mutiny.core.net.NetSocket
- applicationProperties() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- applicationProperties(JsonObject) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- apply(HttpResponse<Void>) - Method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- apply(ResponsePredicateResult) - Method in class io.vertx.mutiny.ext.web.client.predicate.ErrorConverter
- 
Deprecated.
- apply(RoutingContext) - Method in class io.vertx.mutiny.ext.web.validation.RequestPredicate
- arg(boolean) - Method in class io.vertx.mutiny.redis.client.Request
- arg(byte) - Method in class io.vertx.mutiny.redis.client.Request
- arg(byte[]) - Method in class io.vertx.mutiny.redis.client.Request
- arg(double) - Method in class io.vertx.mutiny.redis.client.Request
- arg(float) - Method in class io.vertx.mutiny.redis.client.Request
- arg(int) - Method in class io.vertx.mutiny.redis.client.Request
- arg(long) - Method in class io.vertx.mutiny.redis.client.Request
- arg(short) - Method in class io.vertx.mutiny.redis.client.Request
- arg(JsonArray) - Method in class io.vertx.mutiny.redis.client.Request
- arg(JsonObject) - Method in class io.vertx.mutiny.redis.client.Request
- arg(Buffer) - Method in class io.vertx.mutiny.redis.client.Request
- arg(String) - Method in class io.vertx.mutiny.redis.client.Request
- arg(String, String) - Method in class io.vertx.mutiny.redis.client.Request
- args() - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- argsTokens() - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- arrayEventMode() - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- ArrayParserFactory - Class in io.vertx.mutiny.ext.web.validation.builder
- 
This interface is used to create able to parse serialized array structures.
- ArrayParserFactory(ArrayParserFactory) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.ArrayParserFactory
- ArrayParserFactory(Object) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.ArrayParserFactory
- arrayValue() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- arrayValueMode() - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- as(BodyCodec<U>) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- asJsonArray() - Method in class io.vertx.mutiny.ext.web.RequestBody
- asJsonArray(int) - Method in class io.vertx.mutiny.ext.web.RequestBody
- asJsonObject() - Method in class io.vertx.mutiny.ext.web.RequestBody
- asJsonObject(int) - Method in class io.vertx.mutiny.ext.web.RequestBody
- asking() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Sent by cluster clients after an -ASK redirect.
- ASKING - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Sent by cluster clients after an -ASK redirect.
- askingAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.asking().
- askingAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.asking()that ignores the result of the operation.
- asPojo(Class<R>) - Method in class io.vertx.mutiny.ext.web.RequestBody
- asPojo(Class<R>, int) - Method in class io.vertx.mutiny.ext.web.RequestBody
- asReadStream(Flow.Publisher<R>, Function<R, J>) - Static method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
- assign(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Manually assign a partition to this consumer.
- assign(Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Manually assign a list of partition to this consumer.
- assignAndAwait(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.assign(TopicPartition).
- assignAndAwait(Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.assign(Set).
- assignAndForget(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.assign(TopicPartition)that ignores the result of the operation.
- assignAndForget(Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.assign(Set)that ignores the result of the operation.
- assignment() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Get the set of partitions currently assigned to this consumer.
- assignmentAndAwait() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.assignment().
- assignmentAndForget() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.assignment()that ignores the result of the operation.
- asString() - Method in class io.vertx.mutiny.ext.web.RequestBody
- asString(String) - Method in class io.vertx.mutiny.ext.web.RequestBody
- AsyncFile - Class in io.vertx.mutiny.core.file
- 
Represents a file on the file-system which can be read from, or written to asynchronously.
- AsyncFile(AsyncFile) - Constructor for class io.vertx.mutiny.core.file.AsyncFile
- AsyncFile(Object) - Constructor for class io.vertx.mutiny.core.file.AsyncFile
- AsyncFileLock - Class in io.vertx.mutiny.core.file
- 
A lock on a region of anAsyncFile.
- AsyncFileLock(AsyncFileLock) - Constructor for class io.vertx.mutiny.core.file.AsyncFileLock
- AsyncFileLock(Object) - Constructor for class io.vertx.mutiny.core.file.AsyncFileLock
- AsyncMap<K,V> - Class in io.vertx.mutiny.core.shareddata 
- 
An asynchronous map.
- AsyncMap(AsyncMap) - Constructor for class io.vertx.mutiny.core.shareddata.AsyncMap
- AsyncMap(AsyncMap, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.core.shareddata.AsyncMap
- AsyncMap(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.core.shareddata.AsyncMap
- AsyncResultUni<T> - Class in io.smallrye.mutiny.vertx
- AsyncResultUni(Consumer<Handler<AsyncResult<T>>>) - Constructor for class io.smallrye.mutiny.vertx.AsyncResultUni
- asyncStart() - Method in class io.smallrye.mutiny.vertx.core.AbstractVerticle
- 
Start the verticle.
- asyncStop() - Method in class io.smallrye.mutiny.vertx.core.AbstractVerticle
- 
Stop the verticle.
- attachment(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- attribute(String, String) - Method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- attributes() - Method in class io.vertx.mutiny.ext.auth.User
- attributes() - Method in class io.vertx.mutiny.redis.client.Response
- auth() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- auth(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Authenticate to the server.
- AUTH - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Authenticate to the server.
- authAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.auth(List).
- authAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.auth(List)that ignores the result of the operation.
- authenticate(JsonObject) - Method in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
- 
Deprecated.For type safety this method should be avoided and#authenticate(Credentials, Handler)should be used instead.
- authenticate(Credentials) - Method in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
- 
Authenticate a user.
- authenticate(Function<RoutingContext, Uni<User>>) - Method in class io.vertx.mutiny.ext.web.handler.SimpleAuthenticationHandler
- authenticateAndAwait(JsonObject) - Method in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
- 
Deprecated.For type safety this method should be avoided and#authenticate(Credentials, Handler)should be used instead.
- authenticateAndAwait(Credentials) - Method in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
- 
Blocking variant ofAuthenticationProvider.authenticate(Credentials).
- authenticateAndForget(JsonObject) - Method in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
- 
Deprecated.For type safety this method should be avoided and#authenticate(Credentials, Handler)should be used instead.
- authenticateAndForget(Credentials) - Method in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
- 
Variant ofAuthenticationProvider.authenticate(Credentials)that ignores the result of the operation.
- authenticated() - Method in class io.vertx.mutiny.ext.web.UserContext
- authentication(Credentials) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- AuthenticationHandler - Interface in io.vertx.mutiny.ext.web.handler
- 
Base interface for auth handlers.
- authenticationProvider(AuthenticationProvider) - Method in class io.vertx.mutiny.ext.shell.term.TermServer
- AuthenticationProvider - Class in io.vertx.mutiny.ext.auth.authentication
- 
User-facing interface for authenticating users.
- AuthenticationProvider(AuthenticationProvider) - Constructor for class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
- AuthenticationProvider(Object) - Constructor for class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
- authenticatorFetcher(Function<Authenticator, Uni<List<Authenticator>>>) - Method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- authenticatorFetcher(Function<String, Uni<Authenticator>>) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- authenticatorFetcher(Function<String, Uni<Authenticator>>) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- authenticatorUpdater(Function<Authenticator, Uni<Void>>) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- authenticatorUpdater(Function<Authenticator, Uni<Void>>) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- authenticatorUpdater(Function<Authenticator, Uni<Void>>) - Method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- authority() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- authority() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- authority() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- authority(boolean) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- authority(HostAndPort) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- authority(String) - Static method in class io.vertx.mutiny.core.net.HostAndPort
- authority(String, int) - Static method in class io.vertx.mutiny.core.net.HostAndPort
- Authorization - Class in io.vertx.mutiny.ext.auth.authorization
- 
Interface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.)
- Authorization(Authorization) - Constructor for class io.vertx.mutiny.ext.auth.authorization.Authorization
- Authorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.authorization.Authorization
- AUTHORIZATION - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Authorization header name
- AuthorizationContext - Class in io.vertx.mutiny.ext.auth.authorization
- 
The AuthorizationContext contains properties that can be used to match authorizations.
- AuthorizationContext(AuthorizationContext) - Constructor for class io.vertx.mutiny.ext.auth.authorization.AuthorizationContext
- AuthorizationContext(Object) - Constructor for class io.vertx.mutiny.ext.auth.authorization.AuthorizationContext
- AuthorizationHandler - Class in io.vertx.mutiny.ext.web.handler
- 
Base interface for authorization handlers that provide authorization support.
- AuthorizationHandler(AuthorizationHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
- AuthorizationHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
- AuthorizationProvider - Class in io.vertx.mutiny.ext.auth.authorization
- 
The role of an AuthorizationProvider is to return a set of Authorization.
- AuthorizationProvider(AuthorizationProvider) - Constructor for class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
- AuthorizationProvider(Object) - Constructor for class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
- authorizations() - Method in class io.vertx.mutiny.ext.auth.User
- Authorizations - Class in io.vertx.mutiny.ext.auth.authorization
- Authorizations(Authorizations) - Constructor for class io.vertx.mutiny.ext.auth.authorization.Authorizations
- Authorizations(Object) - Constructor for class io.vertx.mutiny.ext.auth.authorization.Authorizations
- authorizeURL(JsonObject) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Deprecated.For type safety this method should be avoided andOAuth2Auth.authorizeURL(OAuth2AuthorizationURL)should be used instead.
- authorizeURL(OAuth2AuthorizationURL) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- authProvider(AuthenticationProvider) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- authProvider(AuthProvider) - Method in class io.vertx.mutiny.ext.shell.term.TermServer
- 
Deprecated.SeeTermServer.authenticationProvider(AuthenticationProvider)Set an auth provider to use, any provider configured in options will override this provider. This should be used when a custom auth provider should be used.
- AuthProvider - Class in io.vertx.mutiny.ext.auth
- 
Deprecated.
- AuthProvider(AuthProvider) - Constructor for class io.vertx.mutiny.ext.auth.AuthProvider
- 
Deprecated.
- AuthProvider(Object) - Constructor for class io.vertx.mutiny.ext.auth.AuthProvider
- 
Deprecated.
- autoKeepAlive(boolean) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- available() - Method in class io.vertx.mutiny.ext.web.RequestBody
- AzureADAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for Azure AD.
- AzureADAuth(AzureADAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.AzureADAuth
- AzureADAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.AzureADAuth
B
- backgroundHandler(Runnable) - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- BaseBridgeEvent - Class in io.vertx.mutiny.ext.bridge
- 
Represents an event that occurs on the event bus bridge.
- BaseBridgeEvent(BaseBridgeEvent) - Constructor for class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- BaseBridgeEvent(Object) - Constructor for class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- baseCommands(Vertx) - Static method in class io.vertx.mutiny.ext.shell.command.CommandResolver
- basicAck(long, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Acknowledge one or several received messages.
- basicAckAndAwait(long, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.basicAck(long,boolean).
- basicAckAndForget(long, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.basicAck(long,boolean)that ignores the result of the operation.
- basicAuthentication(Buffer, Buffer) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- basicAuthentication(String, String) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- BasicAuthHandler - Class in io.vertx.mutiny.ext.web.handler
- 
An auth handler that provides HTTP Basic Authentication support.
- BasicAuthHandler(BasicAuthHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
- BasicAuthHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
- basicConsumer(String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Unlike the bare Vert.x variant, this method returns aUni.
- basicConsumer(String, QueueOptions) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Create a consumer with the givenoptions.
- basicConsumerAndAwait(String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.basicConsumer(String).
- basicConsumerAndAwait(String, QueueOptions) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.basicConsumer(String,QueueOptions).
- basicConsumerAndForget(String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.basicConsumer(String)that ignores the result of the operation.
- basicConsumerAndForget(String, QueueOptions) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.basicConsumer(String,QueueOptions)that ignores the result of the operation.
- basicGet(String, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Retrieve a message from a queue using AMQP.Basic.Get
- basicGetAndAwait(String, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.basicGet(String,boolean).
- basicGetAndForget(String, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.basicGet(String,boolean)that ignores the result of the operation.
- basicNack(long, boolean, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Reject one or several received messages.
- basicNackAndAwait(long, boolean, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.basicNack(long,boolean,boolean).
- basicNackAndForget(long, boolean, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.basicNack(long,boolean,boolean)that ignores the result of the operation.
- basicPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Publish a message.
- basicPublish(String, String, Buffer) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Publish a message.
- basicPublishAndAwait(String, String, BasicProperties, Buffer) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- basicPublishAndAwait(String, String, Buffer) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.basicPublish(String,String,io.vertx.mutiny.core.buffer.Buffer).
- basicPublishAndForget(String, String, BasicProperties, Buffer) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.basicPublish(String,String,BasicProperties,io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- basicPublishAndForget(String, String, Buffer) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.basicPublish(String,String,io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Consumer<Long>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Publish a message.
- basicPublishWithDeliveryTagAndAwait(String, String, BasicProperties, Buffer, Consumer<Long>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- basicPublishWithDeliveryTagAndForget(String, String, BasicProperties, Buffer, Consumer<Long>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.basicPublishWithDeliveryTag(String,String,BasicProperties,io.vertx.mutiny.core.buffer.Buffer,Consumer)that ignores the result of the operation.
- basicQos(int) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Request a specific prefetchCount "quality of service" settings for this channel.
- basicQos(int, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Request a specific prefetchCount "quality of service" settings for this channel.
- basicQos(int, int, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Request specific "quality of service" settings.
- basicQosAndAwait(int) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.basicQos(int).
- basicQosAndAwait(int, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.basicQos(int,boolean).
- basicQosAndAwait(int, int, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.basicQos(int,int,boolean).
- basicQosAndForget(int) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.basicQos(int)that ignores the result of the operation.
- basicQosAndForget(int, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.basicQos(int,boolean)that ignores the result of the operation.
- basicQosAndForget(int, int, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.basicQos(int,int,boolean)that ignores the result of the operation.
- batch(List<Request>) - Method in class io.vertx.mutiny.redis.client.Redis
- 
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
- batch(List<Request>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
- 
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
- batch(List<String>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
- batchAndAwait(List<Request>) - Method in class io.vertx.mutiny.redis.client.Redis
- 
Blocking variant ofRedis.batch(List).
- batchAndAwait(List<Request>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
- 
Blocking variant ofRedisConnection.batch(List).
- batchAndAwait(List<String>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.batch(List).
- batchAndForget(List<Request>) - Method in class io.vertx.mutiny.redis.client.Redis
- 
Variant ofRedis.batch(List)that ignores the result of the operation.
- batchAndForget(List<Request>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
- 
Variant ofRedisConnection.batch(List)that ignores the result of the operation.
- batchAndForget(List<String>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.batch(List)that ignores the result of the operation.
- batchCallableWithParams(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Batch a callable statement with all entries from the args list.
- batchCallableWithParamsAndAwait(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.batchCallableWithParams(String,List,List).
- batchCallableWithParamsAndForget(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.batchCallableWithParams(String,List,List)that ignores the result of the operation.
- batchHandler(Consumer<KafkaConsumerRecords<K, V>>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- batchWithParams(String, List<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Batch a prepared statement with all entries from the args list.
- batchWithParamsAndAwait(String, List<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.batchWithParams(String,List).
- batchWithParamsAndForget(String, List<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.batchWithParams(String,List)that ignores the result of the operation.
- bearerTokenAuthentication(String) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- beforeExecute(Consumer<ExecutionInputBuilderWithContext<ApolloWSMessage>>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- beforeExecute(Consumer<ExecutionInputBuilderWithContext<Message>>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- 
Deprecated.as of 4.5.1, useGraphQLWSHandler.builder(GraphQL)instead
- beforeExecute(Consumer<ExecutionInputBuilderWithContext<Message>>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- beforeExecute(Consumer<ExecutionInputBuilderWithContext<RoutingContext>>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- 
Deprecated.as of 4.5.1, useGraphQLHandler.builder(GraphQL)instead
- beforeExecute(Consumer<ExecutionInputBuilderWithContext<RoutingContext>>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandlerBuilder
- begin() - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- 
Begin a transaction and returns aTransactionfor controlling and tracking this transaction.
- beginAndAwait() - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- 
Blocking variant ofSqlConnection.begin().
- beginAndForget() - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- 
Variant ofSqlConnection.begin()that ignores the result of the operation.
- beginHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- beginningOffsets(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Get the first offset for the given partitions.
- beginningOffsetsAndAwait(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.beginningOffsets(TopicPartition).
- beginningOffsetsAndForget(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.beginningOffsets(TopicPartition)that ignores the result of the operation.
- beginTransaction() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Starts a new kafka transaction.
- beginTransactionAndAwait() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Blocking variant ofKafkaProducer.beginTransaction().
- beginTransactionAndForget() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Variant ofKafkaProducer.beginTransaction()that ignores the result of the operation.
- beginTX(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Begins a transaction.
- beginTX(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Begins a transaction.
- beginTXAndAwait(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.beginTX(String).
- beginTXAndAwait(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.beginTX(String,Map).
- beginTXAndForget(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.beginTX(String)that ignores the result of the operation.
- beginTXAndForget(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.beginTX(String,Map)that ignores the result of the operation.
- BF_ADD - Static variable in class io.vertx.mutiny.redis.client.Command
- BF_CARD - Static variable in class io.vertx.mutiny.redis.client.Command
- BF_DEBUG - Static variable in class io.vertx.mutiny.redis.client.Command
- BF_EXISTS - Static variable in class io.vertx.mutiny.redis.client.Command
- BF_INFO - Static variable in class io.vertx.mutiny.redis.client.Command
- BF_INSERT - Static variable in class io.vertx.mutiny.redis.client.Command
- BF_LOADCHUNK - Static variable in class io.vertx.mutiny.redis.client.Command
- BF_MADD - Static variable in class io.vertx.mutiny.redis.client.Command
- BF_MEXISTS - Static variable in class io.vertx.mutiny.redis.client.Command
- BF_RESERVE - Static variable in class io.vertx.mutiny.redis.client.Command
- BF_SCANDUMP - Static variable in class io.vertx.mutiny.redis.client.Command
- bfAdd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command BF.ADD.
- bfAddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bfAdd(List).
- bfAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bfAdd(List)that ignores the result of the operation.
- bfCard(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command BF.CARD.
- bfCardAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bfCard(List).
- bfCardAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bfCard(List)that ignores the result of the operation.
- bfDebug(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command BF.DEBUG.
- bfDebugAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bfDebug(List).
- bfDebugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bfDebug(List)that ignores the result of the operation.
- bfExists(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command BF.EXISTS.
- bfExistsAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bfExists(List).
- bfExistsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bfExists(List)that ignores the result of the operation.
- bfInfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command BF.INFO.
- bfInfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bfInfo(List).
- bfInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bfInfo(List)that ignores the result of the operation.
- bfInsert(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command BF.INSERT.
- bfInsertAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bfInsert(List).
- bfInsertAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bfInsert(List)that ignores the result of the operation.
- bfLoadchunk(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command BF.LOADCHUNK.
- bfLoadchunkAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bfLoadchunk(List).
- bfLoadchunkAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bfLoadchunk(List)that ignores the result of the operation.
- bfMadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command BF.MADD.
- bfMaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bfMadd(List).
- bfMaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bfMadd(List)that ignores the result of the operation.
- bfMexists(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command BF.MEXISTS.
- bfMexistsAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bfMexists(List).
- bfMexistsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bfMexists(List)that ignores the result of the operation.
- bfReserve(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command BF.RESERVE.
- bfReserveAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bfReserve(List).
- bfReserveAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bfReserve(List)that ignores the result of the operation.
- bfScandump(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command BF.SCANDUMP.
- bfScandumpAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bfScandump(List).
- bfScandumpAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bfScandump(List)that ignores the result of the operation.
- bgrewriteaof() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Asynchronously rewrite the append-only file.
- BGREWRITEAOF - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Asynchronously rewrite the append-only file.
- bgrewriteaofAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bgrewriteaof().
- bgrewriteaofAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bgrewriteaof()that ignores the result of the operation.
- bgsave(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Asynchronously save the dataset to disk.
- BGSAVE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Asynchronously save the dataset to disk.
- bgsaveAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bgsave(List).
- bgsaveAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bgsave(List)that ignores the result of the operation.
- binaryData() - Method in class io.vertx.mutiny.core.http.WebSocketFrame
- binaryFileUpload(String, String, Buffer, String) - Method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- binaryFileUpload(String, String, String, String) - Method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- binaryFrame(Buffer, boolean) - Static method in class io.vertx.mutiny.core.http.WebSocketFrame
- binaryHandlerID() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- binaryHandlerID() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- binaryHandlerID() - Method in class io.vertx.mutiny.core.http.WebSocket
- binaryHandlerID() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- binaryMessageHandler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- binaryMessageHandler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- binaryMessageHandler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.http.WebSocket
- binaryMessageHandler(Consumer<Buffer>) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- binaryValue() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- bind(Function<JsonObject, Uni<AuthenticationHandler>>) - Method in class io.vertx.mutiny.ext.web.openapi.SecurityScheme
- bindAndAwait(Function<JsonObject, Uni<AuthenticationHandler>>) - Method in class io.vertx.mutiny.ext.web.openapi.SecurityScheme
- bindAndForget(Function<JsonObject, Uni<AuthenticationHandler>>) - Method in class io.vertx.mutiny.ext.web.openapi.SecurityScheme
- bindBlocking(Function<JsonObject, AuthenticationHandler>) - Method in class io.vertx.mutiny.ext.web.openapi.SecurityScheme
- bindings() - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- bitcount(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Count set bits in a string.
- BITCOUNT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Count set bits in a string.
- bitcountAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bitcount(List).
- bitcountAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bitcount(List)that ignores the result of the operation.
- bitfield(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Perform arbitrary bitfield integer operations on strings.
- BITFIELD - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Perform arbitrary bitfield integer operations on strings.
- BITFIELD_RO - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Perform arbitrary bitfield integer operations on strings.
- bitfieldAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bitfield(List).
- bitfieldAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bitfield(List)that ignores the result of the operation.
- bitfieldRo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Perform arbitrary bitfield integer operations on strings.
- bitfieldRoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bitfieldRo(List).
- bitfieldRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bitfieldRo(List)that ignores the result of the operation.
- bitop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Perform bitwise operations between strings.
- BITOP - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Perform bitwise operations between strings.
- bitopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bitop(List).
- bitopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bitop(List)that ignores the result of the operation.
- bitpos(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Find first bit set or clear in a string.
- BITPOS - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Find first bit set or clear in a string.
- bitposAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bitpos(List).
- bitposAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bitpos(List)that ignores the result of the operation.
- blmove(String, String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Pop an element from a list, push it to another list and return it; or block until one is available.
- BLMOVE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Pop an element from a list, push it to another list and return it; or block until one is available.
- blmoveAndAwait(String, String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.blmove(String,String,String,String,String).
- blmoveAndForget(String, String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.blmove(String,String,String,String,String)that ignores the result of the operation.
- blmpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Pop elements from a list, or block until one is available.
- BLMPOP - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Pop elements from a list, or block until one is available.
- blmpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.blmpop(List).
- blmpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.blmpop(List)that ignores the result of the operation.
- blockingExecutor(Vertx) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
- 
Create an executor for aVertxobject, actions can be blocking, they are not executed on Vert.x event loop.
- blockingExecutor(Vertx, boolean) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
- 
Create an executor for aVertxobject, actions can be blocking, they are not executed on Ver.tx event loop.
- blockingExecutor(WorkerExecutor) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
- 
Create a scheduler for aWorkerExecutorobject, actions are executed on the threads of this executor.
- blockingHandler(Handler<RoutingContext>, boolean) - Method in class io.vertx.mutiny.ext.web.Route
- blockingHandler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.Route
- blockMulticastGroup(String, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Block the given address for the given multicast address and notifies the once the operation completes.
- blockMulticastGroup(String, String, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
- blockMulticastGroupAndAwait(String, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Blocking variant ofDatagramSocket.blockMulticastGroup(String,String).
- blockMulticastGroupAndAwait(String, String, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Blocking variant ofDatagramSocket.blockMulticastGroup(String,String,String).
- blockMulticastGroupAndForget(String, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Variant ofDatagramSocket.blockMulticastGroup(String,String)that ignores the result of the operation.
- blockMulticastGroupAndForget(String, String, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Variant ofDatagramSocket.blockMulticastGroup(String,String,String)that ignores the result of the operation.
- blpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove and get the first element in a list, or block until one is available.
- BLPOP - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove and get the first element in a list, or block until one is available.
- blpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.blpop(List).
- blpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.blpop(List)that ignores the result of the operation.
- Bodies - Class in io.vertx.mutiny.ext.web.validation.builder
- 
In this interface you can find all availableBodyProcessorFactoryto use inValidationHandlerBuilder.
- Bodies(Bodies) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.Bodies
- Bodies(Object) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.Bodies
- body() - Method in class io.vertx.mutiny.core.eventbus.DeliveryContext
- body() - Method in class io.vertx.mutiny.core.eventbus.Message
- body() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- 
Same asHttpClientResponse.body()but with anhandlercalled when the operation completes
- body() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Same asHttpServerRequest.body()but with anhandlercalled when the operation completes
- body() - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- body() - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- body() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- body() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameters
- body() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQMessage
- body(BodyProcessor) - Method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- body(Buffer) - Static method in class io.vertx.mutiny.httpproxy.Body
- body(ReadStream<Buffer>) - Static method in class io.vertx.mutiny.httpproxy.Body
- body(ReadStream<Buffer>, long) - Static method in class io.vertx.mutiny.httpproxy.Body
- body(BodyProcessorFactory) - Method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- body(Flow.Publisher<Buffer>) - Static method in class io.vertx.mutiny.httpproxy.Body
- body(Flow.Publisher<Buffer>, long) - Static method in class io.vertx.mutiny.httpproxy.Body
- Body - Class in io.vertx.mutiny.httpproxy
- 
Handles the HTTP proxy body.
- Body(Body) - Constructor for class io.vertx.mutiny.httpproxy.Body
- Body(Object) - Constructor for class io.vertx.mutiny.httpproxy.Body
- BODY_REQUIRED - Static variable in class io.vertx.mutiny.ext.web.validation.RequestPredicate
- 
Request predicate that checks if body exists or not
- bodyAndAwait() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- 
Blocking variant ofHttpClientResponse.body().
- bodyAndAwait() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Blocking variant ofHttpServerRequest.body().
- bodyAndForget() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- 
Variant ofHttpClientResponse.body()that ignores the result of the operation.
- bodyAndForget() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Variant ofHttpServerRequest.body()that ignores the result of the operation.
- bodyAsBinary() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyAsBoolean() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyAsBuffer() - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- bodyAsByte() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyAsChar() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyAsDouble() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyAsFloat() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyAsInteger() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyAsJson(Class<R>) - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- bodyAsJsonArray() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyAsJsonArray() - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- bodyAsJsonObject() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyAsJsonObject() - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- bodyAsList() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyAsLong() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyAsShort() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyAsString() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyAsString() - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- bodyAsString(String) - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- bodyAsSymbol() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyAsTimestamp() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyAsUUID() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- bodyCodec() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- BodyCodec<T> - Class in io.vertx.mutiny.ext.web.codec
- 
A codec for encoding and decoding HTTP bodies.
- BodyCodec(BodyCodec) - Constructor for class io.vertx.mutiny.ext.web.codec.BodyCodec
- BodyCodec(BodyCodec, TypeArg<T>) - Constructor for class io.vertx.mutiny.ext.web.codec.BodyCodec
- BodyCodec(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.ext.web.codec.BodyCodec
- bodyEndHandler(Runnable) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- bodyHandler(BodyHandler) - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- 
Deprecated.Use#rootHandler(Handler)instead. The order matters, so adding the body handler should happen after anyPLATFORMorSECURITY_POLICYhandler(s).
- bodyHandler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- bodyHandler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- BodyHandler - Class in io.vertx.mutiny.ext.web.handler
- 
A handler which gathers the entire request body and sets it on the .
- BodyHandler(BodyHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.BodyHandler
- BodyHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.BodyHandler
- BodyProcessorFactory - Class in io.vertx.mutiny.ext.web.validation.builder
- 
This interface is used to build body processors.
- BodyProcessorFactory(BodyProcessorFactory) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.BodyProcessorFactory
- BodyProcessorFactory(Object) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.BodyProcessorFactory
- bodyStream() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- booleanValue() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- BoxAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for box.com.
- BoxAuth(BoxAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.BoxAuth
- BoxAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.BoxAuth
- bridge(BridgeOptions) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- bridge(SockJSBridgeOptions) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- bridge(SockJSBridgeOptions, Consumer<BridgeEvent>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- bridge(Vertx, BridgeOptions) - Static method in class io.vertx.mutiny.ext.stomp.Destination
- bridge(AuthorizationProvider, SockJSBridgeOptions, Consumer<BridgeEvent>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- BridgeEvent - Class in io.vertx.mutiny.ext.eventbus.bridge.tcp
- 
Represents an event that occurs on the event bus bridge.
- BridgeEvent - Class in io.vertx.mutiny.ext.web.handler.sockjs
- 
Represents an event that occurs on the event bus bridge.
- BridgeEvent(BridgeEvent) - Constructor for class io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent
- BridgeEvent(BridgeEvent) - Constructor for class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
- BridgeEvent(Object) - Constructor for class io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent
- BridgeEvent(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
- brpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove and get the last element in a list, or block until one is available.
- BRPOP - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove and get the last element in a list, or block until one is available.
- brpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.brpop(List).
- brpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.brpop(List)that ignores the result of the operation.
- brpoplpush(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Pop an element from a list, push it to another list and return it; or block until one is available.
- BRPOPLPUSH - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Pop an element from a list, push it to another list and return it; or block until one is available.
- brpoplpushAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.brpoplpush(String,String,String).
- brpoplpushAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.brpoplpush(String,String,String)that ignores the result of the operation.
- buffer() - Static method in class io.vertx.mutiny.core.buffer.Buffer
- buffer() - Static method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- buffer() - Method in class io.vertx.mutiny.ext.web.RequestBody
- buffer(byte[]) - Static method in class io.vertx.mutiny.core.buffer.Buffer
- buffer(int) - Static method in class io.vertx.mutiny.core.buffer.Buffer
- buffer(ByteBuf) - Static method in class io.vertx.mutiny.core.buffer.Buffer
- 
Deprecated.removed from public API in Vert.x 5
- buffer(String) - Static method in class io.vertx.mutiny.core.buffer.Buffer
- buffer(String, String) - Static method in class io.vertx.mutiny.core.buffer.Buffer
- Buffer - Class in io.vertx.mutiny.core.buffer
- 
Most data is shuffled around inside Vert.x using buffers.
- Buffer(Buffer) - Constructor for class io.vertx.mutiny.core.buffer.Buffer
- Buffer(Object) - Constructor for class io.vertx.mutiny.core.buffer.Buffer
- BUFFER_SIZE - Static variable in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
- build() - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- build() - Method in class io.vertx.mutiny.core.http.HttpClientBuilder
- build() - Method in class io.vertx.mutiny.core.VertxBuilder
- build() - Method in class io.vertx.mutiny.ext.mail.MailClientBuilder
- build() - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandlerBuilder
- build() - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandlerBuilder
- build() - Static method in class io.vertx.mutiny.ext.web.handler.graphql.UploadScalar
- build() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- build() - Method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- build() - Method in class io.vertx.mutiny.sqlclient.ClientBuilder
- build(EventBus, String, String) - Static method in class io.vertx.mutiny.ext.web.api.service.RouteToEBServiceHandler
- build(EventBus, String, String, DeliveryOptions) - Static method in class io.vertx.mutiny.ext.web.api.service.RouteToEBServiceHandler
- build(Vertx) - Method in class io.vertx.mutiny.ext.shell.command.CommandBuilder
- buildClustered() - Method in class io.vertx.mutiny.core.VertxBuilder
- 
Creates a clustered instance.
- buildClusteredAndAwait() - Method in class io.vertx.mutiny.core.VertxBuilder
- 
Blocking variant ofVertxBuilder.buildClustered().
- buildClusteredAndForget() - Method in class io.vertx.mutiny.core.VertxBuilder
- 
Variant ofVertxBuilder.buildClustered()that ignores the result of the operation.
- builder() - Static method in class io.vertx.mutiny.core.Vertx
- builder() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- builder(GraphQL) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- builder(GraphQL) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- builder(Vertx) - Static method in class io.vertx.mutiny.ext.mail.MailClient
- builder(Vertx) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- builder(SchemaParser) - Static method in class io.vertx.mutiny.ext.web.validation.ValidationHandler
- 
Deprecated.This method duplicates the behavior ofValidationHandlerBuilder#create(SchemaParser).
- bulkWrite(String, List<BulkOperation>) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Execute a bulk operation.
- bulkWriteAndAwait(String, List<BulkOperation>) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.bulkWrite(String,List).
- bulkWriteAndForget(String, List<BulkOperation>) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.bulkWrite(String,List)that ignores the result of the operation.
- bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Execute a bulk operation with the specified write options.
- bulkWriteWithOptionsAndAwait(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.bulkWriteWithOptions(String,List,BulkWriteOptions).
- bulkWriteWithOptionsAndForget(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.bulkWriteWithOptions(String,List,BulkWriteOptions)that ignores the result of the operation.
- bytesRead() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- bytesWritten() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- bzmpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove and return members with scores in a sorted set or block until one is available.
- BZMPOP - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove and return members with scores in a sorted set or block until one is available.
- bzmpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bzmpop(List).
- bzmpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bzmpop(List)that ignores the result of the operation.
- bzpopmax(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
- BZPOPMAX - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
- bzpopmaxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bzpopmax(List).
- bzpopmaxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bzpopmax(List)that ignores the result of the operation.
- bzpopmin(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
- BZPOPMIN - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
- bzpopminAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.bzpopmin(List).
- bzpopminAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.bzpopmin(List)that ignores the result of the operation.
C
- CACHE_CONTROL - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Cache-Control header name
- cached() - Method in class io.vertx.mutiny.servicediscovery.ServiceReference
- cachedAs(Class<X>) - Method in class io.vertx.mutiny.servicediscovery.ServiceReference
- CachingWebClient - Class in io.vertx.mutiny.ext.web.client
- 
An asynchronous cache aware HTTP / HTTP/2 client calledCachingWebClient.
- CachingWebClient(CachingWebClient) - Constructor for class io.vertx.mutiny.ext.web.client.CachingWebClient
- CachingWebClient(Object) - Constructor for class io.vertx.mutiny.ext.web.client.CachingWebClient
- call(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Calls the given SQLPROCEDUREwhich returns the result from the procedure.
- call(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Calls the given SQLPROCEDUREwhich returns the result from the procedure.
- call(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Calls the given SQLPROCEDUREwhich returns the result from the procedure.
- callAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Blocking variant ofSQLClient.call(String).
- callAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.call(String).
- callAndAwait(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Blocking variant ofSQLOperations.call(String).
- callAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Variant ofSQLClient.call(String)that ignores the result of the operation.
- callAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.call(String)that ignores the result of the operation.
- callAndForget(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Variant ofSQLOperations.call(String)that ignores the result of the operation.
- callWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Calls the given SQLPROCEDUREwhich returns the result from the procedure.
- callWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Calls the given SQLPROCEDUREwhich returns the result from the procedure.
- callWithParams(String, JsonArray, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Calls the given SQLPROCEDUREwhich returns the result from the procedure.
- callWithParamsAndAwait(String, JsonArray, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Blocking variant ofSQLClient.callWithParams(String,JsonArray,JsonArray).
- callWithParamsAndAwait(String, JsonArray, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.callWithParams(String,JsonArray,JsonArray).
- callWithParamsAndAwait(String, JsonArray, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Blocking variant ofSQLOperations.callWithParams(String,JsonArray,JsonArray).
- callWithParamsAndForget(String, JsonArray, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Variant ofSQLClient.callWithParams(String,JsonArray,JsonArray)that ignores the result of the operation.
- callWithParamsAndForget(String, JsonArray, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.callWithParams(String,JsonArray,JsonArray)that ignores the result of the operation.
- callWithParamsAndForget(String, JsonArray, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Variant ofSQLOperations.callWithParams(String,JsonArray,JsonArray)that ignores the result of the operation.
- CamelBridge - Class in io.vertx.mutiny.camel
- 
Camel Bridge facade.
- CamelBridge(CamelBridge) - Constructor for class io.vertx.mutiny.camel.CamelBridge
- CamelBridge(Object) - Constructor for class io.vertx.mutiny.camel.CamelBridge
- cancel() - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- cancel() - Method in class io.vertx.mutiny.core.Timer
- cancel() - Method in class io.vertx.mutiny.ext.web.FileUpload
- cancel() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- 
Stop message consumption from a queue.
- cancelAndAwait() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- 
Blocking variant ofRabbitMQConsumer.cancel().
- cancelAndCleanupFileUploads() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- cancelAndForget() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- 
Variant ofRabbitMQConsumer.cancel()that ignores the result of the operation.
- cancelRequest() - Method in class io.vertx.mutiny.pgclient.PgConnection
- 
Send a request cancellation message to tell the server to cancel processing request in this connection.
- cancelRequestAndAwait() - Method in class io.vertx.mutiny.pgclient.PgConnection
- 
Blocking variant ofPgConnection.cancelRequest().
- cancelRequestAndForget() - Method in class io.vertx.mutiny.pgclient.PgConnection
- 
Variant ofPgConnection.cancelRequest()that ignores the result of the operation.
- cancelStreamToFileSystem() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- cancelTimer(long) - Method in class io.vertx.mutiny.core.Vertx
- caseInsensitiveMultiMap() - Static method in class io.vertx.mutiny.core.MultiMap
- CassandraClient - Class in io.vertx.mutiny.cassandra
- 
Eclipse Vert.x Cassandra client.
- CassandraClient(CassandraClient) - Constructor for class io.vertx.mutiny.cassandra.CassandraClient
- CassandraClient(Object) - Constructor for class io.vertx.mutiny.cassandra.CassandraClient
- CassandraRowStream - Class in io.vertx.mutiny.cassandra
- 
A for consumption.
- CassandraRowStream(CassandraRowStream) - Constructor for class io.vertx.mutiny.cassandra.CassandraRowStream
- CassandraRowStream(Object) - Constructor for class io.vertx.mutiny.cassandra.CassandraRowStream
- cast(SqlConnection) - Static method in class io.vertx.mutiny.db2client.DB2Connection
- cast(SqlConnection) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- cast(SqlConnection) - Static method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- cast(SqlConnection) - Static method in class io.vertx.mutiny.oracleclient.OracleConnection
- cast(SqlConnection) - Static method in class io.vertx.mutiny.pgclient.PgConnection
- catalogDatacenters() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Return all the datacenters that are known by the Consul server
- catalogDatacentersAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.catalogDatacenters().
- catalogDatacentersAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.catalogDatacenters()that ignores the result of the operation.
- catalogNodes() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the nodes registered in a datacenter
- catalogNodesAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.catalogNodes().
- catalogNodesAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.catalogNodes()that ignores the result of the operation.
- catalogNodeServices(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the node's registered services
- catalogNodeServicesAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.catalogNodeServices(String).
- catalogNodeServicesAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.catalogNodeServices(String)that ignores the result of the operation.
- catalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the node's registered services This is blocking query unlikeConsulClient.catalogNodeServices(java.lang.String)
- catalogNodeServicesWithOptionsAndAwait(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.catalogNodeServicesWithOptions(String,BlockingQueryOptions).
- catalogNodeServicesWithOptionsAndForget(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.catalogNodeServicesWithOptions(String,BlockingQueryOptions)that ignores the result of the operation.
- catalogNodesWithOptions(NodeQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the nodes registered in a datacenter
- catalogNodesWithOptionsAndAwait(NodeQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.catalogNodesWithOptions(NodeQueryOptions).
- catalogNodesWithOptionsAndForget(NodeQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.catalogNodesWithOptions(NodeQueryOptions)that ignores the result of the operation.
- catalogServiceNodes(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the nodes providing a service
- catalogServiceNodesAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.catalogServiceNodes(String).
- catalogServiceNodesAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.catalogServiceNodes(String)that ignores the result of the operation.
- catalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the nodes providing a service
- catalogServiceNodesWithOptionsAndAwait(String, ServiceQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.catalogServiceNodesWithOptions(String,ServiceQueryOptions).
- catalogServiceNodesWithOptionsAndForget(String, ServiceQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.catalogServiceNodesWithOptions(String,ServiceQueryOptions)that ignores the result of the operation.
- catalogServices() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the services registered in a datacenter
- catalogServicesAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.catalogServices().
- catalogServicesAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.catalogServices()that ignores the result of the operation.
- catalogServicesWithOptions(BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the services registered in a datacenter This is blocking query unlikeConsulClient.catalogServices()
- catalogServicesWithOptionsAndAwait(BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.catalogServicesWithOptions(BlockingQueryOptions).
- catalogServicesWithOptionsAndForget(BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.catalogServicesWithOptions(BlockingQueryOptions)that ignores the result of the operation.
- cause() - Method in class io.vertx.mutiny.ext.consul.WatchResult
- certificatePath() - Method in class io.vertx.mutiny.core.net.SelfSignedCertificate
- CF_ADD - Static variable in class io.vertx.mutiny.redis.client.Command
- CF_ADDNX - Static variable in class io.vertx.mutiny.redis.client.Command
- CF_COMPACT - Static variable in class io.vertx.mutiny.redis.client.Command
- CF_COUNT - Static variable in class io.vertx.mutiny.redis.client.Command
- CF_DEBUG - Static variable in class io.vertx.mutiny.redis.client.Command
- CF_DEL - Static variable in class io.vertx.mutiny.redis.client.Command
- CF_EXISTS - Static variable in class io.vertx.mutiny.redis.client.Command
- CF_INFO - Static variable in class io.vertx.mutiny.redis.client.Command
- CF_INSERT - Static variable in class io.vertx.mutiny.redis.client.Command
- CF_INSERTNX - Static variable in class io.vertx.mutiny.redis.client.Command
- CF_LOADCHUNK - Static variable in class io.vertx.mutiny.redis.client.Command
- CF_MEXISTS - Static variable in class io.vertx.mutiny.redis.client.Command
- CF_RESERVE - Static variable in class io.vertx.mutiny.redis.client.Command
- CF_SCANDUMP - Static variable in class io.vertx.mutiny.redis.client.Command
- cfAdd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CF.ADD.
- cfAddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cfAdd(List).
- cfAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cfAdd(List)that ignores the result of the operation.
- cfAddnx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CF.ADDNX.
- cfAddnxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cfAddnx(List).
- cfAddnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cfAddnx(List)that ignores the result of the operation.
- cfCompact(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CF.COMPACT.
- cfCompactAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cfCompact(List).
- cfCompactAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cfCompact(List)that ignores the result of the operation.
- cfCount(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CF.COUNT.
- cfCountAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cfCount(List).
- cfCountAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cfCount(List)that ignores the result of the operation.
- cfDebug(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CF.DEBUG.
- cfDebugAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cfDebug(List).
- cfDebugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cfDebug(List)that ignores the result of the operation.
- cfDel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CF.DEL.
- cfDelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cfDel(List).
- cfDelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cfDel(List)that ignores the result of the operation.
- cfExists(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CF.EXISTS.
- cfExistsAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cfExists(List).
- cfExistsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cfExists(List)that ignores the result of the operation.
- cfInfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CF.INFO.
- cfInfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cfInfo(List).
- cfInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cfInfo(List)that ignores the result of the operation.
- cfInsert(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CF.INSERT.
- cfInsertAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cfInsert(List).
- cfInsertAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cfInsert(List)that ignores the result of the operation.
- cfInsertnx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CF.INSERTNX.
- cfInsertnxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cfInsertnx(List).
- cfInsertnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cfInsertnx(List)that ignores the result of the operation.
- cfLoadchunk(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CF.LOADCHUNK.
- cfLoadchunkAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cfLoadchunk(List).
- cfLoadchunkAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cfLoadchunk(List)that ignores the result of the operation.
- cfMexists(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CF.MEXISTS.
- cfMexistsAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cfMexists(List).
- cfMexistsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cfMexists(List)that ignores the result of the operation.
- cfReserve(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CF.RESERVE.
- cfReserveAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cfReserve(List).
- cfReserveAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cfReserve(List)that ignores the result of the operation.
- cfScandump(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CF.SCANDUMP.
- cfScandumpAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cfScandump(List).
- cfScandumpAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cfScandump(List)that ignores the result of the operation.
- ChainAuth - Class in io.vertx.mutiny.ext.auth
- 
Chain several authentication providers as if they were one.
- ChainAuth(ChainAuth) - Constructor for class io.vertx.mutiny.ext.auth.ChainAuth
- ChainAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.ChainAuth
- ChainAuthHandler - Class in io.vertx.mutiny.ext.web.handler
- 
An auth handler that chains to a sequence of handlers.
- ChainAuthHandler(ChainAuthHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
- ChainAuthHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
- changeUser(MySQLAuthOptions) - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.
- changeUserAndAwait(MySQLAuthOptions) - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Blocking variant ofMySQLConnection.changeUser(MySQLAuthOptions).
- changeUserAndForget(MySQLAuthOptions) - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Variant ofMySQLConnection.changeUser(MySQLAuthOptions)that ignores the result of the operation.
- channel(String) - Method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- charset() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- charSet() - Method in class io.vertx.mutiny.ext.web.FileUpload
- checkStatus() - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- 
Invokes the registered procedures.
- checkStatus(String) - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- 
Invokes the registered procedure with the given name and sub-procedures.
- checkStatusAndAwait() - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- 
Blocking variant ofHealthChecks.checkStatus().
- checkStatusAndAwait(String) - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- 
Blocking variant ofHealthChecks.checkStatus(String).
- checkStatusAndForget() - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- 
Variant ofHealthChecks.checkStatus()that ignores the result of the operation.
- checkStatusAndForget(String) - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- 
Variant ofHealthChecks.checkStatus(String)that ignores the result of the operation.
- chmod(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Change the permissions on the file represented bypathtoperms, asynchronously.
- chmodAndAwait(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.chmod(String,String).
- chmodAndForget(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.chmod(String,String)that ignores the result of the operation.
- chmodBlocking(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- chmodRecursive(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Change the permissions on the file represented bypathtoperms, asynchronously.
- chmodRecursiveAndAwait(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.chmodRecursive(String,String,String).
- chmodRecursiveAndForget(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.chmodRecursive(String,String,String)that ignores the result of the operation.
- chmodRecursiveBlocking(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- chown(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Change the ownership on the file represented bypathtouserand {code group}, asynchronously.
- chownAndAwait(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.chown(String,String,String).
- chownAndForget(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.chown(String,String,String)that ignores the result of the operation.
- chownBlocking(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- CHUNKED - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
chunked header value
- CircuitBreaker - Class in io.vertx.mutiny.circuitbreaker
- 
An implementation of the circuit breaker pattern for Vert.x
- CircuitBreaker(CircuitBreaker) - Constructor for class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- CircuitBreaker(Object) - Constructor for class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- claimKey() - Method in class io.vertx.mutiny.ext.auth.oauth2.authorization.ScopeAuthorization
- clear() - Method in class io.vertx.mutiny.core.MultiMap
- clear() - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Clear all entries in the map
- clear() - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- clear() - Method in class io.vertx.mutiny.ext.auth.authorization.Authorizations
- clear() - Method in class io.vertx.mutiny.ext.web.Router
- clear() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Remove all sessions from the store.
- clear() - Method in class io.vertx.mutiny.ext.web.UserContext
- clear() - Method in class io.vertx.mutiny.sqlclient.Tuple
- clear() - Method in class io.vertx.mutiny.uritemplate.Variables
- clear(String) - Method in class io.vertx.mutiny.ext.auth.authorization.Authorizations
- clearAndAwait() - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Blocking variant ofAsyncMap.clear().
- clearAndAwait() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Blocking variant ofSessionStore.clear().
- clearAndForget() - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Variant ofAsyncMap.clear()that ignores the result of the operation.
- clearAndForget() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Variant ofSessionStore.clear()that ignores the result of the operation.
- clearCache() - Method in class io.vertx.mutiny.ext.auth.User
- 
Deprecated.This method will be removed. UseAuthorizations#clear()
- clearCache() - Method in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- clearUser() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.instead useUserContext.logout()
- cli() - Method in class io.vertx.mutiny.core.cli.CommandLine
- cli() - Method in class io.vertx.mutiny.ext.shell.command.Command
- CLI - Class in io.vertx.mutiny.core.cli
- 
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
- CLI(CLI) - Constructor for class io.vertx.mutiny.core.cli.CLI
- CLI(Object) - Constructor for class io.vertx.mutiny.core.cli.CLI
- client() - Static method in class io.vertx.mutiny.db2client.DB2Builder
- client() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
- client() - Static method in class io.vertx.mutiny.mysqlclient.MySQLBuilder
- client() - Static method in class io.vertx.mutiny.pgclient.PgBuilder
- client() - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- client(DB2ConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- client(Vertx, DB2ConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- client(Vertx, MySQLConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- client(Vertx, PgConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- client(Vertx, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- client(Vertx, String) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- client(Vertx, String) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- client(Vertx, String) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- client(Vertx, String, PoolOptions) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- client(Vertx, String, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- client(Vertx, String, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- client(Vertx, Supplier<Uni<MySQLConnectOptions>>, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- client(Vertx, Supplier<Uni<PgConnectOptions>>, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- client(Vertx, List<DB2ConnectOptions>, PoolOptions) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- client(Vertx, List<MySQLConnectOptions>, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- client(Vertx, List<PgConnectOptions>, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- client(MySQLConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- client(PgConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- client(PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- client(String) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- client(String) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- client(String) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- client(String, PoolOptions) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- client(String, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- client(String, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- client(Consumer<ClientBuilder<SqlClient>>) - Static method in class io.vertx.mutiny.db2client.DB2Builder
- client(Consumer<ClientBuilder<SqlClient>>) - Static method in class io.vertx.mutiny.mysqlclient.MySQLBuilder
- client(Consumer<ClientBuilder<SqlClient>>) - Static method in class io.vertx.mutiny.pgclient.PgBuilder
- client(Supplier<Uni<MySQLConnectOptions>>, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- client(Supplier<Uni<PgConnectOptions>>, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- client(List<DB2ConnectOptions>, PoolOptions) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- client(List<MySQLConnectOptions>, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- client(List<PgConnectOptions>, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- client(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A container for client connection commands.
- CLIENT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A container for client connection commands.
- clientAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.client(List).
- clientAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.client(List)that ignores the result of the operation.
- ClientBuilder<C> - Class in io.vertx.mutiny.sqlclient
- 
Builder forSqlClientinstances.
- ClientBuilder(ClientBuilder) - Constructor for class io.vertx.mutiny.sqlclient.ClientBuilder
- ClientBuilder(ClientBuilder, TypeArg<C>) - Constructor for class io.vertx.mutiny.sqlclient.ClientBuilder
- ClientBuilder(Object, TypeArg<C>) - Constructor for class io.vertx.mutiny.sqlclient.ClientBuilder
- clientId() - Method in class io.vertx.mutiny.mqtt.MqttClient
- clientIdentifier() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- ClientWebSocket - Class in io.vertx.mutiny.core.http
- 
Represents a client-side WebSocket initially not connected.
- ClientWebSocket(ClientWebSocket) - Constructor for class io.vertx.mutiny.core.http.ClientWebSocket
- ClientWebSocket(Object) - Constructor for class io.vertx.mutiny.core.http.ClientWebSocket
- CliToken - Class in io.vertx.mutiny.ext.shell.cli
- 
A parsed token in the command line interface.
- CliToken(CliToken) - Constructor for class io.vertx.mutiny.ext.shell.cli.CliToken
- CliToken(Object) - Constructor for class io.vertx.mutiny.ext.shell.cli.CliToken
- cloneAclToken(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.
- cloneAclToken(String, CloneAclTokenOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Clones an existing ACL token
- cloneAclTokenAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.
- cloneAclTokenAndAwait(String, CloneAclTokenOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.cloneAclToken(String,CloneAclTokenOptions).
- cloneAclTokenAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.
- cloneAclTokenAndForget(String, CloneAclTokenOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.cloneAclToken(String,CloneAclTokenOptions)that ignores the result of the operation.
- close() - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Closes the client.
- close() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Closes the AMQP connection, i.e. allows the Close frame to be emitted.
- close() - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- 
Closes the receiver.
- close() - Method in class io.vertx.mutiny.amqp.AmqpSender
- 
Closes the sender.
- close() - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Closes this client.
- close() - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- close() - Method in class io.vertx.mutiny.config.ConfigRetriever
- close() - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Closes theDatagramSocketimplementation asynchronous and notifies the handler once done.
- close() - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Close the client.
- close() - Method in class io.vertx.mutiny.core.eventbus.MessageProducer
- 
Same asMessageProducer.close()but with anhandlercalled when the operation completes
- close() - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Close the file.
- close() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Same asWebSocketBase.close()but with anhandlercalled when the operation completes
- close() - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Close the client.
- close() - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Close the connection and all the currently active streams.
- close() - Method in class io.vertx.mutiny.core.http.HttpServer
- 
LikeHttpServer.close()but supplying a handler that will be called when the server is actually closed (or has failed).
- close() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Deprecated.instead useHttpConnection.close()orHttpServerResponse.reset(long), this method is removed in Vert.x 5
- close() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Same asServerWebSocket.close()but with anhandlercalled when the operation completes
- close() - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Same asWebSocketBase.close()but with anhandlercalled when the operation completes
- close() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Same asWebSocketBase.close()but with anhandlercalled when the operation completes
- close() - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Close the client.
- close() - Method in class io.vertx.mutiny.core.net.NetClient
- 
Close the client.
- close() - Method in class io.vertx.mutiny.core.net.NetServer
- 
LikeNetServer.close()but supplying a handler that will be notified when close is complete.
- close() - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Close the NetSocket and notify thehandlerwhen the operation completes.
- close() - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- close() - Method in class io.vertx.mutiny.core.streams.Pipe
- close() - Method in class io.vertx.mutiny.core.Vertx
- 
LikeVertx.close()but the completionHandler will be called when the close is complete
- close() - Method in class io.vertx.mutiny.core.WorkerExecutor
- 
Close the executor.
- close() - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- close() - Method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- close() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- close() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- 
Close the current socket.
- close() - Method in class io.vertx.mutiny.ext.mail.MailClient
- 
Close the MailClient
- close() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Close the client and release its resources
- close() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- close() - Method in class io.vertx.mutiny.ext.shell.Shell
- close() - Method in class io.vertx.mutiny.ext.shell.ShellServer
- 
Close the shell server, this is an asynchronous close.
- close() - Method in class io.vertx.mutiny.ext.shell.system.JobController
- close() - Method in class io.vertx.mutiny.ext.shell.term.Term
- close() - Method in class io.vertx.mutiny.ext.shell.term.TermServer
- 
LikeTermServer.close()but supplying a handler that will be notified when close is complete.
- close() - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Close the client and release all resources.
- close() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Closes the connection.
- close() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- 
Closes the stream/underlying cursor(s).
- close() - Method in class io.vertx.mutiny.ext.stomp.StompClient
- close() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- close() - Method in class io.vertx.mutiny.ext.stomp.StompServer
- 
Closes the server.
- close() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
- close() - Method in class io.vertx.mutiny.ext.web.client.WebClient
- close() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- close() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- close() - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Close the admin client
- close() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Close the consumer
- close() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Close the producer
- close() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- close() - Method in class io.vertx.mutiny.mqtt.MqttServer
- 
Close the server supplying an handler that will be called when the server is actually closed (or has failed).
- close() - Method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- 
Close the subscriber, the retry policy will not be invoked.
- close() - Method in class io.vertx.mutiny.redis.client.Redis
- close() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- close() - Method in class io.vertx.mutiny.redis.client.RedisConnection
- 
Closes the connection or returns to the pool.
- close() - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- close() - Method in class io.vertx.mutiny.sqlclient.Cursor
- 
LikeCursor.close()but with acompletionHandlercalled when the cursor has been released.
- close() - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Close the pool and release the associated resources.
- close() - Method in class io.vertx.mutiny.sqlclient.PreparedStatement
- 
LikePreparedStatement.close()but notifies thecompletionHandlerwhen it's closed.
- close() - Method in class io.vertx.mutiny.sqlclient.RowStream
- 
Close the stream and release the resources.
- close() - Method in class io.vertx.mutiny.sqlclient.SqlClient
- 
Close the client and release the associated resources.
- close() - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- 
Close the current connection after all the pending commands have been processed.
- close(int, String) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- close(long) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Close the admin client
- close(long) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Close the producer
- close(short) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Same asWebSocketBase.close()but with anhandlercalled when the operation completes
- close(short) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Same asWebSocketBase.close()but with anhandlercalled when the operation completes
- close(short) - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Same asWebSocketBase.close()but with anhandlercalled when the operation completes
- close(short) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Same asWebSocketBase.close()but with anhandlercalled when the operation completes
- close(short, String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Same asWebSocketBase.close()but with anhandlercalled when the operation completes
- close(short, String) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Same asWebSocketBase.close()but with anhandlercalled when the operation completes
- close(short, String) - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Same asWebSocketBase.close()but with anhandlercalled when the operation completes
- close(short, String) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Same asWebSocketBase.close()but with anhandlercalled when the operation completes
- close(Runnable) - Method in class io.vertx.mutiny.ext.shell.system.JobController
- close(Runnable) - Method in class io.vertx.mutiny.servicediscovery.spi.ServiceExporter
- close(Runnable) - Method in class io.vertx.mutiny.servicediscovery.spi.ServiceImporter
- CLOSE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
close header value
- closeAndAwait() - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Blocking variant ofAmqpClient.close().
- closeAndAwait() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Blocking variant ofAmqpConnection.close().
- closeAndAwait() - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- 
Blocking variant ofAmqpReceiver.close().
- closeAndAwait() - Method in class io.vertx.mutiny.amqp.AmqpSender
- 
Blocking variant ofAmqpSender.close().
- closeAndAwait() - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Blocking variant ofCassandraClient.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Blocking variant ofDatagramSocket.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Blocking variant ofDnsClient.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.eventbus.MessageProducer
- 
Blocking variant ofMessageProducer.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Blocking variant ofAsyncFile.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Blocking variant ofWebSocketBase.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Blocking variant ofHttpClient.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Blocking variant ofHttpConnection.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Blocking variant ofHttpServer.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Blocking variant ofWebSocketBase.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Blocking variant ofWebSocketBase.close().
- closeAndAwait() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Blocking variant ofWebSocketBase.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Blocking variant ofWebSocketClient.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.net.NetClient
- 
Blocking variant ofNetClient.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.net.NetServer
- 
Blocking variant ofNetServer.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Blocking variant ofNetSocket.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.Vertx
- 
Blocking variant ofVertx.close().
- closeAndAwait() - Method in class io.vertx.mutiny.core.WorkerExecutor
- 
Blocking variant ofWorkerExecutor.close().
- closeAndAwait() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- 
Blocking variant ofTcpEventBusBridge.close().
- closeAndAwait() - Method in class io.vertx.mutiny.ext.mail.MailClient
- 
Blocking variant ofMailClient.close().
- closeAndAwait() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.close().
- closeAndAwait() - Method in class io.vertx.mutiny.ext.shell.ShellServer
- 
Blocking variant ofShellServer.close().
- closeAndAwait() - Method in class io.vertx.mutiny.ext.shell.term.TermServer
- 
Blocking variant ofTermServer.close().
- closeAndAwait() - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Blocking variant ofSQLClient.close().
- closeAndAwait() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.close().
- closeAndAwait() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- 
Blocking variant ofSQLRowStream.close().
- closeAndAwait() - Method in class io.vertx.mutiny.ext.stomp.StompServer
- 
Blocking variant ofStompServer.close().
- closeAndAwait() - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.close().
- closeAndAwait() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.close().
- closeAndAwait() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Blocking variant ofKafkaProducer.close().
- closeAndAwait() - Method in class io.vertx.mutiny.mqtt.MqttServer
- 
Blocking variant ofMqttServer.close().
- closeAndAwait() - Method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- 
Blocking variant ofPgSubscriber.close().
- closeAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisConnection
- 
Blocking variant ofRedisConnection.close().
- closeAndAwait() - Method in class io.vertx.mutiny.sqlclient.Cursor
- 
Blocking variant ofCursor.close().
- closeAndAwait() - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Blocking variant ofSqlClient.close().
- closeAndAwait() - Method in class io.vertx.mutiny.sqlclient.PreparedStatement
- 
Blocking variant ofPreparedStatement.close().
- closeAndAwait() - Method in class io.vertx.mutiny.sqlclient.RowStream
- 
Blocking variant ofRowStream.close().
- closeAndAwait() - Method in class io.vertx.mutiny.sqlclient.SqlClient
- 
Blocking variant ofSqlClient.close().
- closeAndAwait() - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- 
Blocking variant ofSqlClient.close().
- closeAndAwait(long) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.close(long).
- closeAndAwait(long) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Blocking variant ofKafkaProducer.close(long).
- closeAndAwait(short) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Blocking variant ofWebSocketBase.close(short).
- closeAndAwait(short) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Blocking variant ofWebSocketBase.close(short).
- closeAndAwait(short) - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Blocking variant ofWebSocketBase.close(short).
- closeAndAwait(short) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Blocking variant ofWebSocketBase.close(short).
- closeAndAwait(short, String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Blocking variant ofWebSocketBase.close(short,String).
- closeAndAwait(short, String) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Blocking variant ofWebSocketBase.close(short,String).
- closeAndAwait(short, String) - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Blocking variant ofWebSocketBase.close(short,String).
- closeAndAwait(short, String) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Blocking variant ofWebSocketBase.close(short,String).
- closeAndForget() - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Variant ofAmqpClient.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Variant ofAmqpConnection.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- 
Variant ofAmqpReceiver.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.amqp.AmqpSender
- 
Variant ofAmqpSender.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Variant ofCassandraClient.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Variant ofDatagramSocket.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Variant ofDnsClient.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.eventbus.MessageProducer
- 
Variant ofMessageProducer.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Variant ofAsyncFile.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Variant ofWebSocketBase.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Variant ofHttpClient.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Variant ofHttpConnection.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Variant ofHttpServer.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Variant ofWebSocketBase.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Variant ofWebSocketBase.close()that ignores the result of the operation.
- closeAndForget() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Variant ofWebSocketBase.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Variant ofWebSocketClient.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.net.NetClient
- 
Variant ofNetClient.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.net.NetServer
- 
Variant ofNetServer.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Variant ofNetSocket.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.Vertx
- 
Variant ofVertx.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.core.WorkerExecutor
- 
Variant ofWorkerExecutor.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- 
Variant ofTcpEventBusBridge.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.ext.mail.MailClient
- 
Variant ofMailClient.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.ext.shell.ShellServer
- 
Variant ofShellServer.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.ext.shell.term.TermServer
- 
Variant ofTermServer.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Variant ofSQLClient.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- 
Variant ofSQLRowStream.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.ext.stomp.StompServer
- 
Variant ofStompServer.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Variant ofKafkaProducer.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.mqtt.MqttServer
- 
Variant ofMqttServer.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- 
Variant ofPgSubscriber.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.redis.client.RedisConnection
- 
Variant ofRedisConnection.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.sqlclient.Cursor
- 
Variant ofCursor.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Variant ofSqlClient.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.sqlclient.PreparedStatement
- 
Variant ofPreparedStatement.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.sqlclient.RowStream
- 
Variant ofRowStream.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.sqlclient.SqlClient
- 
Variant ofSqlClient.close()that ignores the result of the operation.
- closeAndForget() - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- 
Variant ofSqlClient.close()that ignores the result of the operation.
- closeAndForget(long) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.close(long)that ignores the result of the operation.
- closeAndForget(long) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Variant ofKafkaProducer.close(long)that ignores the result of the operation.
- closeAndForget(short) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Variant ofWebSocketBase.close(short)that ignores the result of the operation.
- closeAndForget(short) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Variant ofWebSocketBase.close(short)that ignores the result of the operation.
- closeAndForget(short) - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Variant ofWebSocketBase.close(short)that ignores the result of the operation.
- closeAndForget(short) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Variant ofWebSocketBase.close(short)that ignores the result of the operation.
- closeAndForget(short, String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Variant ofWebSocketBase.close(short,String)that ignores the result of the operation.
- closeAndForget(short, String) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Variant ofWebSocketBase.close(short,String)that ignores the result of the operation.
- closeAndForget(short, String) - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Variant ofWebSocketBase.close(short,String)that ignores the result of the operation.
- closeAndForget(short, String) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Variant ofWebSocketBase.close(short,String)that ignores the result of the operation.
- closed() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- closed() - Method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- closeFuture() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Unlike the bare Vert.x variant, this method returns aUni.
- closeFutureAndAwait() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Blocking variant ofAmqpConnection.closeFuture().
- closeFutureAndForget() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Variant ofAmqpConnection.closeFuture()that ignores the result of the operation.
- closeHandler(Runnable) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- closeHandler(Runnable) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- closeHandler(Runnable) - Method in class io.vertx.mutiny.core.http.HttpConnection
- closeHandler(Runnable) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- closeHandler(Runnable) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- closeHandler(Runnable) - Method in class io.vertx.mutiny.core.http.WebSocket
- closeHandler(Runnable) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- closeHandler(Runnable) - Method in class io.vertx.mutiny.core.net.NetSocket
- closeHandler(Runnable) - Method in class io.vertx.mutiny.db2client.DB2Connection
- closeHandler(Runnable) - Method in class io.vertx.mutiny.ext.shell.term.Term
- closeHandler(Runnable) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- closeHandler(Runnable) - Method in class io.vertx.mutiny.mqtt.MqttClient
- closeHandler(Runnable) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- closeHandler(Runnable) - Method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- closeHandler(Runnable) - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- closeHandler(Runnable) - Method in class io.vertx.mutiny.oracleclient.OracleConnection
- closeHandler(Runnable) - Method in class io.vertx.mutiny.pgclient.PgConnection
- closeHandler(Runnable) - Method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- closeHandler(Runnable) - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- closeHandler(Consumer<StompClientConnection>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- closeHandler(Consumer<StompServerConnection>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- closeReason() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- closeReason() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- closeReason() - Method in class io.vertx.mutiny.core.http.WebSocket
- closeReason() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- closeReason() - Method in class io.vertx.mutiny.core.http.WebSocketFrame
- closeStatusCode() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- closeStatusCode() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- closeStatusCode() - Method in class io.vertx.mutiny.core.http.WebSocket
- closeStatusCode() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- closeStatusCode() - Method in class io.vertx.mutiny.core.http.WebSocketFrame
- CloudFoundryAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for CloudFoundry UAA.
- CloudFoundryAuth(CloudFoundryAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.CloudFoundryAuth
- CloudFoundryAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.CloudFoundryAuth
- cluster(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A container for cluster commands.
- CLUSTER - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A container for cluster commands.
- clusterAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cluster(List).
- clusterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cluster(List)that ignores the result of the operation.
- ClusteredSessionStore - Class in io.vertx.mutiny.ext.web.sstore
- 
A session store which stores sessions in a distributed map so they are available across the cluster.
- ClusteredSessionStore(ClusteredSessionStore) - Constructor for class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
- ClusteredSessionStore(Object) - Constructor for class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
- clusteredVertx(VertxOptions) - Static method in class io.vertx.mutiny.core.Vertx
- 
Creates a clustered instance using the specified options.
- clusteredVertxAndAwait(VertxOptions) - Static method in class io.vertx.mutiny.core.Vertx
- 
Blocking variant ofVertx.clusteredVertx(VertxOptions).
- clusteredVertxAndForget(VertxOptions) - Static method in class io.vertx.mutiny.core.Vertx
- 
Variant ofVertx.clusteredVertx(VertxOptions)that ignores the result of the operation.
- clusterSerializableChecker(Function<String, Boolean>) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- cmd(Command) - Static method in class io.vertx.mutiny.redis.client.Request
- cmd(Command, Object[]) - Static method in class io.vertx.mutiny.redis.client.Request
- CMS_INCRBY - Static variable in class io.vertx.mutiny.redis.client.Command
- CMS_INFO - Static variable in class io.vertx.mutiny.redis.client.Command
- CMS_INITBYDIM - Static variable in class io.vertx.mutiny.redis.client.Command
- CMS_INITBYPROB - Static variable in class io.vertx.mutiny.redis.client.Command
- CMS_MERGE - Static variable in class io.vertx.mutiny.redis.client.Command
- CMS_QUERY - Static variable in class io.vertx.mutiny.redis.client.Command
- cmsIncrby(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CMS.INCRBY.
- cmsIncrbyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cmsIncrby(List).
- cmsIncrbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cmsIncrby(List)that ignores the result of the operation.
- cmsInfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CMS.INFO.
- cmsInfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cmsInfo(List).
- cmsInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cmsInfo(List)that ignores the result of the operation.
- cmsInitbydim(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CMS.INITBYDIM.
- cmsInitbydimAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cmsInitbydim(List).
- cmsInitbydimAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cmsInitbydim(List)that ignores the result of the operation.
- cmsInitbyprob(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CMS.INITBYPROB.
- cmsInitbyprobAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cmsInitbyprob(List).
- cmsInitbyprobAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cmsInitbyprob(List)that ignores the result of the operation.
- cmsMerge(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CMS.MERGE.
- cmsMergeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cmsMerge(List).
- cmsMergeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cmsMerge(List)that ignores the result of the operation.
- cmsQuery(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command CMS.QUERY.
- cmsQueryAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.cmsQuery(List).
- cmsQueryAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.cmsQuery(List)that ignores the result of the operation.
- code() - Method in class io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
- code() - Method in class io.vertx.mutiny.mqtt.messages.MqttDisconnectMessage
- code() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubAckMessage
- code() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubCompMessage
- code() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubRecMessage
- code() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubRelMessage
- codecSelector(Function<Object, String>) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- column(String) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- columnDefinitions() - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- ColumnDescriptor - Class in io.vertx.mutiny.sqlclient.desc
- ColumnDescriptor(ColumnDescriptor) - Constructor for class io.vertx.mutiny.sqlclient.desc.ColumnDescriptor
- ColumnDescriptor(Object) - Constructor for class io.vertx.mutiny.sqlclient.desc.ColumnDescriptor
- columnDescriptors() - Method in class io.vertx.mutiny.sqlclient.SqlResult
- columns() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- columnsNames() - Method in class io.vertx.mutiny.sqlclient.SqlResult
- command() - Method in class io.vertx.mutiny.redis.client.Request
- command(CLI) - Static method in class io.vertx.mutiny.ext.shell.command.CommandBuilder
- command(String) - Static method in class io.vertx.mutiny.ext.shell.command.CommandBuilder
- command(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get array of Redis command details.
- Command - Class in io.vertx.mutiny.ext.shell.command
- 
A Vert.x Shell command, it can be created from any language using theCommandBuilder.command(java.lang.String)or from a Java class usingio.vertx.mutiny.ext.shell.command.Command#create
- Command - Class in io.vertx.mutiny.redis.client
- 
Auto generated API Commands to interact with REDIS.
- Command(Command) - Constructor for class io.vertx.mutiny.ext.shell.command.Command
- Command(Command) - Constructor for class io.vertx.mutiny.redis.client.Command
- Command(Object) - Constructor for class io.vertx.mutiny.ext.shell.command.Command
- Command(Object) - Constructor for class io.vertx.mutiny.redis.client.Command
- COMMAND - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get array of Redis command details.
- commandAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.command(List).
- commandAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.command(List)that ignores the result of the operation.
- CommandBuilder - Class in io.vertx.mutiny.ext.shell.command
- 
A build for Vert.x Shell command.
- CommandBuilder(CommandBuilder) - Constructor for class io.vertx.mutiny.ext.shell.command.CommandBuilder
- CommandBuilder(Object) - Constructor for class io.vertx.mutiny.ext.shell.command.CommandBuilder
- commandLine() - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- CommandLine - Class in io.vertx.mutiny.core.cli
- 
The parser transforms a CLI (a model) into anCommandLine.
- CommandLine(CommandLine) - Constructor for class io.vertx.mutiny.core.cli.CommandLine
- CommandLine(Object) - Constructor for class io.vertx.mutiny.core.cli.CommandLine
- CommandProcess - Class in io.vertx.mutiny.ext.shell.command
- 
The command process provides interaction with the process of the command provided by Vert.x Shell.
- CommandProcess(CommandProcess) - Constructor for class io.vertx.mutiny.ext.shell.command.CommandProcess
- CommandProcess(Object) - Constructor for class io.vertx.mutiny.ext.shell.command.CommandProcess
- CommandRegistry - Class in io.vertx.mutiny.ext.shell.command
- 
A registry that contains the commands known by a shell.
- CommandRegistry(CommandRegistry) - Constructor for class io.vertx.mutiny.ext.shell.command.CommandRegistry
- CommandRegistry(Object) - Constructor for class io.vertx.mutiny.ext.shell.command.CommandRegistry
- CommandResolver - Class in io.vertx.mutiny.ext.shell.command
- 
A resolver for commands, so the shell can discover commands.
- CommandResolver(CommandResolver) - Constructor for class io.vertx.mutiny.ext.shell.command.CommandResolver
- CommandResolver(Object) - Constructor for class io.vertx.mutiny.ext.shell.command.CommandResolver
- commands() - Method in class io.vertx.mutiny.ext.shell.command.CommandResolver
- commaSeparatedArrayParser() - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parsers
- commaSeparatedObjectParser() - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parsers
- commaSeparatedTupleParser() - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parsers
- commit() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Commits all changes made since the previous commit/rollback.
- commit() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Commit current offsets for all the subscribed list of topics and partition.
- commit() - Method in class io.vertx.mutiny.sqlclient.Transaction
- 
LikeTransaction.commit()with an handler to be notified when the transaction commit has completed
- commit(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Commits a transaction.
- commit(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Commits a transaction.
- commitAndAwait() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.commit().
- commitAndAwait() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.commit().
- commitAndAwait() - Method in class io.vertx.mutiny.sqlclient.Transaction
- 
Blocking variant ofTransaction.commit().
- commitAndAwait(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.commit(String).
- commitAndAwait(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.commit(String,Map).
- commitAndForget() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.commit()that ignores the result of the operation.
- commitAndForget() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.commit()that ignores the result of the operation.
- commitAndForget() - Method in class io.vertx.mutiny.sqlclient.Transaction
- 
Variant ofTransaction.commit()that ignores the result of the operation.
- commitAndForget(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.commit(String)that ignores the result of the operation.
- commitAndForget(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.commit(String,Map)that ignores the result of the operation.
- commitHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- committed(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Get the last committed offset for the given partition (whether the commit happened by this process or another).
- committedAndAwait(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.committed(TopicPartition).
- committedAndForget(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.committed(TopicPartition)that ignores the result of the operation.
- commitTransaction() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Commits the ongoing transaction.
- commitTransactionAndAwait() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Blocking variant ofKafkaProducer.commitTransaction().
- commitTransactionAndForget() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Variant ofKafkaProducer.commitTransaction()that ignores the result of the operation.
- compareAndSet(long, long) - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Set the counter to the specified value only if the current value is the expectec value.
- compareAndSetAndAwait(long, long) - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Blocking variant ofCounter.compareAndSet(long,long).
- compareAndSetAndForget(long, long) - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Variant ofCounter.compareAndSet(long,long)that ignores the result of the operation.
- complete() - Method in class io.vertx.mutiny.core.Promise
- complete(Completion) - Method in class io.vertx.mutiny.ext.shell.command.Command
- complete(Boolean) - Method in class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- complete(Boolean) - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent
- complete(Boolean) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
- complete(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent
- 
Deprecated.
- complete(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
- complete(String, boolean) - Method in class io.vertx.mutiny.ext.shell.cli.Completion
- complete(List<String>) - Method in class io.vertx.mutiny.ext.shell.cli.Completion
- complete(T) - Method in class io.vertx.mutiny.core.Promise
- completion() - Method in class io.vertx.mutiny.sqlclient.Transaction
- 
LikeTransaction.completion()but with a callback
- Completion - Class in io.vertx.mutiny.ext.shell.cli
- 
The completion object
- Completion(Completion) - Constructor for class io.vertx.mutiny.ext.shell.cli.Completion
- Completion(Object) - Constructor for class io.vertx.mutiny.ext.shell.cli.Completion
- completionAndAwait() - Method in class io.vertx.mutiny.sqlclient.Transaction
- 
Blocking variant ofTransaction.completion().
- completionAndForget() - Method in class io.vertx.mutiny.sqlclient.Transaction
- 
Variant ofTransaction.completion()that ignores the result of the operation.
- completionHandler() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- 
Optional method which can be called to indicate when the registration has been propagated across the cluster.
- completionHandler(Consumer<Completion>) - Method in class io.vertx.mutiny.ext.shell.command.CommandBuilder
- completionHandlerAndAwait() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- 
Blocking variant ofMessageConsumer.completionHandler().
- completionHandlerAndForget() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- 
Variant ofMessageConsumer.completionHandler()that ignores the result of the operation.
- component() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
- computeHash(String, User) - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Deprecated.
- computeHash(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- 
Deprecated.
- computeHash(String, String, int) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- 
Deprecated.
- computeHash(String, String, int) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- computeIfAbsent(String, Function<String, Object>) - Method in class io.vertx.mutiny.ext.web.Session
- config() - Method in class io.vertx.mutiny.core.Context
- config(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A container for server configuration commands.
- CONFIG - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A container for server configuration commands.
- configAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.config(List).
- configAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.config(List)that ignores the result of the operation.
- ConfigRetriever - Class in io.vertx.mutiny.config
- 
Defines a configuration retriever that read configuration from and tracks changes periodically.
- ConfigRetriever(ConfigRetriever) - Constructor for class io.vertx.mutiny.config.ConfigRetriever
- ConfigRetriever(Object) - Constructor for class io.vertx.mutiny.config.ConfigRetriever
- configStream() - Method in class io.vertx.mutiny.config.ConfigRetriever
- configureHeartbeat(long, long, Consumer<StompServerConnection>) - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
- confirmSelect() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Enables publisher acknowledgements on this channel.
- confirmSelectAndAwait() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.confirmSelect().
- confirmSelectAndForget() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.confirmSelect()that ignores the result of the operation.
- connect() - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Connects to the AMQP broker or router.
- connect() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Create an HTTP tunnel to the server.
- connect() - Method in class io.vertx.mutiny.ext.stomp.StompClient
- 
Connects to the server using the host and port configured in the client's options.
- connect() - Method in class io.vertx.mutiny.ext.web.Router
- connect() - Method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- 
Connect the subscriber to Postgres.
- connect() - Method in class io.vertx.mutiny.redis.client.Redis
- 
Connects to the redis server.
- connect(int, String) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Open a connection to a server at the specificportandhost.
- connect(int, String) - Method in class io.vertx.mutiny.ext.stomp.StompClient
- 
Connects to the server.
- connect(int, String) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Connects to an MQTT server calling connectHandler after connection
- connect(int, String, NetClient) - Method in class io.vertx.mutiny.ext.stomp.StompClient
- 
Connects to the server.
- connect(int, String, String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Connect a WebSocket to the specified port, host and relative request URI
- connect(int, String, String) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Connect a WebSocket to the specified port, host and relative request URI
- connect(int, String, String) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Open a connection to a server at the specificportandhost.
- connect(int, String, String) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Connects to an MQTT server calling connectHandler after connection
- connect(WebSocketConnectOptions) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Connect a WebSocket with the specified options.
- connect(WebSocketConnectOptions) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Connect a WebSocket with the specified options.
- connect(NetClient) - Method in class io.vertx.mutiny.ext.stomp.StompClient
- 
Connects to the server.
- connect(SocketAddress) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Open a connection to a server at the specificremoteAddress.
- connect(SocketAddress, String) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Open a connection to a server at the specificremoteAddress.
- connect(Vertx) - Static method in class io.vertx.mutiny.pgclient.PgConnection
- 
LikePgConnection.connect(io.vertx.mutiny.core.Vertx, io.vertx.pgclient.PgConnectOptions)with options build from the environment variables.
- connect(Vertx, DB2ConnectOptions) - Static method in class io.vertx.mutiny.db2client.DB2Connection
- 
Create a connection to DB2 server with the givenconnectOptions.
- connect(Vertx, MSSQLConnectOptions) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- 
Create a connection to SQL Server with the givenconnectOptions.
- connect(Vertx, MySQLConnectOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Create a connection to MySQL server with the givenconnectOptions.
- connect(Vertx, OracleConnectOptions) - Static method in class io.vertx.mutiny.oracleclient.OracleConnection
- 
Create a connection to Oracle with the givenconnectOptions.
- connect(Vertx, PgConnectOptions) - Static method in class io.vertx.mutiny.pgclient.PgConnection
- 
Connects to the database and returns the connection if that succeeds.
- connect(Vertx, String) - Static method in class io.vertx.mutiny.db2client.DB2Connection
- 
LikeDB2Connection.connect(io.vertx.mutiny.core.Vertx, io.vertx.db2client.DB2ConnectOptions)with options build fromconnectionUri.
- connect(Vertx, String) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- 
LikeMSSQLConnection.connect(io.vertx.mutiny.core.Vertx, io.vertx.mssqlclient.MSSQLConnectOptions)with options built fromconnectionUri.
- connect(Vertx, String) - Static method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
LikeMySQLConnection.connect(io.vertx.mutiny.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions)with options built fromconnectionUri.
- connect(Vertx, String) - Static method in class io.vertx.mutiny.oracleclient.OracleConnection
- 
LikeOracleConnection.connect(io.vertx.mutiny.core.Vertx, io.vertx.oracleclient.OracleConnectOptions)with options built fromconnectionUri.
- connect(Vertx, String) - Static method in class io.vertx.mutiny.pgclient.PgConnection
- 
LikePgConnection.connect(io.vertx.mutiny.core.Vertx, io.vertx.pgclient.PgConnectOptions)with options build fromconnectionUri.
- connect(String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Connect this WebSocket at the relative request URI using the default host and port.
- connect(String) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Connect a WebSocket to the default client port, default client host and specified, relative request URI.
- connect(String) - Method in class io.vertx.mutiny.ext.web.Router
- connect(String, String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Connect this WebSocket to the host and relative request URI and default port.
- connect(String, String) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Connect a WebSocket to the default client port and specified host and relative request URI.
- connectAndAwait() - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Blocking variant ofAmqpClient.connect().
- connectAndAwait() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Blocking variant ofHttpClientRequest.connect().
- connectAndAwait() - Method in class io.vertx.mutiny.ext.stomp.StompClient
- 
Blocking variant ofStompClient.connect(int, java.lang.String).
- connectAndAwait() - Method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- 
Blocking variant ofPgSubscriber.connect().
- connectAndAwait() - Method in class io.vertx.mutiny.redis.client.Redis
- 
Blocking variant ofRedis.connect().
- connectAndAwait(int, String) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Blocking variant ofNetClient.connect(int,String).
- connectAndAwait(int, String) - Method in class io.vertx.mutiny.ext.stomp.StompClient
- 
Blocking variant ofStompClient.connect(int,String).
- connectAndAwait(int, String) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Blocking variant ofMqttClient.connect(int,String).
- connectAndAwait(int, String, NetClient) - Method in class io.vertx.mutiny.ext.stomp.StompClient
- 
Blocking variant ofStompClient.connect(int,String,io.vertx.mutiny.core.net.NetClient).
- connectAndAwait(int, String, String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Blocking variant ofClientWebSocket.connect(int,String,String).
- connectAndAwait(int, String, String) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Blocking variant ofWebSocketClient.connect(int,String,String).
- connectAndAwait(int, String, String) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Blocking variant ofNetClient.connect(int,String,String).
- connectAndAwait(int, String, String) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Blocking variant ofMqttClient.connect(int,String,String).
- connectAndAwait(WebSocketConnectOptions) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Blocking variant ofClientWebSocket.connect(WebSocketConnectOptions).
- connectAndAwait(WebSocketConnectOptions) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Blocking variant ofWebSocketClient.connect(WebSocketConnectOptions).
- connectAndAwait(NetClient) - Method in class io.vertx.mutiny.ext.stomp.StompClient
- 
Blocking variant ofStompClient.connect(io.vertx.mutiny.core.net.NetClient).
- connectAndAwait(SocketAddress) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Blocking variant ofNetClient.connect(io.vertx.mutiny.core.net.SocketAddress).
- connectAndAwait(SocketAddress, String) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Blocking variant ofNetClient.connect(io.vertx.mutiny.core.net.SocketAddress,String).
- connectAndAwait(Vertx) - Static method in class io.vertx.mutiny.pgclient.PgConnection
- 
Blocking variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx).
- connectAndAwait(Vertx, DB2ConnectOptions) - Static method in class io.vertx.mutiny.db2client.DB2Connection
- 
Blocking variant ofDB2Connection.connect(io.vertx.mutiny.core.Vertx,DB2ConnectOptions).
- connectAndAwait(Vertx, MSSQLConnectOptions) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- 
Blocking variant ofMSSQLConnection.connect(io.vertx.mutiny.core.Vertx,MSSQLConnectOptions).
- connectAndAwait(Vertx, MySQLConnectOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Blocking variant ofMySQLConnection.connect(io.vertx.mutiny.core.Vertx,MySQLConnectOptions).
- connectAndAwait(Vertx, OracleConnectOptions) - Static method in class io.vertx.mutiny.oracleclient.OracleConnection
- 
Blocking variant ofOracleConnection.connect(io.vertx.mutiny.core.Vertx,OracleConnectOptions).
- connectAndAwait(Vertx, PgConnectOptions) - Static method in class io.vertx.mutiny.pgclient.PgConnection
- 
Blocking variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx,PgConnectOptions).
- connectAndAwait(Vertx, String) - Static method in class io.vertx.mutiny.db2client.DB2Connection
- 
Blocking variant ofDB2Connection.connect(io.vertx.mutiny.core.Vertx,String).
- connectAndAwait(Vertx, String) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- 
Blocking variant ofMSSQLConnection.connect(io.vertx.mutiny.core.Vertx,String).
- connectAndAwait(Vertx, String) - Static method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Blocking variant ofMySQLConnection.connect(io.vertx.mutiny.core.Vertx,String).
- connectAndAwait(Vertx, String) - Static method in class io.vertx.mutiny.oracleclient.OracleConnection
- 
Blocking variant ofOracleConnection.connect(io.vertx.mutiny.core.Vertx,String).
- connectAndAwait(Vertx, String) - Static method in class io.vertx.mutiny.pgclient.PgConnection
- 
Blocking variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx,String).
- connectAndAwait(String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Blocking variant ofClientWebSocket.connect(String).
- connectAndAwait(String) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Blocking variant ofWebSocketClient.connect(String).
- connectAndAwait(String, String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Blocking variant ofClientWebSocket.connect(String,String).
- connectAndAwait(String, String) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Blocking variant ofWebSocketClient.connect(String,String).
- connectAndForget() - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Variant ofAmqpClient.connect()that ignores the result of the operation.
- connectAndForget() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Variant ofHttpClientRequest.connect()that ignores the result of the operation.
- connectAndForget() - Method in class io.vertx.mutiny.ext.stomp.StompClient
- 
Variant ofStompClient.connect(int, java.lang.String)that ignores the result of the operation.
- connectAndForget() - Method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- 
Variant ofPgSubscriber.connect()that ignores the result of the operation.
- connectAndForget() - Method in class io.vertx.mutiny.redis.client.Redis
- 
Variant ofRedis.connect()that ignores the result of the operation.
- connectAndForget(int, String) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Variant ofNetClient.connect(int,String)that ignores the result of the operation.
- connectAndForget(int, String) - Method in class io.vertx.mutiny.ext.stomp.StompClient
- 
Variant ofStompClient.connect(int,String)that ignores the result of the operation.
- connectAndForget(int, String) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Variant ofMqttClient.connect(int,String)that ignores the result of the operation.
- connectAndForget(int, String, NetClient) - Method in class io.vertx.mutiny.ext.stomp.StompClient
- 
Variant ofStompClient.connect(int,String,io.vertx.mutiny.core.net.NetClient)that ignores the result of the operation.
- connectAndForget(int, String, String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Variant ofClientWebSocket.connect(int,String,String)that ignores the result of the operation.
- connectAndForget(int, String, String) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Variant ofWebSocketClient.connect(int,String,String)that ignores the result of the operation.
- connectAndForget(int, String, String) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Variant ofNetClient.connect(int,String,String)that ignores the result of the operation.
- connectAndForget(int, String, String) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Variant ofMqttClient.connect(int,String,String)that ignores the result of the operation.
- connectAndForget(WebSocketConnectOptions) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Variant ofClientWebSocket.connect(WebSocketConnectOptions)that ignores the result of the operation.
- connectAndForget(WebSocketConnectOptions) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Variant ofWebSocketClient.connect(WebSocketConnectOptions)that ignores the result of the operation.
- connectAndForget(NetClient) - Method in class io.vertx.mutiny.ext.stomp.StompClient
- 
Variant ofStompClient.connect(io.vertx.mutiny.core.net.NetClient)that ignores the result of the operation.
- connectAndForget(SocketAddress) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Variant ofNetClient.connect(io.vertx.mutiny.core.net.SocketAddress)that ignores the result of the operation.
- connectAndForget(SocketAddress, String) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Variant ofNetClient.connect(io.vertx.mutiny.core.net.SocketAddress,String)that ignores the result of the operation.
- connectAndForget(Vertx) - Static method in class io.vertx.mutiny.pgclient.PgConnection
- 
Variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx)that ignores the result of the operation.
- connectAndForget(Vertx, DB2ConnectOptions) - Static method in class io.vertx.mutiny.db2client.DB2Connection
- 
Variant ofDB2Connection.connect(io.vertx.mutiny.core.Vertx,DB2ConnectOptions)that ignores the result of the operation.
- connectAndForget(Vertx, MSSQLConnectOptions) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- 
Variant ofMSSQLConnection.connect(io.vertx.mutiny.core.Vertx,MSSQLConnectOptions)that ignores the result of the operation.
- connectAndForget(Vertx, MySQLConnectOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Variant ofMySQLConnection.connect(io.vertx.mutiny.core.Vertx,MySQLConnectOptions)that ignores the result of the operation.
- connectAndForget(Vertx, OracleConnectOptions) - Static method in class io.vertx.mutiny.oracleclient.OracleConnection
- 
Variant ofOracleConnection.connect(io.vertx.mutiny.core.Vertx,OracleConnectOptions)that ignores the result of the operation.
- connectAndForget(Vertx, PgConnectOptions) - Static method in class io.vertx.mutiny.pgclient.PgConnection
- 
Variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx,PgConnectOptions)that ignores the result of the operation.
- connectAndForget(Vertx, String) - Static method in class io.vertx.mutiny.db2client.DB2Connection
- 
Variant ofDB2Connection.connect(io.vertx.mutiny.core.Vertx,String)that ignores the result of the operation.
- connectAndForget(Vertx, String) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- 
Variant ofMSSQLConnection.connect(io.vertx.mutiny.core.Vertx,String)that ignores the result of the operation.
- connectAndForget(Vertx, String) - Static method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Variant ofMySQLConnection.connect(io.vertx.mutiny.core.Vertx,String)that ignores the result of the operation.
- connectAndForget(Vertx, String) - Static method in class io.vertx.mutiny.oracleclient.OracleConnection
- 
Variant ofOracleConnection.connect(io.vertx.mutiny.core.Vertx,String)that ignores the result of the operation.
- connectAndForget(Vertx, String) - Static method in class io.vertx.mutiny.pgclient.PgConnection
- 
Variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx,String)that ignores the result of the operation.
- connectAndForget(String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Variant ofClientWebSocket.connect(String)that ignores the result of the operation.
- connectAndForget(String) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Variant ofWebSocketClient.connect(String)that ignores the result of the operation.
- connectAndForget(String, String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Variant ofClientWebSocket.connect(String,String)that ignores the result of the operation.
- connectAndForget(String, String) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Variant ofWebSocketClient.connect(String,String)that ignores the result of the operation.
- connectHandler(Consumer<NetSocket>) - Method in class io.vertx.mutiny.core.net.NetServer
- connectHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- connectHandler(Consumer<SqlConnection>) - Method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- connectHandler(Consumer<SqlConnection>) - Method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- connectHandler(Consumer<SqlConnection>) - Method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- connectHandler(Consumer<SqlConnection>) - Method in class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- connectHandler(Consumer<SqlConnection>) - Method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- connectHandler(Consumer<SqlConnection>) - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Deprecated.instead useClientBuilder#withConnectHandler(Handler)
- connectingTo(SqlConnectOptions) - Method in class io.vertx.mutiny.sqlclient.ClientBuilder
- connectingTo(String) - Method in class io.vertx.mutiny.sqlclient.ClientBuilder
- connectingTo(Supplier<Uni<SqlConnectOptions>>) - Method in class io.vertx.mutiny.sqlclient.ClientBuilder
- connectingTo(List<SqlConnectOptions>) - Method in class io.vertx.mutiny.sqlclient.ClientBuilder
- connection() - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- connection() - Method in class io.vertx.mutiny.amqp.AmqpSender
- connection() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- connection() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- connection() - Method in class io.vertx.mutiny.ext.stomp.ServerFrame
- CONNECTION - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Connection header name
- connectionDroppedHandler(Consumer<StompClientConnection>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- connectionHandler(Consumer<HttpConnection>) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useHttpClientBuilder#withConnectHandler(Handler)
- connectionHandler(Consumer<HttpConnection>) - Method in class io.vertx.mutiny.core.http.HttpServer
- connectionHandler(Consumer<ServerWebSocket>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- ConnectionInitEvent - Class in io.vertx.mutiny.ext.web.handler.graphql.ws
- ConnectionInitEvent(ConnectionInitEvent) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
- ConnectionInitEvent(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
- connectionInitHandler(Consumer<ApolloWSConnectionInitEvent>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- connectionInitHandler(Consumer<ConnectionInitEvent>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- 
Deprecated.as of 4.5.1, useGraphQLWSHandler.builder(GraphQL)instead
- connectionParams() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
- 
Deprecated.
- connectionParams() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.Message
- connectionProvider(Function<Context, Uni<SqlConnection>>) - Method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- connectionProvider(Function<Context, Uni<SqlConnection>>) - Method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- connectionProvider(Function<Context, Uni<SqlConnection>>) - Method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- connectionProvider(Function<Context, Uni<SqlConnection>>) - Method in class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- connectionProvider(Function<Context, Uni<SqlConnection>>) - Method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- connectionProvider(Function<Context, Uni<SqlConnection>>) - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Deprecated.instead useClientBuilder.connectingTo(Supplier)
- connectProperties() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- connectStream() - Method in class io.vertx.mutiny.core.net.NetServer
- 
Deprecated.instead use#connectHandler(Handler)
- connectTimeout() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- connectTimeout(long) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- connectWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
- constantDelay(long) - Static method in class io.vertx.mutiny.circuitbreaker.RetryPolicy
- ConsulClient - Class in io.vertx.mutiny.ext.consul
- 
A Vert.x service used to interact with Consul.
- ConsulClient(ConsulClient) - Constructor for class io.vertx.mutiny.ext.consul.ConsulClient
- ConsulClient(Object) - Constructor for class io.vertx.mutiny.ext.consul.ConsulClient
- consumer(MessageConsumerOptions) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- consumer(MessageConsumerOptions, Consumer<Message<T>>) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- consumer(String) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- consumer(String, Consumer<Message<T>>) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- consumerTag() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- consumerTag() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQMessage
- consumes(String) - Method in class io.vertx.mutiny.ext.web.Route
- ContainerDeserializer - Class in io.vertx.mutiny.ext.web.api.validation
- 
Deprecated.
- ContainerDeserializer(ContainerDeserializer) - Constructor for class io.vertx.mutiny.ext.web.api.validation.ContainerDeserializer
- 
Deprecated.
- ContainerDeserializer(Object) - Constructor for class io.vertx.mutiny.ext.web.api.validation.ContainerDeserializer
- 
Deprecated.
- contains(CharSequence) - Method in class io.vertx.mutiny.core.MultiMap
- contains(CharSequence, CharSequence, boolean) - Method in class io.vertx.mutiny.core.MultiMap
- contains(String) - Method in class io.vertx.mutiny.core.MultiMap
- contains(String, String, boolean) - Method in class io.vertx.mutiny.core.MultiMap
- containsKey(Object) - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- containsKey(String) - Method in class io.vertx.mutiny.ext.auth.User
- containsKey(String) - Method in class io.vertx.mutiny.json.schema.JsonSchema
- containsKey(String) - Method in class io.vertx.mutiny.redis.client.Response
- containsValue(Object) - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- content() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
- 
Deprecated.
- content() - Method in class io.vertx.mutiny.ext.web.multipart.FormDataPart
- CONTENT_BASE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Content-Base header name
- CONTENT_DISPOSITION - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Content-Disposition header name
- CONTENT_ENCODING - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Content-Encoding header name
- CONTENT_LANGUAGE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Content-Language header name
- CONTENT_LENGTH - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Content-Length header name
- CONTENT_LOCATION - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Content-Location header name
- CONTENT_MD5 - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Content-MD5 header name
- CONTENT_RANGE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Content-Rage header name
- CONTENT_TRANSFER_ENCODING - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Content-Transfer-Encoding header name
- CONTENT_TYPE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Content-Type header name
- contentEncoding() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- contentEncoding(String) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- contentTransferEncoding() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- contentTransferEncoding() - Method in class io.vertx.mutiny.ext.web.FileUpload
- contentType() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- contentType() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- contentType() - Method in class io.vertx.mutiny.ext.web.FileUpload
- contentType() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
- contentType(String) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- contentType(String) - Static method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- contentType(List<String>) - Static method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- context() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- Context - Class in io.vertx.mutiny.core
- 
The execution context of aHandlerexecution.
- Context(Context) - Constructor for class io.vertx.mutiny.core.Context
- Context(Object) - Constructor for class io.vertx.mutiny.core.Context
- ContextAwareScheduler - Interface in io.smallrye.mutiny.vertx.core
- 
Helpers for producing Vert.xContext-aware schedulers.
- ContextAwareScheduler.ContextCaptureStrategy - Class in io.smallrye.mutiny.vertx.core
- 
Define how a scheduler captures a Vert.xContext.
- continuationFrame(Buffer, boolean) - Static method in class io.vertx.mutiny.core.http.WebSocketFrame
- CONTINUE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
100-continue header value
- continueHandler(Runnable) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- convertConsumer(Consumer<T>) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
- 
Convert a consumer for a generated Mutiny type to a handler of the same type.
- convertHandler(Handler<MUTINY>, Function<BARE, MUTINY>) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
- 
Convert a handler for a generated Mutiny type to a handler for the corresponding core type.
- cookie(String) - Method in class io.vertx.mutiny.ext.web.handler.APIKeyHandler
- cookie(String, String) - Static method in class io.vertx.mutiny.core.http.Cookie
- Cookie - Class in io.vertx.mutiny.core.http
- 
Represents an HTTP Cookie.
- Cookie(Cookie) - Constructor for class io.vertx.mutiny.core.http.Cookie
- Cookie(Object) - Constructor for class io.vertx.mutiny.core.http.Cookie
- COOKIE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Content-Cookie header name
- cookieCount() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- cookieCount() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.UseHttpServerRequest#cookieCount()
- cookieMap() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Deprecated.the implementation made a wrong assumption that cookies could be identified only by their name. The RFC states that the tuple of<name, domain, path>is the unique identifier. When more than one cookie has the same name, the map will hold that lost one to be parsed and any previously parsed value will be silently overwritten.
- cookieMap() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.UseHttpServerRequest#cookieMap()
- cookieParameter(ParameterProcessorFactory) - Method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- cookieParameter(StyledParameterProcessorFactory) - Method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- cookieParameter(String) - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- cookieParameter(String) - Method in class io.vertx.mutiny.ext.web.validation.RequestParameters
- cookieParametersNames() - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- cookieParametersNames() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameters
- cookies() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- cookies() - Method in interface io.vertx.mutiny.core.http.HttpResponseHead
- cookies() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- cookies() - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- cookies(String) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- CookieSessionStore - Class in io.vertx.mutiny.ext.web.sstore.cookie
- 
A SessionStore that uses a Cookie to store the session data.
- CookieSessionStore(CookieSessionStore) - Constructor for class io.vertx.mutiny.ext.web.sstore.cookie.CookieSessionStore
- CookieSessionStore(Object) - Constructor for class io.vertx.mutiny.ext.web.sstore.cookie.CookieSessionStore
- cookieStore() - Method in class io.vertx.mutiny.ext.web.client.WebClientSession
- coordinateDatacenters() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the WAN network coordinates for all Consul servers, organized by DCs
- coordinateDatacentersAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.coordinateDatacenters().
- coordinateDatacentersAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.coordinateDatacenters()that ignores the result of the operation.
- coordinateNodes() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the LAN network coordinates for all nodes in a given DC
- coordinateNodesAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.coordinateNodes().
- coordinateNodesAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.coordinateNodes()that ignores the result of the operation.
- coordinateNodesWithOptions(BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlikeConsulClient.coordinateNodes()
- coordinateNodesWithOptionsAndAwait(BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.coordinateNodesWithOptions(BlockingQueryOptions).
- coordinateNodesWithOptionsAndForget(BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.coordinateNodesWithOptions(BlockingQueryOptions)that ignores the result of the operation.
- copy() - Method in class io.vertx.mutiny.core.buffer.Buffer
- copy() - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- copy() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- copy(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Copy a file from the pathfromto pathto, asynchronously.
- copy(String, String, CopyOptions) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Copy a file from the pathfromto pathto, asynchronously.
- copy(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Copy a key.
- COPY - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Copy a key.
- copyAndAwait(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.copy(String,String).
- copyAndAwait(String, String, CopyOptions) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.copy(String,String,CopyOptions).
- copyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.copy(List).
- copyAndForget(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.copy(String,String)that ignores the result of the operation.
- copyAndForget(String, String, CopyOptions) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.copy(String,String,CopyOptions)that ignores the result of the operation.
- copyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.copy(List)that ignores the result of the operation.
- copyBlocking(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- copyRecursive(String, String, boolean) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Copy a file from the pathfromto pathto, asynchronously.
- copyRecursiveAndAwait(String, String, boolean) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.copyRecursive(String,String,boolean).
- copyRecursiveAndForget(String, String, boolean) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.copyRecursive(String,String,boolean)that ignores the result of the operation.
- copyRecursiveBlocking(String, String, boolean) - Method in class io.vertx.mutiny.core.file.FileSystem
- correlationId() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- correlationId(String) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- CorsHandler - Class in io.vertx.mutiny.ext.web.handler
- 
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
- CorsHandler(CorsHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.CorsHandler
- CorsHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.CorsHandler
- count(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Count matching documents in a collection.
- countAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.count(String,JsonObject).
- countAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.count(String,JsonObject)that ignores the result of the operation.
- Counter - Class in io.vertx.mutiny.core.shareddata
- 
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
- Counter(Counter) - Constructor for class io.vertx.mutiny.core.shareddata.Counter
- Counter(Object) - Constructor for class io.vertx.mutiny.core.shareddata.Counter
- countWithOptions(String, JsonObject, CountOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Count matching documents in a collection.
- countWithOptionsAndAwait(String, JsonObject, CountOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.countWithOptions(String,JsonObject,CountOptions).
- countWithOptionsAndForget(String, JsonObject, CountOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.countWithOptions(String,JsonObject,CountOptions)that ignores the result of the operation.
- create() - Static method in class io.vertx.mutiny.amqp.AmqpMessage
- create() - Static method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- create() - Static method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- create() - Static method in class io.vertx.mutiny.core.net.SelfSignedCertificate
- create() - Static method in class io.vertx.mutiny.ext.auth.authorization.AndAuthorization
- create() - Static method in class io.vertx.mutiny.ext.auth.authorization.OrAuthorization
- create() - Static method in class io.vertx.mutiny.ext.auth.ChainAuth
- 
Deprecated.
- create() - Static method in class io.vertx.mutiny.ext.auth.jwt.authorization.MicroProfileAuthorization
- create() - Static method in class io.vertx.mutiny.ext.auth.oauth2.authorization.KeycloakAuthorization
- create() - Static method in class io.vertx.mutiny.ext.auth.oauth2.authorization.ScopeAuthorization
- create() - Static method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- create() - Static method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- create() - Static method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- create() - Static method in class io.vertx.mutiny.ext.mail.MailAttachment
- create() - Static method in class io.vertx.mutiny.ext.shell.session.Session
- create() - Static method in class io.vertx.mutiny.ext.shell.term.Pty
- create() - Static method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- create() - Static method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- create() - Static method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
- 
Deprecated.useChainAuthHandler.any()instead.
- create() - Static method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- create() - Static method in class io.vertx.mutiny.ext.web.handler.CSPHandler
- create() - Static method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- 
Deprecated.as of 4.5.1, useGraphiQLHandler.create(Vertx), withGraphiQLHandler.router()
- create() - Static method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
- create() - Static method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
- create() - Static method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
- create() - Static method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
- create() - Static method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
- create() - Static method in class io.vertx.mutiny.ext.web.handler.SimpleAuthenticationHandler
- create() - Static method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- create() - Static method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
- create() - Static method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- create() - Static method in class io.vertx.mutiny.ext.web.templ.rocker.RockerTemplateEngine
- create() - Static method in class io.vertx.mutiny.micrometer.PrometheusScrapingHandler
- create(boolean) - Static method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- create(boolean) - Static method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
- create(boolean) - Static method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
- create(boolean, LoggerFormat) - Static method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
- create(int) - Static method in class io.vertx.mutiny.openapi.validation.ValidatableResponse
- create(int, MqttQoS, boolean, boolean, String, ByteBuf, MqttProperties) - Static method in class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- create(int, MqttPubAckReasonCode, MqttProperties) - Static method in class io.vertx.mutiny.mqtt.messages.MqttPubAckMessage
- create(int, MqttPubCompReasonCode, MqttProperties) - Static method in class io.vertx.mutiny.mqtt.messages.MqttPubCompMessage
- create(int, MqttPubRecReasonCode, MqttProperties) - Static method in class io.vertx.mutiny.mqtt.messages.MqttPubRecMessage
- create(int, MqttPubRelReasonCode, MqttProperties) - Static method in class io.vertx.mutiny.mqtt.messages.MqttPubRelMessage
- create(int, Buffer, String) - Static method in class io.vertx.mutiny.openapi.validation.ValidatableResponse
- create(int, List<MqttTopicSubscription>, MqttProperties) - Static method in class io.vertx.mutiny.mqtt.messages.MqttSubscribeMessage
- create(int, List<String>, MqttProperties) - Static method in class io.vertx.mutiny.mqtt.messages.MqttUnsubscribeMessage
- create(int, Map<String, String>) - Static method in class io.vertx.mutiny.openapi.validation.ValidatableResponse
- create(int, Map<String, String>, Buffer, String) - Static method in class io.vertx.mutiny.openapi.validation.ValidatableResponse
- create(long) - Static method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
- create(long, boolean) - Static method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
- create(long, int) - Static method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
- create(GraphQL) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- create(GraphQL) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- create(GraphQL) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- create(GraphQL, ApolloWSOptions) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- create(GraphQL, GraphQLHandlerOptions) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- create(GraphQL, GraphQLWSOptions) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- create(PrometheusMeterRegistry) - Static method in class io.vertx.mutiny.micrometer.PrometheusScrapingHandler
- create(MqttConnectReturnCode, boolean) - Static method in class io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
- create(MqttConnectReturnCode, boolean, MqttProperties) - Static method in class io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
- create(AmqpClientOptions) - Static method in class io.vertx.mutiny.amqp.AmqpClient
- create(JsonObject) - Static method in class io.vertx.mutiny.ext.auth.User
- create(JsonObject) - Static method in class io.vertx.mutiny.ext.mail.MailAttachment
- create(JsonObject, JsonObject) - Static method in class io.vertx.mutiny.ext.auth.User
- create(HotpAuthOptions) - Static method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- create(TotpAuthOptions) - Static method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- create(FileSystemAccess, String) - Static method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- create(GraphiQLHandlerOptions) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- 
Deprecated.as of 4.5.1, useGraphiQLHandler.create(Vertx, GraphiQLHandlerOptions), withGraphiQLHandler.router()
- create(LoggerFormat) - Static method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
- create(ParameterLocation, SchemaParser) - Method in class io.vertx.mutiny.ext.web.validation.builder.ParameterProcessorFactory
- create(ParameterLocation, SchemaParser) - Method in class io.vertx.mutiny.ext.web.validation.builder.StyledParameterProcessorFactory
- create(JsonSchemaOptions) - Static method in class io.vertx.mutiny.json.schema.SchemaRepository
- create(JsonSchemaOptions, JsonFormatValidator) - Static method in class io.vertx.mutiny.json.schema.SchemaRepository
- create(MqttDisconnectReasonCode, MqttProperties) - Static method in class io.vertx.mutiny.mqtt.messages.MqttDisconnectMessage
- create(AmqpMessage) - Static method in class io.vertx.mutiny.amqp.AmqpMessage
- create(CLI) - Static method in class io.vertx.mutiny.core.cli.CommandLine
- create(Measured) - Static method in class io.vertx.mutiny.micrometer.MetricsService
- create(Vertx) - Static method in class io.vertx.mutiny.cassandra.CassandraClient
- create(Vertx) - Static method in class io.vertx.mutiny.circuitbreaker.HystrixMetricHandler
- create(Vertx) - Static method in class io.vertx.mutiny.config.ConfigRetriever
- create(Vertx) - Static method in class io.vertx.mutiny.ext.auth.htdigest.HtdigestAuth
- create(Vertx) - Static method in class io.vertx.mutiny.ext.auth.htpasswd.HtpasswdAuth
- create(Vertx) - Static method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- create(Vertx) - Static method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- create(Vertx) - Static method in class io.vertx.mutiny.ext.consul.ConsulClient
- create(Vertx) - Static method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- create(Vertx) - Static method in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- create(Vertx) - Static method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- create(Vertx) - Static method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- create(Vertx) - Static method in class io.vertx.mutiny.ext.shell.ShellServer
- create(Vertx) - Static method in class io.vertx.mutiny.ext.shell.ShellService
- create(Vertx) - Static method in class io.vertx.mutiny.ext.stomp.StompClient
- create(Vertx) - Static method in class io.vertx.mutiny.ext.stomp.StompServer
- create(Vertx) - Static method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.client.WebClient
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.templ.handlebars.HandlebarsTemplateEngine
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.templ.httl.HTTLTemplateEngine
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.templ.jade.JadeTemplateEngine
- 
Deprecated.
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.templ.mvel.MVELTemplateEngine
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.templ.pug.PugTemplateEngine
- create(Vertx) - Static method in class io.vertx.mutiny.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- create(Vertx) - Static method in class io.vertx.mutiny.mqtt.MqttClient
- create(Vertx) - Static method in class io.vertx.mutiny.mqtt.MqttServer
- create(Vertx) - Static method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- create(Vertx) - Static method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- create(Vertx, boolean) - Static method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
- create(Vertx, long) - Static method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
- create(Vertx, long) - Static method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
- create(Vertx, long, Redis) - Static method in class io.vertx.mutiny.ext.web.sstore.redis.RedisSessionStore
- create(Vertx, PebbleEngine) - Static method in class io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine
- create(Vertx, AmqpClientOptions) - Static method in class io.vertx.mutiny.amqp.AmqpClient
- create(Vertx, CamelBridgeOptions) - Static method in class io.vertx.mutiny.camel.CamelBridge
- create(Vertx, CassandraClientOptions) - Static method in class io.vertx.mutiny.cassandra.CassandraClient
- create(Vertx, ConfigRetrieverOptions) - Static method in class io.vertx.mutiny.config.ConfigRetriever
- create(Vertx, JsonObject) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GoogleAuth
- create(Vertx, JsonObject) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.KeycloakAuth
- create(Vertx, JsonObject) - Static method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- create(Vertx, JsonObject) - Static method in class io.vertx.mutiny.ext.mongo.MongoClient
- create(Vertx, JsonObject) - Static method in class io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore
- create(Vertx, JsonObject) - Static method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- create(Vertx, JsonObject, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GoogleAuth
- create(Vertx, JsonObject, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.KeycloakAuth
- create(Vertx, JsonObject, RemoteCacheManager) - Static method in class io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore
- create(Vertx, HtpasswdAuthOptions) - Static method in class io.vertx.mutiny.ext.auth.htpasswd.HtpasswdAuth
- create(Vertx, JWTAuthOptions) - Static method in class io.vertx.mutiny.ext.auth.jwt.JWTAuth
- create(Vertx, LdapAuthenticationOptions) - Static method in class io.vertx.mutiny.ext.auth.ldap.LdapAuthentication
- create(Vertx, OAuth2FlowType, JsonObject) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.KeycloakAuth
- create(Vertx, OAuth2FlowType, JsonObject, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.KeycloakAuth
- create(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- create(Vertx, ShiroAuthOptions) - Static method in class io.vertx.mutiny.ext.auth.shiro.ShiroAuth
- 
Deprecated.
- create(Vertx, WebAuthnOptions) - Static method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- create(Vertx, BridgeOptions) - Static method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- create(Vertx, BridgeOptions, NetServerOptions) - Static method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- create(Vertx, BridgeOptions, NetServerOptions, Consumer<BridgeEvent>) - Static method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- create(Vertx, ConsulClientOptions) - Static method in class io.vertx.mutiny.ext.consul.ConsulClient
- create(Vertx, MailConfig) - Static method in class io.vertx.mutiny.ext.mail.MailClient
- create(Vertx, ShellServerOptions) - Static method in class io.vertx.mutiny.ext.shell.ShellServer
- create(Vertx, ShellServiceOptions) - Static method in class io.vertx.mutiny.ext.shell.ShellService
- create(Vertx, StompClientOptions) - Static method in class io.vertx.mutiny.ext.stomp.StompClient
- create(Vertx, StompServerOptions) - Static method in class io.vertx.mutiny.ext.stomp.StompServer
- create(Vertx, WebClientOptions) - Static method in class io.vertx.mutiny.ext.web.client.WebClient
- create(Vertx, GraphiQLHandlerOptions) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- create(Vertx, SockJSHandlerOptions) - Static method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- create(Vertx, SchemaRouterOptions) - Static method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- create(Vertx, KafkaClientOptions) - Static method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- create(Vertx, KafkaClientOptions, Class<K>, Class<V>) - Static method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- create(Vertx, MqttClientOptions) - Static method in class io.vertx.mutiny.mqtt.MqttClient
- create(Vertx, MqttServerOptions) - Static method in class io.vertx.mutiny.mqtt.MqttServer
- create(Vertx, HttpClient, FileSystem, SchemaRouterOptions) - Static method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- create(Vertx, NetServer) - Static method in class io.vertx.mutiny.ext.stomp.StompServer
- create(Vertx, NetServer, StompServerOptions) - Static method in class io.vertx.mutiny.ext.stomp.StompServer
- create(Vertx, AuthenticationProvider) - Static method in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- create(Vertx, HtdigestAuth) - Static method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
- create(Vertx, HtdigestAuth, long) - Static method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
- create(Vertx, OAuth2Auth) - Static method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- create(Vertx, OAuth2Auth, String) - Static method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- create(Vertx, JDBCClient) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- 
Deprecated.
- create(Vertx, OpenAPIContract) - Static method in class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- create(Vertx, OpenAPIContract) - Static method in class io.vertx.mutiny.openapi.validation.RequestValidator
- create(Vertx, OpenAPIContract, RequestExtractor) - Static method in class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- create(Vertx, RabbitMQClient, RabbitMQPublisherOptions) - Static method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- create(Vertx, Redis) - Static method in class io.vertx.mutiny.ext.web.sstore.redis.RedisSessionStore
- create(Vertx, RabbitMQOptions) - Static method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- create(Vertx, ServiceDiscoveryOptions) - Static method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- create(Vertx, String) - Static method in class io.vertx.mutiny.circuitbreaker.HystrixMetricHandler
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.auth.htdigest.HtdigestAuth
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthentication
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthorization
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.shell.term.SockJSTermHandler
- create(Vertx, String) - Method in class io.vertx.mutiny.ext.stomp.DestinationFactory
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- 
Like
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.sstore.cookie.CookieSessionStore
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.templ.handlebars.HandlebarsTemplateEngine
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.templ.httl.HTTLTemplateEngine
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.templ.jade.JadeTemplateEngine
- 
Deprecated.
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.templ.mvel.MVELTemplateEngine
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine
- create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.templ.pug.PugTemplateEngine
- create(Vertx, String, boolean) - Static method in class io.vertx.mutiny.circuitbreaker.HystrixMetricHandler
- create(Vertx, String, boolean) - Static method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
- create(Vertx, String, long) - Static method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
- create(Vertx, String, long) - Static method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
- create(Vertx, String, long) - Static method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
- create(Vertx, String, PebbleEngine) - Static method in class io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine
- create(Vertx, String, OpenAPILoaderOptions) - Static method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- 
Like
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.BoxAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.DropboxAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.FacebookAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.FoursquareAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GiteeAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GithubAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GitLabAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GoogleAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.HerokuAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.InstagramAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.LinkedInAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.LiveAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.MailchimpAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.SalesforceAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.SoundcloudAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.StripeAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.TwitterAuth
- create(Vertx, String, String) - Static method in class io.vertx.mutiny.ext.web.templ.pug.PugTemplateEngine
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.BoxAuth
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.DropboxAuth
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.FacebookAuth
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.FoursquareAuth
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GiteeAuth
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GithubAuth
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GoogleAuth
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.HerokuAuth
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.InstagramAuth
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.LinkedInAuth
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.LiveAuth
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.MailchimpAuth
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.SalesforceAuth
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.SoundcloudAuth
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.StripeAuth
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.TwitterAuth
- create(Vertx, String, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.AzureADAuth
- create(Vertx, String, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.CloudFoundryAuth
- create(Vertx, String, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GitLabAuth
- create(Vertx, String, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.ShopifyAuth
- create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.AzureADAuth
- create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.CloudFoundryAuth
- create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GitLabAuth
- create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.ShopifyAuth
- create(Vertx, String, String, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.AmazonCognitoAuth
- create(Vertx, String, String, String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.IBMCloudAuth
- create(Vertx, String, String, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.AmazonCognitoAuth
- create(Vertx, String, String, String, String, HttpClientOptions) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.IBMCloudAuth
- create(Vertx, String, List<JsonObject>) - Static method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- create(Vertx, Map<String, String>) - Static method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- create(Vertx, Map<String, String>) - Static method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- create(Vertx, Map<String, String>) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- create(Vertx, Consumer<K, V>) - Static method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- create(Vertx, Consumer<K, V>, KafkaClientOptions) - Static method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- create(Vertx, Producer<K, V>) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- create(Vertx, Producer<K, V>, KafkaClientOptions) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- create(AuthenticationProvider) - Static method in class io.vertx.mutiny.ext.web.handler.APIKeyHandler
- create(AuthenticationProvider) - Static method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
- create(AuthenticationProvider) - Static method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- create(AuthenticationProvider) - Static method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
- create(AuthenticationProvider, String) - Static method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
- create(AuthenticationProvider, String) - Static method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
- create(AuthenticationProvider, String, String) - Static method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
- create(AuthenticationProvider, String, String, String, String) - Static method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- create(Authorization) - Static method in class io.vertx.mutiny.ext.auth.authorization.NotAuthorization
- create(Authorization) - Static method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
- create(JWTAuth) - Static method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
- create(JWTAuth, String) - Static method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
- create(HotpAuth) - Static method in class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- create(TotpAuth) - Static method in class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- create(User) - Static method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationContext
- create(WebAuthn) - Static method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- create(JDBCClient) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- create(JDBCClient, JDBCAuthenticationOptions) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- 
Deprecated.
- create(JDBCClient, JDBCHashStrategy, JDBCAuthenticationOptions) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- 
Deprecated.This factory is only for backwards compatibility
- create(JDBCClient, String, String, String) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- create(MailAttachment) - Static method in class io.vertx.mutiny.ext.mail.MailAttachment
- create(MongoClient) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- create(MongoClient, JsonObject) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- create(MongoClient, MongoAuthenticationOptions) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- create(MongoClient, MongoAuthenticationOptions, MongoAuthorizationOptions) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- create(MongoClient, HashStrategy, MongoAuthenticationOptions) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- create(WebClient) - Static method in class io.vertx.mutiny.ext.web.client.CachingWebClient
- create(WebClient) - Static method in class io.vertx.mutiny.ext.web.client.WebClientSession
- create(WebClient, CachingWebClientOptions) - Static method in class io.vertx.mutiny.ext.web.client.CachingWebClient
- create(WebClient, CacheStore) - Static method in class io.vertx.mutiny.ext.web.client.CachingWebClient
- create(WebClient, CacheStore, CachingWebClientOptions) - Static method in class io.vertx.mutiny.ext.web.client.CachingWebClient
- create(WebClient, CookieStore) - Static method in class io.vertx.mutiny.ext.web.client.WebClientSession
- create(WebClient, OAuth2Auth) - Static method in class io.vertx.mutiny.ext.web.client.OAuth2WebClient
- create(WebClient, OAuth2Auth, OAuth2WebClientOptions) - Static method in class io.vertx.mutiny.ext.web.client.OAuth2WebClient
- create(TemplateEngine) - Static method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
- create(TemplateEngine, String, String) - Static method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
- create(SessionStore) - Static method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- create(HttpProxy) - Static method in class io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
- create(HttpProxy, int, String) - Static method in class io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
- create(ProxyContext) - Method in class io.vertx.mutiny.httpproxy.OriginRequestProvider
- 
Create the to the origin server for a givenProxyContext.
- create(JsonSchema, JsonSchemaOptions) - Static method in class io.vertx.mutiny.json.schema.Validator
- create(JsonSchema, JsonSchemaOptions, JsonFormatValidator) - Static method in class io.vertx.mutiny.json.schema.Validator
- create(SchemaParser) - Method in class io.vertx.mutiny.ext.web.validation.builder.BodyProcessorFactory
- create(SchemaParser) - Static method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- create(SqlClient) - Static method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthentication
- create(SqlClient) - Static method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthorization
- create(SqlClient) - Static method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- create(SqlClient, SqlAuthenticationOptions) - Static method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthentication
- create(SqlClient, SqlAuthorizationOptions) - Static method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthorization
- create(SqlClient, String, String, String) - Static method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- create(Object) - Static method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- create(Object) - Static method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- create(String) - Static method in class io.vertx.mutiny.core.cli.CLI
- create(String) - Static method in class io.vertx.mutiny.core.net.SelfSignedCertificate
- create(String) - Static method in class io.vertx.mutiny.ext.auth.authorization.PermissionBasedAuthorization
- create(String) - Static method in class io.vertx.mutiny.ext.auth.authorization.RoleBasedAuthorization
- create(String) - Static method in class io.vertx.mutiny.ext.auth.authorization.WildcardPermissionBasedAuthorization
- create(String) - Static method in class io.vertx.mutiny.ext.auth.jwt.authorization.JWTAuthorization
- create(String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.authorization.ScopeAuthorization
- create(String) - Static method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- create(String) - Static method in class io.vertx.mutiny.ext.shell.term.Pty
- create(String) - Static method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- create(String) - Static method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- 
Deprecated.patterns should use the relative origin method. Create a CORS handler using a regular expression to match origins. An origin follows rfc6454#section-7 and is expected to have the format:<scheme> "://" <hostname> [ ":" <port> ]
- create(String) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
- 
Deprecated.
- create(String) - Static method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- create(String) - Static method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
- create(String) - Static method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- create(String) - Static method in class io.vertx.mutiny.ext.web.handler.XFrameHandler
- create(String) - Static method in class io.vertx.mutiny.ext.web.templ.rocker.RockerTemplateEngine
- create(String) - Static method in class io.vertx.mutiny.micrometer.PrometheusScrapingHandler
- create(String) - Static method in class io.vertx.mutiny.redis.client.Command
- create(String, int) - Static method in class io.vertx.mutiny.core.net.HostAndPort
- create(String, Vertx) - Static method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- create(String, Vertx, CircuitBreakerOptions) - Static method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- create(String, JDBCClient, JDBCAuthorizationOptions) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- 
Deprecated.
- create(String, MongoClient, MongoAuthorizationOptions) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
- create(String, Class<T>) - Static method in class io.vertx.mutiny.sqlclient.PropertyKind
- create(String, Object) - Static method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- create(String, String) - Static method in class io.vertx.mutiny.ext.auth.oauth2.authorization.ScopeAuthorization
- create(String, Set<Authorization>) - Static method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
- create(String, K, V) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- create(String, K, V, Long, Integer) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- create(String, V) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- create(Function<Buffer, T>) - Static method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- create(Function<HttpResponse<Void>, ResponsePredicateResult>) - Static method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- create(Function<HttpResponse<Void>, ResponsePredicateResult>, ErrorConverter) - Static method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- create(Function<ResponsePredicateResult, Throwable>) - Static method in class io.vertx.mutiny.ext.web.client.predicate.ErrorConverter
- 
Deprecated.
- create(Function<RoutingContext, String>) - Static method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- create(Function<RoutingContext, String>, String) - Static method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- createAclPolicy(AclPolicy) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Creates a new ACL policy
- createAclPolicyAndAwait(AclPolicy) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.createAclPolicy(AclPolicy).
- createAclPolicyAndForget(AclPolicy) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.createAclPolicy(AclPolicy)that ignores the result of the operation.
- createAcls(List<AclBinding>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Create the ACL rules.
- createAclsAndAwait(List<AclBinding>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.createAcls(List).
- createAclsAndForget(List<AclBinding>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.createAcls(List)that ignores the result of the operation.
- createAclToken(AclToken) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.
- createAclToken(AclToken) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Create an Acl token
- createAclTokenAndAwait(AclToken) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.
- createAclTokenAndAwait(AclToken) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.createAclToken(AclToken).
- createAclTokenAndForget(AclToken) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.
- createAclTokenAndForget(AclToken) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.createAclToken(AclToken)that ignores the result of the operation.
- createAndAwait(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- createAndAwait(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- 
Blocking variant ofRouterBuilder.create(io.vertx.mutiny.core.Vertx,String).
- createAndAwait(Vertx, String, OpenAPILoaderOptions) - Static method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- 
Blocking variant ofRouterBuilder.create(io.vertx.mutiny.core.Vertx,String,OpenAPILoaderOptions).
- createAndAwait(Vertx, String, List<JsonObject>) - Static method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- createAndAwait(ProxyContext) - Method in class io.vertx.mutiny.httpproxy.OriginRequestProvider
- 
Blocking variant ofOriginRequestProvider.create(io.vertx.mutiny.httpproxy.ProxyContext).
- createAndForget(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- createAndForget(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- 
Variant ofRouterBuilder.create(io.vertx.mutiny.core.Vertx,String)that ignores the result of the operation.
- createAndForget(Vertx, String, OpenAPILoaderOptions) - Static method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- 
Variant ofRouterBuilder.create(io.vertx.mutiny.core.Vertx,String,OpenAPILoaderOptions)that ignores the result of the operation.
- createAndForget(Vertx, String, List<JsonObject>) - Static method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- createAndForget(ProxyContext) - Method in class io.vertx.mutiny.httpproxy.OriginRequestProvider
- 
Variant ofOriginRequestProvider.create(io.vertx.mutiny.httpproxy.ProxyContext)that ignores the result of the operation.
- createAnonymousSender() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Creates an anonymous sender.
- createAnonymousSenderAndAwait() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Blocking variant ofAmqpConnection.createAnonymousSender().
- createAnonymousSenderAndForget() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Variant ofAmqpConnection.createAnonymousSender()that ignores the result of the operation.
- createArrayTypeValidator(ParameterTypeValidator) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createArrayTypeValidator(ParameterTypeValidator, String, Integer, Integer) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createAuthenticator(String, OtpKey) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- 
Creating authenticator from user id and key.
- createAuthenticator(String, OtpKey) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- 
Creating authenticator from user id and key.
- createAuthenticatorAndAwait(String, OtpKey) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- 
Blocking variant ofHotpAuth.createAuthenticator(String,OtpKey).
- createAuthenticatorAndAwait(String, OtpKey) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- 
Blocking variant ofTotpAuth.createAuthenticator(String,OtpKey).
- createAuthenticatorAndForget(String, OtpKey) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- 
Variant ofHotpAuth.createAuthenticator(String,OtpKey)that ignores the result of the operation.
- createAuthenticatorAndForget(String, OtpKey) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- 
Variant ofTotpAuth.createAuthenticator(String,OtpKey)that ignores the result of the operation.
- createBlank(String) - Static method in class io.vertx.mutiny.ext.shell.cli.CliToken
- createBooleanTypeValidator(Object) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createClient(Vertx) - Static method in class io.vertx.mutiny.redis.client.Redis
- createClient(Vertx, RedisOptions) - Static method in class io.vertx.mutiny.redis.client.Redis
- createClient(Vertx, String) - Static method in class io.vertx.mutiny.redis.client.Redis
- createCollection(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Create a new collection
- createCollectionAndAwait(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.createCollection(String).
- createCollectionAndForget(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.createCollection(String)that ignores the result of the operation.
- createCollectionWithOptions(String, CreateCollectionOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Create a new collection with options
- createCollectionWithOptionsAndAwait(String, CreateCollectionOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.createCollectionWithOptions(String,CreateCollectionOptions).
- createCollectionWithOptionsAndForget(String, CreateCollectionOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.createCollectionWithOptions(String,CreateCollectionOptions)that ignores the result of the operation.
- createCredentialsOptions(JsonObject) - Method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- 
Gets a challenge and any other parameters for thenavigator.credentials.create()call.
- createCredentialsOptionsAndAwait(JsonObject) - Method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- 
Blocking variant ofWebAuthn.createCredentialsOptions(JsonObject).
- createCredentialsOptionsAndForget(JsonObject) - Method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- 
Variant ofWebAuthn.createCredentialsOptions(JsonObject)that ignores the result of the operation.
- createDatagramSocket() - Method in class io.vertx.mutiny.core.Vertx
- createDatagramSocket(DatagramSocketOptions) - Method in class io.vertx.mutiny.core.Vertx
- createDefaultGridFsBucketService() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Creates aMongoGridFsClientused to interact with Mongo GridFS.
- createDefaultGridFsBucketServiceAndAwait() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.createDefaultGridFsBucketService().
- createDefaultGridFsBucketServiceAndForget() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.createDefaultGridFsBucketService()that ignores the result of the operation.
- createDnsClient() - Method in class io.vertx.mutiny.core.Vertx
- createDnsClient(int, String) - Method in class io.vertx.mutiny.core.Vertx
- createDnsClient(DnsClientOptions) - Method in class io.vertx.mutiny.core.Vertx
- createDoubleTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createDoubleTypeValidator(Double) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createDoubleTypeValidator(Double, Double, Double, Double) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createDraft201909SchemaParser(SchemaRouter) - Static method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- createDraft7SchemaParser(SchemaRouter) - Static method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- createDynamicReceiver() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Creates a dynamic receiver.
- createDynamicReceiverAndAwait() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Blocking variant ofAmqpConnection.createDynamicReceiver().
- createDynamicReceiverAndForget() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Variant ofAmqpConnection.createDynamicReceiver()that ignores the result of the operation.
- createEnumTypeValidatorWithInnerValidator(List<Object>, ParameterTypeValidator) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createErrorFrame(String, Map<String, String>, String) - Static method in class io.vertx.mutiny.ext.stomp.Frames
- createFile(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Creates an empty file with the specifiedpath, asynchronously.
- createFile(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Creates an empty file with the specifiedpathand permissionsperms, asynchronously.
- createFileAndAwait(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.createFile(String).
- createFileAndAwait(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.createFile(String,String).
- createFileAndForget(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.createFile(String)that ignores the result of the operation.
- createFileAndForget(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.createFile(String,String)that ignores the result of the operation.
- createFileBlocking(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- createFileBlocking(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- createFloatTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createFloatTypeValidator(Double, Double, Double, Float) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createFloatTypeValidator(Float) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createFullBody(Function<ResponsePredicateResult, Throwable>) - Static method in class io.vertx.mutiny.ext.web.client.predicate.ErrorConverter
- 
Deprecated.
- createGridFsBucketService(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Creates aMongoGridFsClientused to interact with Mongo GridFS.
- createGridFsBucketServiceAndAwait(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.createGridFsBucketService(String).
- createGridFsBucketServiceAndForget(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.createGridFsBucketService(String)that ignores the result of the operation.
- createHashedUser(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- createHashedUser(String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- 
Insert a user into a database.
- createHashedUser(String, String) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- 
Insert a user into a database.
- createHashedUserAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- createHashedUserAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- 
Blocking variant ofMongoUserUtil.createHashedUser(String,String).
- createHashedUserAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- 
Blocking variant ofSqlUserUtil.createHashedUser(String,String).
- createHashedUserAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- createHashedUserAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- 
Variant ofMongoUserUtil.createHashedUser(String,String)that ignores the result of the operation.
- createHashedUserAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- 
Variant ofSqlUserUtil.createHashedUser(String,String)that ignores the result of the operation.
- createHttpClient() - Method in class io.vertx.mutiny.core.Vertx
- createHttpClient(HttpClientOptions) - Method in class io.vertx.mutiny.core.Vertx
- createHttpClient(HttpClientOptions, PoolOptions) - Method in class io.vertx.mutiny.core.Vertx
- createHttpClient(PoolOptions) - Method in class io.vertx.mutiny.core.Vertx
- createHttpServer() - Method in class io.vertx.mutiny.core.Vertx
- createHttpServer(HttpServerOptions) - Method in class io.vertx.mutiny.core.Vertx
- createHttpTermServer(Vertx) - Static method in class io.vertx.mutiny.ext.shell.term.TermServer
- createHttpTermServer(Vertx, HttpTermOptions) - Static method in class io.vertx.mutiny.ext.shell.term.TermServer
- createHttpTermServer(Vertx, Router) - Static method in class io.vertx.mutiny.ext.shell.term.TermServer
- createHttpTermServer(Vertx, Router, HttpTermOptions) - Static method in class io.vertx.mutiny.ext.shell.term.TermServer
- createIndex(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Creates an index.
- createIndexAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.createIndex(String,JsonObject).
- createIndexAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.createIndex(String,JsonObject)that ignores the result of the operation.
- createIndexes(String, List<IndexModel>) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
creates an indexes
- createIndexesAndAwait(String, List<IndexModel>) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.createIndexes(String,List).
- createIndexesAndForget(String, List<IndexModel>) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.createIndexes(String,List)that ignores the result of the operation.
- createIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Creates an index.
- createIndexWithOptionsAndAwait(String, JsonObject, IndexOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.createIndexWithOptions(String,JsonObject,IndexOptions).
- createIndexWithOptionsAndForget(String, JsonObject, IndexOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.createIndexWithOptions(String,JsonObject,IndexOptions)that ignores the result of the operation.
- createIntegerTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createIntegerTypeValidator(Double, Double, Double, Integer) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createIntegerTypeValidator(Integer) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createJob(Process, String) - Method in class io.vertx.mutiny.ext.shell.system.JobController
- createJob(String) - Method in class io.vertx.mutiny.ext.shell.Shell
- createJob(List<CliToken>) - Method in class io.vertx.mutiny.ext.shell.Shell
- createLongTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createLongTypeValidator(Double, Double, Double, Long) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createLongTypeValidator(Long) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createNetClient() - Method in class io.vertx.mutiny.core.Vertx
- createNetClient(NetClientOptions) - Method in class io.vertx.mutiny.core.Vertx
- createNetServer() - Method in class io.vertx.mutiny.core.Vertx
- createNetServer(NetServerOptions) - Method in class io.vertx.mutiny.core.Vertx
- createOpenAPI3SchemaParser(SchemaRouter) - Static method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- createOptimized(String) - Static method in class io.vertx.mutiny.core.http.HttpHeaders
- createPartitions(Map<String, NewPartitions>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Creates a batch of new partitions in the Kafka topic
- createPartitionsAndAwait(Map<String, NewPartitions>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.createPartitions(Map).
- createPartitionsAndForget(Map<String, NewPartitions>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.createPartitions(Map)that ignores the result of the operation.
- createPBKDF2(Vertx) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- createPreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Unlike the bare Vert.x variant, this method returns aUni.
- createPreparedQueryAndAwait(PreparedQueryDefinition) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.createPreparedQuery(PreparedQueryDefinition).
- createPreparedQueryAndForget(PreparedQueryDefinition) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.createPreparedQuery(PreparedQueryDefinition)that ignores the result of the operation.
- createProcess() - Method in class io.vertx.mutiny.ext.shell.command.Command
- createProcess(List<CliToken>) - Method in class io.vertx.mutiny.ext.shell.command.Command
- createReceiptFrame(String, Map<String, String>) - Static method in class io.vertx.mutiny.ext.stomp.Frames
- createReceiver(String) - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Creates a receiver used to consume messages from the given address.
- createReceiver(String) - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Creates a receiver used to consume messages from the given address.
- createReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Creates a receiver used to consumer messages from the given address.
- createReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Creates a receiver used to consumer messages from the given address.
- createReceiverAndAwait(String) - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Blocking variant ofAmqpClient.createReceiver(String).
- createReceiverAndAwait(String) - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Blocking variant ofAmqpConnection.createReceiver(String).
- createReceiverAndAwait(String, AmqpReceiverOptions) - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Blocking variant ofAmqpClient.createReceiver(String,AmqpReceiverOptions).
- createReceiverAndAwait(String, AmqpReceiverOptions) - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Blocking variant ofAmqpConnection.createReceiver(String,AmqpReceiverOptions).
- createReceiverAndForget(String) - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Variant ofAmqpClient.createReceiver(String)that ignores the result of the operation.
- createReceiverAndForget(String) - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Variant ofAmqpConnection.createReceiver(String)that ignores the result of the operation.
- createReceiverAndForget(String, AmqpReceiverOptions) - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Variant ofAmqpClient.createReceiver(String,AmqpReceiverOptions)that ignores the result of the operation.
- createReceiverAndForget(String, AmqpReceiverOptions) - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Variant ofAmqpConnection.createReceiver(String,AmqpReceiverOptions)that ignores the result of the operation.
- createRecord(String, boolean, String, int, String, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- createRecord(String, String) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- createRecord(String, String) - Static method in class io.vertx.mutiny.servicediscovery.types.MessageSource
- createRecord(String, String, int, String) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- createRecord(String, String, int, String, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- createRecord(String, String, String) - Static method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- createRecord(String, String, String) - Static method in class io.vertx.mutiny.servicediscovery.types.MessageSource
- createRecord(String, String, String, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- createRecord(String, String, String, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.MessageSource
- createRolePermission(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- createRolePermission(String, String) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- 
Insert a role permission into a database.
- createRolePermissionAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- createRolePermissionAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- 
Blocking variant ofSqlUserUtil.createRolePermission(String,String).
- createRolePermissionAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- createRolePermissionAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- 
Variant ofSqlUserUtil.createRolePermission(String,String)that ignores the result of the operation.
- createRouter() - Method in class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- createRouter() - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- createSender(String) - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Creates a sender used to send messages to the given address.
- createSender(String) - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions) - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions) - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Creates a sender used to send messages to the given address.
- createSenderAndAwait(String) - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Blocking variant ofAmqpClient.createSender(String).
- createSenderAndAwait(String) - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Blocking variant ofAmqpConnection.createSender(String).
- createSenderAndAwait(String, AmqpSenderOptions) - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Blocking variant ofAmqpClient.createSender(String,AmqpSenderOptions).
- createSenderAndAwait(String, AmqpSenderOptions) - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Blocking variant ofAmqpConnection.createSender(String,AmqpSenderOptions).
- createSenderAndForget(String) - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Variant ofAmqpClient.createSender(String)that ignores the result of the operation.
- createSenderAndForget(String) - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Variant ofAmqpConnection.createSender(String)that ignores the result of the operation.
- createSenderAndForget(String, AmqpSenderOptions) - Method in class io.vertx.mutiny.amqp.AmqpClient
- 
Variant ofAmqpClient.createSender(String,AmqpSenderOptions)that ignores the result of the operation.
- createSenderAndForget(String, AmqpSenderOptions) - Method in class io.vertx.mutiny.amqp.AmqpConnection
- 
Variant ofAmqpConnection.createSender(String,AmqpSenderOptions)that ignores the result of the operation.
- createSession() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Initialize a new session
- createSession(long) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- createSession(long, int) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- createSessionAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.createSession().
- createSessionAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.createSession()that ignores the result of the operation.
- createSessionWithOptions(SessionOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Initialize a new session
- createSessionWithOptionsAndAwait(SessionOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.createSessionWithOptions(SessionOptions).
- createSessionWithOptionsAndForget(SessionOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.createSessionWithOptions(SessionOptions)that ignores the result of the operation.
- createSHA512(Vertx) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- createShared(Vertx) - Static method in class io.vertx.mutiny.cassandra.CassandraClient
- createShared(Vertx, CassandraClientOptions) - Static method in class io.vertx.mutiny.cassandra.CassandraClient
- createShared(Vertx, JsonObject) - Static method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- createShared(Vertx, JsonObject) - Static method in class io.vertx.mutiny.ext.mongo.MongoClient
- createShared(Vertx, JsonObject, String) - Static method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- createShared(Vertx, JsonObject, String) - Static method in class io.vertx.mutiny.ext.mongo.MongoClient
- createShared(Vertx, MailConfig) - Static method in class io.vertx.mutiny.ext.mail.MailClient
- createShared(Vertx, MailConfig, String) - Static method in class io.vertx.mutiny.ext.mail.MailClient
- createShared(Vertx, String) - Static method in class io.vertx.mutiny.cassandra.CassandraClient
- createShared(Vertx, String, CassandraClientOptions) - Static method in class io.vertx.mutiny.cassandra.CassandraClient
- createShared(Vertx, String, KafkaClientOptions) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- createShared(Vertx, String, KafkaClientOptions, Class<K>, Class<V>) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- createShared(Vertx, String, Map<String, String>) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- createShared(Vertx, String, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- createSharedWorkerExecutor(String) - Method in class io.vertx.mutiny.core.Vertx
- createSharedWorkerExecutor(String, int) - Method in class io.vertx.mutiny.core.Vertx
- createSharedWorkerExecutor(String, int, long) - Method in class io.vertx.mutiny.core.Vertx
- createSharedWorkerExecutor(String, int, long, TimeUnit) - Method in class io.vertx.mutiny.core.Vertx
- createShell() - Method in class io.vertx.mutiny.ext.shell.ShellServer
- createShell(Term) - Method in class io.vertx.mutiny.ext.shell.ShellServer
- createSSHTermServer(Vertx) - Static method in class io.vertx.mutiny.ext.shell.term.TermServer
- createSSHTermServer(Vertx, SSHTermOptions) - Static method in class io.vertx.mutiny.ext.shell.term.TermServer
- createStream(int) - Method in class io.vertx.mutiny.sqlclient.PreparedStatement
- createStream(int, Tuple) - Method in class io.vertx.mutiny.sqlclient.PreparedStatement
- createStringEnumTypeValidator(List<String>) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createStringTypeValidator(Object) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createStringTypeValidator(String, Integer, Integer, Object) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createStringTypeValidator(String, Object) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- createTelnetTermServer(Vertx) - Static method in class io.vertx.mutiny.ext.shell.term.TermServer
- createTelnetTermServer(Vertx, TelnetTermOptions) - Static method in class io.vertx.mutiny.ext.shell.term.TermServer
- createTempDirectory(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
- createTempDirectory(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
- createTempDirectory(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Creates a new directory in the directory provided by the pathpath, using the given prefix to generate its name, asynchronously.
- createTempDirectoryAndAwait(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.createTempDirectory(String).
- createTempDirectoryAndAwait(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.createTempDirectory(String,String).
- createTempDirectoryAndAwait(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.createTempDirectory(String,String,String).
- createTempDirectoryAndForget(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.createTempDirectory(String)that ignores the result of the operation.
- createTempDirectoryAndForget(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.createTempDirectory(String,String)that ignores the result of the operation.
- createTempDirectoryAndForget(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.createTempDirectory(String,String,String)that ignores the result of the operation.
- createTempDirectoryBlocking(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- createTempDirectoryBlocking(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- createTempDirectoryBlocking(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- createTempFile(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
- createTempFile(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Creates a new file in the directory provided by the pathdir, using the given prefix and suffix to generate its name, asynchronously.
- createTempFile(String, String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Creates a new file in the directory provided by the pathdir, using the given prefix and suffix to generate its name, asynchronously.
- createTempFileAndAwait(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.createTempFile(String,String).
- createTempFileAndAwait(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.createTempFile(String,String,String).
- createTempFileAndAwait(String, String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.createTempFile(String,String,String,String).
- createTempFileAndForget(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.createTempFile(String,String)that ignores the result of the operation.
- createTempFileAndForget(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.createTempFile(String,String,String)that ignores the result of the operation.
- createTempFileAndForget(String, String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.createTempFile(String,String,String,String)that ignores the result of the operation.
- createTempFileBlocking(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- createTempFileBlocking(String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- createTempFileBlocking(String, String, String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- createText(String) - Static method in class io.vertx.mutiny.ext.shell.cli.CliToken
- createTopics(List<NewTopic>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Creates a batch of new Kafka topics
- createTopicsAndAwait(List<NewTopic>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.createTopics(List).
- createTopicsAndForget(List<NewTopic>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.createTopics(List)that ignores the result of the operation.
- createUser(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- createUser(String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- 
Insert a user into a database.
- createUser(String, String) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- 
Insert a user into a database.
- createUserAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- createUserAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- 
Blocking variant ofMongoUserUtil.createUser(String,String).
- createUserAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- 
Blocking variant ofSqlUserUtil.createUser(String,String).
- createUserAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- createUserAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- 
Variant ofMongoUserUtil.createUser(String,String)that ignores the result of the operation.
- createUserAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- 
Variant ofSqlUserUtil.createUser(String,String)that ignores the result of the operation.
- createUserRole(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- createUserRole(String, String) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- 
Insert a user role into a database.
- createUserRoleAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- createUserRoleAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- 
Blocking variant ofSqlUserUtil.createUserRole(String,String).
- createUserRoleAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- createUserRoleAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- 
Variant ofSqlUserUtil.createUserRole(String,String)that ignores the result of the operation.
- createUserRolesAndPermissions(String, List<String>, List<String>) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- 
Insert a user role into a database.
- createUserRolesAndPermissionsAndAwait(String, List<String>, List<String>) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- 
Blocking variant ofMongoUserUtil.createUserRolesAndPermissions(String,List,List).
- createUserRolesAndPermissionsAndForget(String, List<String>, List<String>) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- 
Variant ofMongoUserUtil.createUserRolesAndPermissions(String,List,List)that ignores the result of the operation.
- createWebSocketClient() - Method in class io.vertx.mutiny.core.Vertx
- createWebSocketClient(WebSocketClientOptions) - Method in class io.vertx.mutiny.core.Vertx
- createWithHealthChecks(HealthChecks) - Static method in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- createWithHealthChecks(HealthChecks, AuthenticationProvider) - Static method in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- creationTime() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- creationTime() - Method in class io.vertx.mutiny.core.file.FileProps
- creationTime(long) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- CSPHandler - Class in io.vertx.mutiny.ext.web.handler
- 
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks.
- CSPHandler(CSPHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.CSPHandler
- CSPHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.CSPHandler
- CSRFHandler - Class in io.vertx.mutiny.ext.web.handler
- 
This handler adds a CSRF token to requests which mutate state.
- CSRFHandler(CSRFHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.CSRFHandler
- CSRFHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.CSRFHandler
- current() - Static method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- current() - Static method in class io.vertx.mutiny.ext.auth.VertxContextPRNG
- 
Deprecated.
- current(Vertx) - Static method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- current(Vertx) - Static method in class io.vertx.mutiny.ext.auth.VertxContextPRNG
- 
Deprecated.
- currentContext() - Static method in class io.vertx.mutiny.core.Vertx
- currentPage() - Method in class io.vertx.mutiny.cassandra.ResultSet
- currentRoute() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- cursor() - Method in class io.vertx.mutiny.sqlclient.PreparedStatement
- cursor(Tuple) - Method in class io.vertx.mutiny.sqlclient.PreparedStatement
- Cursor - Class in io.vertx.mutiny.sqlclient
- 
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
- Cursor(Cursor) - Constructor for class io.vertx.mutiny.sqlclient.Cursor
- Cursor(Object) - Constructor for class io.vertx.mutiny.sqlclient.Cursor
- customFormatter(LoggerFormatter) - Method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
- customFormatter(Function<HttpServerRequest, String>) - Method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
- 
Deprecated.Superseded byLoggerHandler.customFormatter(LoggerFormatter)
- customFrameHandler(Consumer<HttpFrame>) - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- customFrameHandler(Consumer<HttpFrame>) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- CustomValidator - Class in io.vertx.mutiny.ext.web.api.validation
- 
Deprecated.
- CustomValidator(CustomValidator) - Constructor for class io.vertx.mutiny.ext.web.api.validation.CustomValidator
- 
Deprecated.
- CustomValidator(Object) - Constructor for class io.vertx.mutiny.ext.web.api.validation.CustomValidator
- 
Deprecated.
D
- data() - Method in class io.vertx.mutiny.core.datagram.DatagramPacket
- data() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- data() - Method in class io.vertx.mutiny.ext.web.Session
- databaseMetadata() - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- DatabaseMetadata - Class in io.vertx.mutiny.sqlclient.spi
- 
Contains static metadata about the backend database server
- DatabaseMetadata(DatabaseMetadata) - Constructor for class io.vertx.mutiny.sqlclient.spi.DatabaseMetadata
- DatabaseMetadata(Object) - Constructor for class io.vertx.mutiny.sqlclient.spi.DatabaseMetadata
- DatagramPacket - Class in io.vertx.mutiny.core.datagram
- 
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
- DatagramPacket(DatagramPacket) - Constructor for class io.vertx.mutiny.core.datagram.DatagramPacket
- DatagramPacket(Object) - Constructor for class io.vertx.mutiny.core.datagram.DatagramPacket
- DatagramSocket - Class in io.vertx.mutiny.core.datagram
- 
A datagram socket can be used to sendDatagramPacket's to remote datagram servers and receiveDatagramPackets .
- DatagramSocket(DatagramSocket) - Constructor for class io.vertx.mutiny.core.datagram.DatagramSocket
- DatagramSocket(Object) - Constructor for class io.vertx.mutiny.core.datagram.DatagramSocket
- dataLoaderRegistry(Function<ApolloWSMessage, DataLoaderRegistry>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.as of 4.2, use#beforeExecute(Handler)instead
- dataLoaderRegistry(Function<RoutingContext, DataLoaderRegistry>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- 
Deprecated.as of 4.2, use#beforeExecute(Handler)instead
- DATE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Date header name
- DB2Builder - Class in io.vertx.mutiny.db2client
- 
Entry point for building DB2 clients.
- DB2Builder(DB2Builder) - Constructor for class io.vertx.mutiny.db2client.DB2Builder
- DB2Builder(Object) - Constructor for class io.vertx.mutiny.db2client.DB2Builder
- DB2Connection - Class in io.vertx.mutiny.db2client
- 
A connection to DB2 server.
- DB2Connection(DB2Connection) - Constructor for class io.vertx.mutiny.db2client.DB2Connection
- DB2Connection(Object) - Constructor for class io.vertx.mutiny.db2client.DB2Connection
- DB2Pool - Class in io.vertx.mutiny.db2client
- 
Deprecated.
- DB2Pool(DB2Pool) - Constructor for class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- DB2Pool(Object) - Constructor for class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- dbsize() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return the number of keys in the selected database.
- DBSIZE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return the number of keys in the selected database.
- dbsizeAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.dbsize().
- dbsizeAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.dbsize()that ignores the result of the operation.
- debug() - Method in class io.vertx.mutiny.db2client.DB2Connection
- 
Send a DEBUG command to dump debug information to the server's stdout.
- debug() - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Send a DEBUG command to dump debug information to the server's stdout.
- debug(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A container for debugging commands.
- DEBUG - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A container for debugging commands.
- debugAndAwait() - Method in class io.vertx.mutiny.db2client.DB2Connection
- 
Blocking variant ofDB2Connection.debug().
- debugAndAwait() - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Blocking variant ofMySQLConnection.debug().
- debugAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.debug(List).
- debugAndForget() - Method in class io.vertx.mutiny.db2client.DB2Connection
- 
Variant ofDB2Connection.debug()that ignores the result of the operation.
- debugAndForget() - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Variant ofMySQLConnection.debug()that ignores the result of the operation.
- debugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.debug(List)that ignores the result of the operation.
- decr(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Decrement the integer value of a key by one.
- DECR - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Decrement the integer value of a key by one.
- decrAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.decr(String).
- decrAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.decr(String)that ignores the result of the operation.
- decrby(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Decrement the integer value of a key by the given number.
- DECRBY - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Decrement the integer value of a key by the given number.
- decrbyAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.decrby(String,String).
- decrbyAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.decrby(String,String)that ignores the result of the operation.
- decrementAndGet() - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Decrement the counter atomically and return the new count
- decrementAndGetAndAwait() - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Blocking variant ofCounter.decrementAndGet().
- decrementAndGetAndForget() - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Variant ofCounter.decrementAndGet()that ignores the result of the operation.
- deepObjectParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- deepToString() - Method in class io.vertx.mutiny.sqlclient.Tuple
- DEFAULT_ALWAYS_ASYNC_FS - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Default of whether async filesystem access should always be used
- DEFAULT_AUTHENTICATE_QUERY - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- 
The default query to be used for authentication
- DEFAULT_BODY_LIMIT - Static variable in class io.vertx.mutiny.ext.web.handler.BodyHandler
- 
Default max size for a request body in bytes =10485760, i.e. 10 megabytes
- DEFAULT_CACHE_ENTRY_TIMEOUT - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Default cache entry timeout, when caching
- DEFAULT_CACHING_ENABLED - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Default of whether cache header handling is enabled
- DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The default name of the collection to be used
- DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- 
The default name of the collection to be used
- DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
- 
The default name of the collection to be used
- DEFAULT_CONTENT_TYPE - Static variable in class io.vertx.mutiny.ext.web.handler.TemplateHandler
- 
The default content type header to be used in the response
- DEFAULT_CONVERTER - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ErrorConverter
- 
Deprecated.
- DEFAULT_COOKIE_HTTP_ONLY_FLAG - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Default of whether the cookie has the HttpOnly flag set More info: https://www.owasp.org/index.php/HttpOnly
- DEFAULT_COOKIE_NAME - Static variable in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- DEFAULT_COOKIE_PATH - Static variable in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- DEFAULT_COOKIE_SECURE_FLAG - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Default of whether the cookie has the 'secure' flag set to allow transmission over https only.
- DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The default name of the property for the password, like it is transported in credentials by methodAuthenticationProvider.authenticate(io.vertx.core.json.JsonObject)
- DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- 
The default name of the property for the password, like it is transported in credentials by methodAuthenticationProvider.authenticate(io.vertx.core.json.JsonObject)
- DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The default name of the property for the username, like it is transported in credentials by methodAuthenticationProvider.authenticate(io.vertx.core.json.JsonObject)
- DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- 
The default name of the property for the username, like it is transported in credentials by methodAuthenticationProvider.authenticate(io.vertx.core.json.JsonObject)
- DEFAULT_DATA_SOURCE_PROVIDER - Static variable in class io.vertx.mutiny.jdbcclient.JDBCPool
- 
The default data source provider for this pool, loaded from JVM system properties with the key.
- DEFAULT_DB_NAME - Static variable in class io.vertx.mutiny.ext.mongo.MongoClient
- 
The name of the default database
- DEFAULT_DELETE_UPLOADED_FILES_ON_END - Static variable in class io.vertx.mutiny.ext.web.handler.BodyHandler
- 
Default value of whether uploaded files should be removed after handling the request
- DEFAULT_DIRECTORY_LISTING - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Default of whether directory listing is enabled
- DEFAULT_DIRECTORY_TEMPLATE - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Default template file to use for directory listing
- DEFAULT_DISABLE_FLAG - Static variable in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
- DEFAULT_DS_NAME - Static variable in class io.vertx.mutiny.ext.jdbc.JDBCClient
- 
The name of the default data source
- DEFAULT_ENABLE_FS_TUNING - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Default of whether fs async/sync tuning should be used
- DEFAULT_ERROR_HANDLER_TEMPLATE - Static variable in class io.vertx.mutiny.ext.web.handler.ErrorHandler
- 
The default template to use for rendering
- DEFAULT_ERRORCODE - Static variable in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
- 
The default error code
- DEFAULT_FILES_READ_ONLY - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Default value of whether files are read -only and never will be updated
- DEFAULT_FORMAT - Static variable in class io.vertx.mutiny.ext.web.handler.LoggerHandler
- DEFAULT_HEADER_NAME - Static variable in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- DEFAULT_INCLUDE_HIDDEN - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Default of whether hidden files can be served
- DEFAULT_INDEX_PAGE - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
The default index page
- DEFAULT_INDEX_TEMPLATE - Static variable in class io.vertx.mutiny.ext.web.handler.TemplateHandler
- 
The default index page
- DEFAULT_LAZY_SESSION - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Default of whether the session should be created lazily.
- DEFAULT_LOGIN_REDIRECT_URL - Static variable in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
- 
Default path the user will be redirected to
- DEFAULT_MAX_AGE - Static variable in class io.vertx.mutiny.ext.web.handler.HSTSHandler
- DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.mutiny.ext.web.handler.FaviconHandler
- 
The default max age in seconds as set in the cache-control header
- DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Default max age for cache headers
- DEFAULT_MAX_AVG_SERVE_TIME_NS - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Default max avg serve time, in ns, over which serving will be considered slow
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
The default max cache size
- DEFAULT_MERGE_FORM_ATTRIBUTES - Static variable in class io.vertx.mutiny.ext.web.handler.BodyHandler
- 
Default value of whether form attributes should be merged into request params
- DEFAULT_NAG_HTTPS - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Default of whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
- DEFAULT_NONCE_EXPIRE_TIMEOUT - Static variable in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
- 
The default nonce expire timeout to use in milliseconds.
- DEFAULT_PASSWORD_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The default name of the property for the password, like it is stored in mongodb
- DEFAULT_PASSWORD_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- 
The default name of the property for the password, like it is stored in mongodb
- DEFAULT_PASSWORD_PARAM - Static variable in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- 
The default value of the form attribute which will contain the password
- DEFAULT_PERMISSION_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The default name of the property for the permissions, like it is stored in mongodb.
- DEFAULT_PERMISSION_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
- 
The default name of the property for the permissions, like it is stored in mongodb.
- DEFAULT_PERMISSIONS_QUERY - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- 
The default query to retrieve all permissions for the role
- DEFAULT_POOL_NAME - Static variable in class io.vertx.mutiny.ext.mail.MailClient
- 
The name of the default pool
- DEFAULT_POOL_NAME - Static variable in class io.vertx.mutiny.ext.mongo.MongoClient
- 
The name of the default pool
- DEFAULT_PREALLOCATE_BODY_BUFFER - Static variable in class io.vertx.mutiny.ext.web.handler.BodyHandler
- 
Default value of whether to pre-allocate the body buffer size according to the content-length HTTP request header
- DEFAULT_PROVIDER_CLASS - Static variable in class io.vertx.mutiny.ext.jdbc.JDBCClient
- 
The default data source provider for this pool, loaded from JVM system properties with the key.
- DEFAULT_RANGE_SUPPORT - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Default of whether Range request handling support should be used
- DEFAULT_REALM - Static variable in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
- 
The default realm to use
- DEFAULT_REAPER_INTERVAL - Static variable in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
- 
Default of how often, in ms, to check for expired sessions
- DEFAULT_RETRY_TIMEOUT - Static variable in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
- 
Default retry time out, in ms, for a session not found in this store.
- DEFAULT_RETRY_TIMEOUT_MS - Static variable in class io.vertx.mutiny.ext.web.sstore.redis.RedisSessionStore
- DEFAULT_RETURN_URL_PARAM - Static variable in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- 
The default value of the session attribute which will contain the return url
- DEFAULT_RETURN_URL_PARAM - Static variable in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
- 
Default name of param used to store return url information in session
- DEFAULT_ROLE_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The default name of the property for the roles, like it is stored in mongodb.
- DEFAULT_ROLE_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
- 
The default name of the property for the roles, like it is stored in mongodb.
- DEFAULT_ROLE_PREFIX - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- 
The default role prefix
- DEFAULT_ROLES_QUERY - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- 
The default query to retrieve all roles for the user
- DEFAULT_ROOT_FILESYSTEM_ACCESS - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Default of whether access to the root of the file system should be allowed or just allow from the current working directory.
- DEFAULT_SALT_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The default name of the property for the salt field
- DEFAULT_SALT_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- 
The default name of the property for the salt field
- DEFAULT_SEND_VARY_HEADER - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Default of whether vary header should be sent.
- DEFAULT_SESSION_COOKIE_NAME - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Default name of session cookie
- DEFAULT_SESSION_COOKIE_PATH - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Default path of session cookie
- DEFAULT_SESSION_MAP_NAME - Static variable in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
- 
The default name used for the session map
- DEFAULT_SESSION_MAP_NAME - Static variable in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
- 
Default name for map used to store sessions
- DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Default time, in ms, that a session lasts for without being accessed before expiring.
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
- 
Default length for a session id.
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.mutiny.ext.web.sstore.cookie.CookieSessionStore
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
- 
Default length for a session id.
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.mutiny.ext.web.sstore.redis.RedisSessionStore
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Default length for a session id.
- DEFAULT_SESSIONID_MIN_LENGTH - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Default min length for a session id.
- DEFAULT_SHARED_CLIENT_NAME - Static variable in class io.vertx.mutiny.cassandra.CassandraClient
- 
The default shared client name.
- DEFAULT_TEMPLATE_DIRECTORY - Static variable in class io.vertx.mutiny.ext.web.handler.TemplateHandler
- 
The default directory where templates will be looked for
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.mutiny.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- 
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.mutiny.ext.web.templ.handlebars.HandlebarsTemplateEngine
- 
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.mutiny.ext.web.templ.httl.HTTLTemplateEngine
- 
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.mutiny.ext.web.templ.jade.JadeTemplateEngine
- 
Deprecated.Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.mutiny.ext.web.templ.mvel.MVELTemplateEngine
- 
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine
- 
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.mutiny.ext.web.templ.pug.PugTemplateEngine
- 
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.mutiny.ext.web.templ.rocker.RockerTemplateEngine
- 
Default template extension
- DEFAULT_TEMPLATE_MODE - Static variable in class io.vertx.mutiny.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- DEFAULT_TIMEOUT - Static variable in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
- 
The default timeout, in ms
- DEFAULT_UPLOADS_DIRECTORY - Static variable in class io.vertx.mutiny.ext.web.handler.BodyHandler
- 
Default uploads directory on server for file uploads
- DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The default name of the property for the username, like it is stored in mongodb
- DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- 
The default name of the property for the username, like it is stored in mongodb
- DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
- 
The default name of the property for the username, like it is stored in mongodb
- DEFAULT_USERNAME_PARAM - Static variable in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- 
The default value of the form attribute which will contain the username
- DEFAULT_VALIDATOR - Static variable in class io.vertx.mutiny.json.schema.JsonFormatValidator
- 
The default validator which performs a NOOP.
- DEFAULT_WEB_ROOT - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Default value of the web-root, where files are served from
- DEFAULT_WEIGHT - Static variable in class io.vertx.mutiny.ext.web.LanguageHeader
- 
If no "q" parameter is present, the default weight is 1. 
- DEFAULT_WEIGHT - Static variable in class io.vertx.mutiny.ext.web.MIMEHeader
- 
If no "q" parameter is present, the default weight is 1. 
- defaultPolicy() - Static method in class io.vertx.mutiny.circuitbreaker.FailurePolicy
- DEFLATE_GZIP - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
deflate,gzip header value
- DEFLATE_GZIP_BR - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
deflate,gzip,br header value
- del(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Delete a key.
- DEL - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Delete a key.
- delAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.del(List).
- delAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.del(List)that ignores the result of the operation.
- delay(Throwable, int) - Method in class io.vertx.mutiny.circuitbreaker.RetryPolicy
- DelegatingConsumerHandler<U> - Class in io.smallrye.mutiny.vertx
- 
A class being aConsumerand aHandlerat the same time, and which delegateDelegatingConsumerHandler.hashCode()andDelegatingConsumerHandler.equals(Object)to the consumer.
- DelegatingConsumerHandler(Consumer<U>) - Constructor for class io.smallrye.mutiny.vertx.DelegatingConsumerHandler
- DelegatingHandler<U,V> - Class in io.smallrye.mutiny.vertx 
- 
An implementation ofHandlerand which delegatesDelegatingHandler.hashCode()andDelegatingHandler.equals(Object)to the passed handler.
- DelegatingHandler(Handler<V>, Function<U, V>) - Constructor for class io.smallrye.mutiny.vertx.DelegatingHandler
- delegatingTo(ScheduledExecutorService) - Static method in interface io.smallrye.mutiny.vertx.core.ContextAwareScheduler
- 
Define a schedulerScheduledExecutorServicedelegate.
- delete() - Method in class io.vertx.mutiny.core.net.SelfSignedCertificate
- delete() - Method in class io.vertx.mutiny.ext.web.FileUpload
- 
Delete the uploaded file on the disk.
- delete() - Method in class io.vertx.mutiny.ext.web.Router
- delete(int, String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- delete(int, String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- delete(UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- delete(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Deletes the file represented by the specifiedpath, asynchronously.
- delete(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Deletes a file by it's ID
- delete(String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- delete(String) - Method in class io.vertx.mutiny.ext.web.Router
- delete(String) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Delete the session with the specified ID.
- delete(String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- delete(String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- deleteAbs(UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- deleteAbs(String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- deleteAcls(List<AclBindingFilter>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Delete the ACL rules.
- deleteAclsAndAwait(List<AclBindingFilter>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.deleteAcls(List).
- deleteAclsAndForget(List<AclBindingFilter>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.deleteAcls(List)that ignores the result of the operation.
- deleteAclToken(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deletes an ACL token
- deleteAclTokenAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.deleteAclToken(String).
- deleteAclTokenAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.deleteAclToken(String)that ignores the result of the operation.
- deleteAndAwait() - Method in class io.vertx.mutiny.ext.web.FileUpload
- 
Blocking variant ofFileUpload.delete().
- deleteAndAwait(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.delete(String).
- deleteAndAwait(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Blocking variant ofMongoGridFsClient.delete(String).
- deleteAndAwait(String) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Blocking variant ofSessionStore.delete(String).
- deleteAndForget() - Method in class io.vertx.mutiny.ext.web.FileUpload
- 
Variant ofFileUpload.delete()that ignores the result of the operation.
- deleteAndForget(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.delete(String)that ignores the result of the operation.
- deleteAndForget(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Variant ofMongoGridFsClient.delete(String)that ignores the result of the operation.
- deleteAndForget(String) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Variant ofSessionStore.delete(String)that ignores the result of the operation.
- deleteBlocking(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- deleteConsumerGroupOffsets(String, Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Delete committed offsets for a set of partitions in a consumer group.
- deleteConsumerGroupOffsetsAndAwait(String, Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.deleteConsumerGroupOffsets(String,Set).
- deleteConsumerGroupOffsetsAndForget(String, Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.deleteConsumerGroupOffsets(String,Set)that ignores the result of the operation.
- deleteConsumerGroups(List<String>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Delete consumer groups from the cluster.
- deleteConsumerGroupsAndAwait(List<String>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.deleteConsumerGroups(List).
- deleteConsumerGroupsAndForget(List<String>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.deleteConsumerGroups(List)that ignores the result of the operation.
- deletePolicy(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
This endpoint deletes an ACL policy
- deletePolicyAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.deletePolicy(String).
- deletePolicyAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.deletePolicy(String)that ignores the result of the operation.
- deletePreparedQuery(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deletes an existing prepared query
- deletePreparedQueryAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.deletePreparedQuery(String).
- deletePreparedQueryAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.deletePreparedQuery(String)that ignores the result of the operation.
- deleteRecursive(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Deletes the file represented by the specifiedpath, asynchronously.
- deleteRecursive(String, boolean) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Deprecated.instead use#deleteRecursive(String, Handler)or#delete(String, Handler)
- deleteRecursiveAndAwait(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.deleteRecursive(String).
- deleteRecursiveAndAwait(String, boolean) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Deprecated.instead use#deleteRecursive(String, Handler)or#delete(String, Handler)
- deleteRecursiveAndForget(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.deleteRecursive(String)that ignores the result of the operation.
- deleteRecursiveAndForget(String, boolean) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Deprecated.instead use#deleteRecursive(String, Handler)or#delete(String, Handler)
- deleteRecursiveBlocking(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- deleteRecursiveBlocking(String, boolean) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Deprecated.
- deleteTopics(List<String>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Deletes a batch of Kafka topics
- deleteTopicsAndAwait(List<String>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.deleteTopics(List).
- deleteTopicsAndForget(List<String>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.deleteTopics(List)that ignores the result of the operation.
- deleteValue(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Remove the key/value pair that corresponding to the specified key
- deleteValueAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.deleteValue(String).
- deleteValueAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.deleteValue(String)that ignores the result of the operation.
- deleteValues(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Removes all the key/value pair that corresponding to the specified key prefix
- deleteValuesAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.deleteValues(String).
- deleteValuesAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.deleteValues(String)that ignores the result of the operation.
- deleteWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
- delimitedMode(Buffer) - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- delimitedMode(String) - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- deliver(int) - Method in class io.vertx.mutiny.ext.shell.term.SignalHandler
- DeliveryContext<T> - Class in io.vertx.mutiny.core.eventbus
- 
Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.
- DeliveryContext(DeliveryContext) - Constructor for class io.vertx.mutiny.core.eventbus.DeliveryContext
- DeliveryContext(DeliveryContext, TypeArg<T>) - Constructor for class io.vertx.mutiny.core.eventbus.DeliveryContext
- DeliveryContext(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.core.eventbus.DeliveryContext
- deliveryCount() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- deliveryCount(int) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- deliveryOptions(DeliveryOptions) - Method in class io.vertx.mutiny.core.eventbus.MessageProducer
- demand() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- DENY - Static variable in class io.vertx.mutiny.ext.web.handler.XFrameHandler
- 
The page cannot be displayed in a frame, regardless of the site attempting to do so.
- deploymentID() - Method in class io.vertx.mutiny.core.Context
- deploymentIDs() - Method in class io.vertx.mutiny.core.Vertx
- deployVerticle(Verticle) - Method in class io.vertx.mutiny.core.Vertx
- 
LikeVertx.deployVerticle(java.lang.String)but the completionHandler will be notified when the deployment is complete.
- deployVerticle(Verticle, DeploymentOptions) - Method in class io.vertx.mutiny.core.Vertx
- 
LikeVertx.deployVerticle(java.lang.String)butDeploymentOptionsare provided to configure the deployment.
- deployVerticle(String) - Method in class io.vertx.mutiny.core.Vertx
- 
LikeVertx.deployVerticle(java.lang.String)but the completionHandler will be notified when the deployment is complete.
- deployVerticle(String, DeploymentOptions) - Method in class io.vertx.mutiny.core.Vertx
- 
LikeVertx.deployVerticle(java.lang.String)butDeploymentOptionsare provided to configure the deployment.
- deployVerticle(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.mutiny.core.Vertx
- 
LikeVertx.deployVerticle(java.lang.String)butVerticleinstance is created by invoking theverticleSupplier.
- deployVerticleAndAwait(Verticle) - Method in class io.vertx.mutiny.core.Vertx
- 
Blocking variant ofVertx.deployVerticle(Verticle).
- deployVerticleAndAwait(Verticle, DeploymentOptions) - Method in class io.vertx.mutiny.core.Vertx
- 
Blocking variant ofVertx.deployVerticle(Verticle,DeploymentOptions).
- deployVerticleAndAwait(String) - Method in class io.vertx.mutiny.core.Vertx
- 
Blocking variant ofVertx.deployVerticle(String).
- deployVerticleAndAwait(String, DeploymentOptions) - Method in class io.vertx.mutiny.core.Vertx
- 
Blocking variant ofVertx.deployVerticle(String,DeploymentOptions).
- deployVerticleAndAwait(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.mutiny.core.Vertx
- 
Blocking variant ofVertx.deployVerticle(Supplier,DeploymentOptions).
- deployVerticleAndForget(Verticle) - Method in class io.vertx.mutiny.core.Vertx
- 
Variant ofVertx.deployVerticle(Verticle)that ignores the result of the operation.
- deployVerticleAndForget(Verticle, DeploymentOptions) - Method in class io.vertx.mutiny.core.Vertx
- 
Variant ofVertx.deployVerticle(Verticle,DeploymentOptions)that ignores the result of the operation.
- deployVerticleAndForget(String) - Method in class io.vertx.mutiny.core.Vertx
- 
Variant ofVertx.deployVerticle(String)that ignores the result of the operation.
- deployVerticleAndForget(String, DeploymentOptions) - Method in class io.vertx.mutiny.core.Vertx
- 
Variant ofVertx.deployVerticle(String,DeploymentOptions)that ignores the result of the operation.
- deployVerticleAndForget(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.mutiny.core.Vertx
- 
Variant ofVertx.deployVerticle(Supplier,DeploymentOptions)that ignores the result of the operation.
- dereference(JsonSchema) - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- dereference(String, JsonSchema) - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- deregisterCatalogService(String, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deregister entities from the node or deregister the node itself.
- deregisterCatalogServiceAndAwait(String, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.deregisterCatalogService(String,String).
- deregisterCatalogServiceAndForget(String, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.deregisterCatalogService(String,String)that ignores the result of the operation.
- deregisterCheck(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Remove a check from the local agent.
- deregisterCheckAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.deregisterCheck(String).
- deregisterCheckAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.deregisterCheck(String)that ignores the result of the operation.
- deregisterService(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Remove a service from the local agent.
- deregisterServiceAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.deregisterService(String).
- deregisterServiceAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.deregisterService(String)that ignores the result of the operation.
- describeAcls(AclBindingFilter) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Describe the ACL rules.
- describeAclsAndAwait(AclBindingFilter) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.describeAcls(AclBindingFilter).
- describeAclsAndForget(AclBindingFilter) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.describeAcls(AclBindingFilter)that ignores the result of the operation.
- describeCluster() - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Describe the nodes in the cluster with the default options
- describeCluster(DescribeClusterOptions) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
LikeKafkaAdminClient.describeCluster()but allows customized options.
- describeClusterAndAwait() - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.describeCluster().
- describeClusterAndAwait(DescribeClusterOptions) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.describeCluster(DescribeClusterOptions).
- describeClusterAndForget() - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.describeCluster()that ignores the result of the operation.
- describeClusterAndForget(DescribeClusterOptions) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.describeCluster(DescribeClusterOptions)that ignores the result of the operation.
- describeConsumerGroups(List<String>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Describe some group ids in the cluster, with the default options
- describeConsumerGroups(List<String>, DescribeConsumerGroupsOptions) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
LikeKafkaAdminClient.describeConsumerGroups(java.util.List<java.lang.String>)but allows customized options
- describeConsumerGroupsAndAwait(List<String>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.describeConsumerGroups(List).
- describeConsumerGroupsAndAwait(List<String>, DescribeConsumerGroupsOptions) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.describeConsumerGroups(List,DescribeConsumerGroupsOptions).
- describeConsumerGroupsAndForget(List<String>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.describeConsumerGroups(List)that ignores the result of the operation.
- describeConsumerGroupsAndForget(List<String>, DescribeConsumerGroupsOptions) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.describeConsumerGroups(List,DescribeConsumerGroupsOptions)that ignores the result of the operation.
- describeTopics(List<String>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Describe some topics in the cluster, with the default options.
- describeTopics(List<String>, DescribeTopicsOptions) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
LikeKafkaAdminClient.describeTopics(java.util.List<java.lang.String>)but allows for customised otions
- describeTopicsAndAwait(List<String>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.describeTopics(List).
- describeTopicsAndAwait(List<String>, DescribeTopicsOptions) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.describeTopics(List,DescribeTopicsOptions).
- describeTopicsAndForget(List<String>) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.describeTopics(List)that ignores the result of the operation.
- describeTopicsAndForget(List<String>, DescribeTopicsOptions) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.describeTopics(List,DescribeTopicsOptions)that ignores the result of the operation.
- deserializeArray(String) - Method in class io.vertx.mutiny.ext.web.api.validation.ContainerDeserializer
- 
Deprecated.
- deserializeObject(String) - Method in class io.vertx.mutiny.ext.web.api.validation.ContainerDeserializer
- 
Deprecated.
- destination() - Method in class io.vertx.mutiny.ext.stomp.Destination
- Destination - Class in io.vertx.mutiny.ext.stomp
- 
Represents a STOMP destination.
- Destination(Destination) - Constructor for class io.vertx.mutiny.ext.stomp.Destination
- Destination(Object) - Constructor for class io.vertx.mutiny.ext.stomp.Destination
- destinationFactory(DestinationFactory) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- DestinationFactory - Class in io.vertx.mutiny.ext.stomp
- 
Interface implemented to customize the destination creation.
- DestinationFactory(DestinationFactory) - Constructor for class io.vertx.mutiny.ext.stomp.DestinationFactory
- DestinationFactory(Object) - Constructor for class io.vertx.mutiny.ext.stomp.DestinationFactory
- destroy() - Method in class io.vertx.mutiny.ext.web.Session
- destroyAclToken(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.UseConsulClient.deleteAclToken(String)instead
- destroyAclTokenAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.UseConsulClient.deleteAclToken(String)instead
- destroyAclTokenAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.UseConsulClient.deleteAclToken(String)instead
- destroySession(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Destroys the given session
- destroySessionAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.destroySession(String).
- destroySessionAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.destroySession(String)that ignores the result of the operation.
- determineContentType(String) - Method in class io.vertx.mutiny.openapi.contract.RequestBody
- development() - Static method in class io.vertx.mutiny.ext.web.common.WebEnvironment
- DigestAuthHandler - Class in io.vertx.mutiny.ext.web.handler
- 
An auth handler that provides HTTP Basic Authentication support.
- DigestAuthHandler(DigestAuthHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
- DigestAuthHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
- disable() - Method in class io.vertx.mutiny.ext.web.Route
- DISABLE_HTTP_HEADERS_VALIDATION - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Constant that disables HTTP headers validation, this is a constant so the JIT can eliminate validation code.
- DISABLE_HTTP_HEADERS_VALIDATION_PROP_NAME - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
JVM system property that disables HTTP headers validation, don't use this in production.
- discard() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Discard all commands issued after MULTI.
- DISCARD - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Discard all commands issued after MULTI.
- discardAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.discard().
- discardAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.discard()that ignores the result of the operation.
- disconnect() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Disconnects the client.
- disconnect() - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Disconnects from the MQTT server calling disconnectHandler after disconnection
- disconnect(Frame) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Disconnects the client.
- disconnect(MqttDisconnectReasonCode, MqttProperties) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- disconnectAndAwait() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.disconnect().
- disconnectAndAwait() - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Blocking variant ofMqttClient.disconnect().
- disconnectAndAwait(Frame) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.disconnect(Frame).
- disconnectAndForget() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.disconnect()that ignores the result of the operation.
- disconnectAndForget() - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Variant ofMqttClient.disconnect()that ignores the result of the operation.
- disconnectAndForget(Frame) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.disconnect(Frame)that ignores the result of the operation.
- disconnectHandler(Runnable) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- disconnectHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- disconnectMessageHandler(Consumer<MqttDisconnectMessage>) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.AmazonCognitoAuth
- 
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.AzureADAuth
- 
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GoogleAuth
- 
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.IBMCloudAuth
- 
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.KeycloakAuth
- 
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.OpenIDConnectAuth
- 
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.SalesforceAuth
- 
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discoverAndAwait(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.AmazonCognitoAuth
- 
Blocking variant ofAmazonCognitoAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options).
- discoverAndAwait(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.AzureADAuth
- 
Blocking variant ofAzureADAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options).
- discoverAndAwait(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GoogleAuth
- 
Blocking variant ofGoogleAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options).
- discoverAndAwait(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.IBMCloudAuth
- 
Blocking variant ofIBMCloudAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options).
- discoverAndAwait(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.KeycloakAuth
- 
Blocking variant ofKeycloakAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options).
- discoverAndAwait(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.OpenIDConnectAuth
- 
Blocking variant ofOpenIDConnectAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options).
- discoverAndAwait(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.SalesforceAuth
- 
Blocking variant ofSalesforceAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options).
- discoverAndForget(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.AmazonCognitoAuth
- 
Variant ofAmazonCognitoAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)that ignores the result of the operation.
- discoverAndForget(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.AzureADAuth
- 
Variant ofAzureADAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)that ignores the result of the operation.
- discoverAndForget(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GoogleAuth
- 
Variant ofGoogleAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)that ignores the result of the operation.
- discoverAndForget(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.IBMCloudAuth
- 
Variant ofIBMCloudAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)that ignores the result of the operation.
- discoverAndForget(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.KeycloakAuth
- 
Variant ofKeycloakAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)that ignores the result of the operation.
- discoverAndForget(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.OpenIDConnectAuth
- 
Variant ofOpenIDConnectAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)that ignores the result of the operation.
- discoverAndForget(Vertx, OAuth2Options) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.SalesforceAuth
- 
Variant ofSalesforceAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)that ignores the result of the operation.
- dispatch(StompServerConnection, Frame) - Method in class io.vertx.mutiny.ext.stomp.Destination
- distinct(String, String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Gets the distinct values of the specified field name.
- distinct(String, String, String, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Gets the distinct values of the specified field name.
- distinctAndAwait(String, String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.distinct(String,String,String).
- distinctAndAwait(String, String, String, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.distinct(String,String,String,DistinctOptions).
- distinctAndForget(String, String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.distinct(String,String,String)that ignores the result of the operation.
- distinctAndForget(String, String, String, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.distinct(String,String,String,DistinctOptions)that ignores the result of the operation.
- distinctBatch(String, String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- distinctBatch(String, String, String, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- distinctBatchWithQuery(String, String, String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- distinctBatchWithQuery(String, String, String, JsonObject, int) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- distinctBatchWithQuery(String, String, String, JsonObject, int, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- distinctBatchWithQuery(String, String, String, JsonObject, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- distinctWithQuery(String, String, String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Gets the distinct values of the specified field name filtered by specified query.
- distinctWithQuery(String, String, String, JsonObject, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Gets the distinct values of the specified field name filtered by specified query.
- distinctWithQueryAndAwait(String, String, String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.distinctWithQuery(String,String,String,JsonObject).
- distinctWithQueryAndAwait(String, String, String, JsonObject, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.distinctWithQuery(String,String,String,JsonObject,DistinctOptions).
- distinctWithQueryAndForget(String, String, String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.distinctWithQuery(String,String,String,JsonObject)that ignores the result of the operation.
- distinctWithQueryAndForget(String, String, String, JsonObject, DistinctOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.distinctWithQuery(String,String,String,JsonObject,DistinctOptions)that ignores the result of the operation.
- DnsClient - Class in io.vertx.mutiny.core.dns
- 
Provides a way to asynchronously lookup information from DNS servers.
- DnsClient(DnsClient) - Constructor for class io.vertx.mutiny.core.dns.DnsClient
- DnsClient(Object) - Constructor for class io.vertx.mutiny.core.dns.DnsClient
- domainSocketAddress(String) - Static method in class io.vertx.mutiny.core.net.SocketAddress
- doubleValue() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- doValidation() - Method in class io.vertx.mutiny.ext.web.openapi.router.OpenAPIRoute
- downloadByFileName(WriteStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- downloadByFileNameAndAwait(WriteStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- downloadByFileNameAndForget(WriteStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- downloadByFileNameWithOptionsAndAwait(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- downloadByFileNameWithOptionsAndForget(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- downloadById(WriteStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- downloadByIdAndAwait(WriteStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- downloadByIdAndForget(WriteStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- downloadFile(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Downloads a file.
- downloadFileAndAwait(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Blocking variant ofMongoGridFsClient.downloadFile(String).
- downloadFileAndForget(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Variant ofMongoGridFsClient.downloadFile(String)that ignores the result of the operation.
- downloadFileAs(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Downloads a file and gives it a new name.
- downloadFileAsAndAwait(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Blocking variant ofMongoGridFsClient.downloadFileAs(String,String).
- downloadFileAsAndForget(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Variant ofMongoGridFsClient.downloadFileAs(String,String)that ignores the result of the operation.
- downloadFileByID(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Downloads a file using the ID generated by GridFs.
- downloadFileByIDAndAwait(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Blocking variant ofMongoGridFsClient.downloadFileByID(String,String).
- downloadFileByIDAndForget(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Variant ofMongoGridFsClient.downloadFileByID(String,String)that ignores the result of the operation.
- drainHandler(Runnable) - Method in class io.vertx.mutiny.amqp.AmqpSender
- drainHandler(Runnable) - Method in class io.vertx.mutiny.core.file.AsyncFile
- drainHandler(Runnable) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- drainHandler(Runnable) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- drainHandler(Runnable) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- drainHandler(Runnable) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- drainHandler(Runnable) - Method in class io.vertx.mutiny.core.http.WebSocket
- drainHandler(Runnable) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- drainHandler(Runnable) - Method in class io.vertx.mutiny.core.net.NetSocket
- drainHandler(Runnable) - Method in interface io.vertx.mutiny.core.streams.WriteStream
- drainHandler(Runnable) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- drainHandler(Runnable) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- drop() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Drops the entire file bucket with all of its contents
- dropAndAwait() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Blocking variant ofMongoGridFsClient.drop().
- dropAndForget() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Variant ofMongoGridFsClient.drop()that ignores the result of the operation.
- DropboxAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for Dropbox.
- DropboxAuth(DropboxAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.DropboxAuth
- DropboxAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.DropboxAuth
- dropCollection(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Drop a collection
- dropCollectionAndAwait(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.dropCollection(String).
- dropCollectionAndForget(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.dropCollection(String)that ignores the result of the operation.
- dropIndex(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Drops the index given its name.
- dropIndexAndAwait(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.dropIndex(String,String).
- dropIndexAndForget(String, String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.dropIndex(String,String)that ignores the result of the operation.
- dump(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return a serialized version of the value stored at the specified key.
- DUMP - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return a serialized version of the value stored at the specified key.
- dumpAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.dump(String).
- dumpAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.dump(String)that ignores the result of the operation.
- durable(boolean) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
E
- earlyHintsHandler(Consumer<MultiMap>) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- echo(String) - Method in class io.vertx.mutiny.ext.shell.term.Term
- echo(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Echo the given string.
- ECHO - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Echo the given string.
- echoAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.echo(String).
- echoAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.echo(String)that ignores the result of the operation.
- enable() - Method in class io.vertx.mutiny.ext.web.Route
- encode() - Method in class io.vertx.mutiny.core.http.Cookie
- encode(List<String>) - Method in class io.vertx.mutiny.ext.auth.oauth2.authorization.ScopeAuthorization
- end() - Method in class io.vertx.mutiny.amqp.AmqpSender
- end() - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Same asWriteStream.end()but with anhandlercalled when the operation completes
- end() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
CallsWebSocketBase.close()
- end() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Same asHttpClientRequest.end(java.lang.String)but with anhandlercalled when the operation completes
- end() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- 
Same asHttpClientResponse.end()but with anhandlercalled when the operation completes
- end() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Same asHttpServerRequest.end()but with anhandlercalled when the operation completes
- end() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Same asHttpServerResponse.end()but with anhandlercalled when the operation completes
- end() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
CallsWebSocketBase.close()
- end() - Method in class io.vertx.mutiny.core.http.WebSocket
- 
CallsWebSocketBase.close()
- end() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
CallsWebSocketBase.close()
- end() - Method in class io.vertx.mutiny.core.net.NetSocket
- end() - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- end() - Method in interface io.vertx.mutiny.core.streams.WriteStream
- 
Same asWriteStream.end()but with anhandlercalled when the operation completes
- end() - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- end() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- end() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- end() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- end(int) - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- end(AmqpMessage) - Method in class io.vertx.mutiny.amqp.AmqpSender
- end(Buffer) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Same as but with anhandlercalled when the operation completes
- end(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Same as but with anhandlercalled when the operation completes
- end(Buffer) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Same asHttpClientRequest.end(java.lang.String)but with anhandlercalled when the operation completes
- end(Buffer) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Same asHttpServerResponse.end()but with anhandlercalled when the operation completes
- end(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Same as but with anhandlercalled when the operation completes
- end(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Same as but with anhandlercalled when the operation completes
- end(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Same as but with anhandlercalled when the operation completes
- end(Buffer) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Same as but with anhandlercalled when the operation completes
- end(Buffer) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- end(Buffer) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- end(KafkaProducerRecord<K, V>) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- end(String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Same asHttpClientRequest.end(java.lang.String)but with anhandlercalled when the operation completes
- end(String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Same asHttpServerResponse.end()but with anhandlercalled when the operation completes
- end(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- end(String, String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Same asHttpClientRequest.end(java.lang.String)but with anhandlercalled when the operation completes
- end(String, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Same asHttpServerResponse.end()but with anhandlercalled when the operation completes
- end(T) - Method in interface io.vertx.mutiny.core.streams.WriteStream
- 
Same as but with anhandlercalled when the operation completes
- endAndAwait() - Method in class io.vertx.mutiny.amqp.AmqpSender
- endAndAwait() - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Blocking variant ofWriteStream.end().
- endAndAwait() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Blocking variant ofWebSocketBase.end(io.vertx.mutiny.core.buffer.Buffer).
- endAndAwait() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Blocking variant ofHttpClientRequest.end(java.lang.String).
- endAndAwait() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- 
Blocking variant ofHttpClientResponse.end().
- endAndAwait() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Blocking variant ofHttpServerRequest.end().
- endAndAwait() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofWriteStream.end().
- endAndAwait() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Blocking variant ofWebSocketBase.end(io.vertx.mutiny.core.buffer.Buffer).
- endAndAwait() - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Blocking variant ofWebSocketBase.end(io.vertx.mutiny.core.buffer.Buffer).
- endAndAwait() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Blocking variant ofWebSocketBase.end(io.vertx.mutiny.core.buffer.Buffer).
- endAndAwait() - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Blocking variant ofWriteStream.end().
- endAndAwait() - Method in interface io.vertx.mutiny.core.streams.WriteStream
- 
Blocking variant ofWriteStream.end().
- endAndAwait() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- endAndAwait() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Blocking variant ofRoutingContext.end(java.lang.String).
- endAndAwait() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- endAndAwait(AmqpMessage) - Method in class io.vertx.mutiny.amqp.AmqpSender
- endAndAwait(Buffer) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Blocking variant ofio.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer).
- endAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Blocking variant ofio.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer).
- endAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Blocking variant ofHttpClientRequest.end(io.vertx.mutiny.core.buffer.Buffer).
- endAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofio.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer).
- endAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Blocking variant ofio.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer).
- endAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Blocking variant ofio.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer).
- endAndAwait(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Blocking variant ofio.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer).
- endAndAwait(Buffer) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Blocking variant ofio.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer).
- endAndAwait(Buffer) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- endAndAwait(Buffer) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Blocking variant ofRoutingContext.end(io.vertx.mutiny.core.buffer.Buffer).
- endAndAwait(KafkaProducerRecord<K, V>) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- endAndAwait(String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Blocking variant ofHttpClientRequest.end(String).
- endAndAwait(String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.end(String).
- endAndAwait(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Blocking variant ofRoutingContext.end(String).
- endAndAwait(String, String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Blocking variant ofHttpClientRequest.end(String,String).
- endAndAwait(String, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.end(String,String).
- endAndAwait(T) - Method in interface io.vertx.mutiny.core.streams.WriteStream
- 
Blocking variant ofWriteStream.end(T).
- endAndForget() - Method in class io.vertx.mutiny.amqp.AmqpSender
- endAndForget() - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Variant ofWriteStream.end()that ignores the result of the operation.
- endAndForget() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Variant ofWebSocketBase.end(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- endAndForget() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Variant ofHttpClientRequest.end(java.lang.String)that ignores the result of the operation.
- endAndForget() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- 
Variant ofHttpClientResponse.end()that ignores the result of the operation.
- endAndForget() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Variant ofHttpServerRequest.end()that ignores the result of the operation.
- endAndForget() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofWriteStream.end()that ignores the result of the operation.
- endAndForget() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Variant ofWebSocketBase.end(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- endAndForget() - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Variant ofWebSocketBase.end(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- endAndForget() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Variant ofWebSocketBase.end(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- endAndForget() - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Variant ofWriteStream.end()that ignores the result of the operation.
- endAndForget() - Method in interface io.vertx.mutiny.core.streams.WriteStream
- 
Variant ofWriteStream.end()that ignores the result of the operation.
- endAndForget() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- endAndForget() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Variant ofRoutingContext.end(java.lang.String)that ignores the result of the operation.
- endAndForget() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- endAndForget(AmqpMessage) - Method in class io.vertx.mutiny.amqp.AmqpSender
- endAndForget(Buffer) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Variant ofio.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- endAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Variant ofio.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- endAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Variant ofHttpClientRequest.end(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- endAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofio.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- endAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Variant ofio.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- endAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Variant ofio.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- endAndForget(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Variant ofio.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- endAndForget(Buffer) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Variant ofio.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- endAndForget(Buffer) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- endAndForget(Buffer) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Variant ofRoutingContext.end(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- endAndForget(KafkaProducerRecord<K, V>) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- endAndForget(String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Variant ofHttpClientRequest.end(String)that ignores the result of the operation.
- endAndForget(String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.end(String)that ignores the result of the operation.
- endAndForget(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Variant ofRoutingContext.end(String)that ignores the result of the operation.
- endAndForget(String, String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Variant ofHttpClientRequest.end(String,String)that ignores the result of the operation.
- endAndForget(String, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.end(String,String)that ignores the result of the operation.
- endAndForget(T) - Method in interface io.vertx.mutiny.core.streams.WriteStream
- 
Variant ofWriteStream.end(T)that ignores the result of the operation.
- ended() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- endHandler(Handler<Void>) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
- endHandler(Runnable) - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- endHandler(Runnable) - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- endHandler(Runnable) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Deprecated.removed in Vert.x 5
- endHandler(Runnable) - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- endHandler(Runnable) - Method in class io.vertx.mutiny.core.file.AsyncFile
- endHandler(Runnable) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- endHandler(Runnable) - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- endHandler(Runnable) - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- endHandler(Runnable) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- endHandler(Runnable) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- endHandler(Runnable) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- endHandler(Runnable) - Method in class io.vertx.mutiny.core.http.WebSocket
- endHandler(Runnable) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- endHandler(Runnable) - Method in class io.vertx.mutiny.core.net.NetSocket
- endHandler(Runnable) - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- endHandler(Runnable) - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- endHandler(Runnable) - Method in interface io.vertx.mutiny.core.streams.ReadStream
- endHandler(Runnable) - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- endHandler(Runnable) - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- endHandler(Runnable) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- endHandler(Runnable) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- endHandler(Runnable) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- endHandler(Runnable) - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- endHandler(Runnable) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- endHandler(Runnable) - Method in class io.vertx.mutiny.redis.client.RedisConnection
- endHandler(Runnable) - Method in class io.vertx.mutiny.sqlclient.RowStream
- endHandler(Consumer<ServerWebSocket>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- endHandler(Consumer<ServerWebSocket>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- 
Deprecated.as of 4.5.1, useGraphQLWSHandler.builder(GraphQL)instead
- endOffsets(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Get the last offset for the given partition.
- endOffsetsAndAwait(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.endOffsets(TopicPartition).
- endOffsetsAndForget(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.endOffsets(TopicPartition)that ignores the result of the operation.
- endOnComplete(boolean) - Method in class io.vertx.mutiny.core.streams.Pipe
- endOnFailure(boolean) - Method in class io.vertx.mutiny.core.streams.Pipe
- endOnSuccess(boolean) - Method in class io.vertx.mutiny.core.streams.Pipe
- endpointHandler(Consumer<MqttEndpoint>) - Method in class io.vertx.mutiny.mqtt.MqttServer
- endSessionURL(User) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- endSessionURL(User, JsonObject) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- entries() - Method in class io.vertx.mutiny.core.MultiMap
- ENV_VARIABLE_NAME - Static variable in class io.vertx.mutiny.ext.web.common.WebEnvironment
- envelope() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQMessage
- equals(Object) - Method in class io.smallrye.mutiny.vertx.DelegatingConsumerHandler
- equals(Object) - Method in class io.smallrye.mutiny.vertx.DelegatingHandler
- equals(Object) - Method in class io.vertx.mutiny.amqp.AmqpClient
- equals(Object) - Method in class io.vertx.mutiny.amqp.AmqpConnection
- equals(Object) - Method in class io.vertx.mutiny.amqp.AmqpMessage
- equals(Object) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- equals(Object) - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- equals(Object) - Method in class io.vertx.mutiny.amqp.AmqpSender
- equals(Object) - Method in class io.vertx.mutiny.camel.CamelBridge
- equals(Object) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- equals(Object) - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- equals(Object) - Method in class io.vertx.mutiny.cassandra.ResultSet
- equals(Object) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- equals(Object) - Method in class io.vertx.mutiny.circuitbreaker.FailurePolicy
- equals(Object) - Method in class io.vertx.mutiny.circuitbreaker.HystrixMetricHandler
- equals(Object) - Method in class io.vertx.mutiny.circuitbreaker.RetryPolicy
- equals(Object) - Method in class io.vertx.mutiny.config.ConfigRetriever
- equals(Object) - Method in class io.vertx.mutiny.core.buffer.Buffer
- equals(Object) - Method in class io.vertx.mutiny.core.cli.CLI
- equals(Object) - Method in class io.vertx.mutiny.core.cli.CommandLine
- equals(Object) - Method in class io.vertx.mutiny.core.Context
- equals(Object) - Method in class io.vertx.mutiny.core.datagram.DatagramPacket
- equals(Object) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- equals(Object) - Method in class io.vertx.mutiny.core.dns.DnsClient
- equals(Object) - Method in class io.vertx.mutiny.core.dns.MxRecord
- equals(Object) - Method in class io.vertx.mutiny.core.dns.SrvRecord
- equals(Object) - Method in class io.vertx.mutiny.core.eventbus.DeliveryContext
- equals(Object) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- equals(Object) - Method in class io.vertx.mutiny.core.eventbus.Message
- equals(Object) - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- equals(Object) - Method in class io.vertx.mutiny.core.eventbus.MessageProducer
- equals(Object) - Method in class io.vertx.mutiny.core.file.AsyncFile
- equals(Object) - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- equals(Object) - Method in class io.vertx.mutiny.core.file.FileProps
- equals(Object) - Method in class io.vertx.mutiny.core.file.FileSystem
- equals(Object) - Method in class io.vertx.mutiny.core.file.FileSystemProps
- equals(Object) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- equals(Object) - Method in class io.vertx.mutiny.core.http.Cookie
- equals(Object) - Method in class io.vertx.mutiny.core.http.HttpClient
- equals(Object) - Method in class io.vertx.mutiny.core.http.HttpClientBuilder
- equals(Object) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- equals(Object) - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- equals(Object) - Method in class io.vertx.mutiny.core.http.HttpConnection
- equals(Object) - Method in class io.vertx.mutiny.core.http.HttpFrame
- equals(Object) - Method in class io.vertx.mutiny.core.http.HttpHeaders
- equals(Object) - Method in class io.vertx.mutiny.core.http.HttpServer
- equals(Object) - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- equals(Object) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- equals(Object) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- equals(Object) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- equals(Object) - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- equals(Object) - Method in class io.vertx.mutiny.core.http.WebSocket
- equals(Object) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- equals(Object) - Method in class io.vertx.mutiny.core.http.WebSocketFrame
- equals(Object) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- equals(Object) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- equals(Object) - Method in class io.vertx.mutiny.core.MultiMap
- equals(Object) - Method in class io.vertx.mutiny.core.net.HostAndPort
- equals(Object) - Method in class io.vertx.mutiny.core.net.NetClient
- equals(Object) - Method in class io.vertx.mutiny.core.net.NetServer
- equals(Object) - Method in class io.vertx.mutiny.core.net.NetSocket
- equals(Object) - Method in class io.vertx.mutiny.core.net.SelfSignedCertificate
- equals(Object) - Method in class io.vertx.mutiny.core.net.SocketAddress
- equals(Object) - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- equals(Object) - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- equals(Object) - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- equals(Object) - Method in class io.vertx.mutiny.core.Promise
- equals(Object) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- equals(Object) - Method in class io.vertx.mutiny.core.shareddata.Counter
- equals(Object) - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- equals(Object) - Method in class io.vertx.mutiny.core.shareddata.Lock
- equals(Object) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- equals(Object) - Method in class io.vertx.mutiny.core.streams.Pipe
- equals(Object) - Method in class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.core.Timer
- equals(Object) - Method in class io.vertx.mutiny.core.Vertx
- equals(Object) - Method in class io.vertx.mutiny.core.VertxBuilder
- equals(Object) - Method in class io.vertx.mutiny.core.WorkerExecutor
- equals(Object) - Method in class io.vertx.mutiny.db2client.DB2Builder
- equals(Object) - Method in class io.vertx.mutiny.db2client.DB2Connection
- equals(Object) - Method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.authorization.AndAuthorization
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.authorization.Authorization
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationContext
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.authorization.Authorizations
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.authorization.NotAuthorization
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.authorization.OrAuthorization
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.authorization.PermissionBasedAuthorization
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.authorization.RoleBasedAuthorization
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.authorization.WildcardPermissionBasedAuthorization
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.AuthProvider
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.ChainAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.HashingAlgorithm
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.HashingStrategy
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.htdigest.HtdigestAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.htpasswd.HtpasswdAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.jwt.authorization.JWTAuthorization
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.jwt.authorization.MicroProfileAuthorization
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.jwt.JWTAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.ldap.LdapAuthentication
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.authorization.KeycloakAuthorization
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.authorization.ScopeAuthorization
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.AmazonCognitoAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.AzureADAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.BoxAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.CloudFoundryAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.DropboxAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.FacebookAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.FoursquareAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GiteeAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GithubAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GitLabAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GoogleAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.HerokuAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.IBMCloudAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.InstagramAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.KeycloakAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.LinkedInAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.LiveAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.MailchimpAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.OpenIDConnectAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.SalesforceAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.ShopifyAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.SoundcloudAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.StripeAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.TwitterAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthentication
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthorization
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.shiro.ShiroAuth
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthentication
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthorization
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.User
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.VertxContextPRNG
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- equals(Object) - Method in class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- equals(Object) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- equals(Object) - Method in class io.vertx.mutiny.ext.consul.Watch
- equals(Object) - Method in class io.vertx.mutiny.ext.consul.WatchResult
- equals(Object) - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent
- equals(Object) - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- equals(Object) - Method in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- equals(Object) - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- equals(Object) - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- equals(Object) - Method in class io.vertx.mutiny.ext.mail.MailClient
- equals(Object) - Method in class io.vertx.mutiny.ext.mail.MailClientBuilder
- equals(Object) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- equals(Object) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.cli.CliToken
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.cli.Completion
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.command.Command
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.command.CommandBuilder
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.command.CommandResolver
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.session.Session
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.Shell
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.ShellServer
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.ShellService
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.system.Job
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.system.JobController
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.system.Process
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.term.Pty
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.term.SignalHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.term.SockJSTermHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.term.Term
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.term.TermServer
- equals(Object) - Method in class io.vertx.mutiny.ext.shell.term.Tty
- equals(Object) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- equals(Object) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- equals(Object) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- equals(Object) - Method in class io.vertx.mutiny.ext.stomp.Acknowledgement
- equals(Object) - Method in class io.vertx.mutiny.ext.stomp.Destination
- equals(Object) - Method in class io.vertx.mutiny.ext.stomp.DestinationFactory
- equals(Object) - Method in class io.vertx.mutiny.ext.stomp.Frames
- equals(Object) - Method in class io.vertx.mutiny.ext.stomp.ServerFrame
- equals(Object) - Method in class io.vertx.mutiny.ext.stomp.StompClient
- equals(Object) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- equals(Object) - Method in class io.vertx.mutiny.ext.stomp.StompServer
- equals(Object) - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
- equals(Object) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.api.service.RouteToEBServiceHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.api.validation.ContainerDeserializer
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.api.validation.CustomValidator
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterValidationRule
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.client.CachingWebClient
- equals(Object) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- equals(Object) - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- equals(Object) - Method in class io.vertx.mutiny.ext.web.client.OAuth2WebClient
- equals(Object) - Method in class io.vertx.mutiny.ext.web.client.predicate.ErrorConverter
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- equals(Object) - Method in class io.vertx.mutiny.ext.web.client.WebClientSession
- equals(Object) - Method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- equals(Object) - Method in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- equals(Object) - Method in class io.vertx.mutiny.ext.web.common.WebEnvironment
- equals(Object) - Method in class io.vertx.mutiny.ext.web.FileUpload
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.APIKeyHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandlerBuilder
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandlerBuilder
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxDataFetcher
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.UploadScalar
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.Message
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.LoggerFormatter
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.SimpleAuthenticationHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.XFrameHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- equals(Object) - Method in class io.vertx.mutiny.ext.web.MIMEHeader
- equals(Object) - Method in class io.vertx.mutiny.ext.web.multipart.FormDataPart
- equals(Object) - Method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- equals(Object) - Method in class io.vertx.mutiny.ext.web.openapi.OpenAPIHolder
- equals(Object) - Method in class io.vertx.mutiny.ext.web.openapi.Operation
- equals(Object) - Method in class io.vertx.mutiny.ext.web.openapi.router.OpenAPIRoute
- equals(Object) - Method in class io.vertx.mutiny.ext.web.openapi.router.RequestExtractor
- equals(Object) - Method in class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- equals(Object) - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- equals(Object) - Method in class io.vertx.mutiny.ext.web.openapi.SecurityScheme
- equals(Object) - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
- equals(Object) - Method in class io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
- equals(Object) - Method in class io.vertx.mutiny.ext.web.RequestBody
- equals(Object) - Method in class io.vertx.mutiny.ext.web.Route
- equals(Object) - Method in class io.vertx.mutiny.ext.web.Router
- equals(Object) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- equals(Object) - Method in class io.vertx.mutiny.ext.web.Session
- equals(Object) - Method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
- equals(Object) - Method in class io.vertx.mutiny.ext.web.sstore.cookie.CookieSessionStore
- equals(Object) - Method in class io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore
- equals(Object) - Method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
- equals(Object) - Method in class io.vertx.mutiny.ext.web.sstore.redis.RedisSessionStore
- equals(Object) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- equals(Object) - Method in class io.vertx.mutiny.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- equals(Object) - Method in class io.vertx.mutiny.ext.web.templ.handlebars.HandlebarsTemplateEngine
- equals(Object) - Method in class io.vertx.mutiny.ext.web.templ.httl.HTTLTemplateEngine
- equals(Object) - Method in class io.vertx.mutiny.ext.web.templ.jade.JadeTemplateEngine
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.ext.web.templ.mvel.MVELTemplateEngine
- equals(Object) - Method in class io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine
- equals(Object) - Method in class io.vertx.mutiny.ext.web.templ.pug.PugTemplateEngine
- equals(Object) - Method in class io.vertx.mutiny.ext.web.templ.rocker.RockerTemplateEngine
- equals(Object) - Method in class io.vertx.mutiny.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- equals(Object) - Method in class io.vertx.mutiny.ext.web.UserContext
- equals(Object) - Method in class io.vertx.mutiny.ext.web.validation.builder.ArrayParserFactory
- equals(Object) - Method in class io.vertx.mutiny.ext.web.validation.builder.Bodies
- equals(Object) - Method in class io.vertx.mutiny.ext.web.validation.builder.BodyProcessorFactory
- equals(Object) - Method in class io.vertx.mutiny.ext.web.validation.builder.ObjectParserFactory
- equals(Object) - Method in class io.vertx.mutiny.ext.web.validation.builder.ParameterProcessorFactory
- equals(Object) - Method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- equals(Object) - Method in class io.vertx.mutiny.ext.web.validation.builder.Parsers
- equals(Object) - Method in class io.vertx.mutiny.ext.web.validation.builder.StyledParameterProcessorFactory
- equals(Object) - Method in class io.vertx.mutiny.ext.web.validation.builder.TupleParserFactory
- equals(Object) - Method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- equals(Object) - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- equals(Object) - Method in class io.vertx.mutiny.ext.web.validation.RequestParameters
- equals(Object) - Method in class io.vertx.mutiny.ext.web.validation.RequestPredicate
- equals(Object) - Method in class io.vertx.mutiny.ext.web.validation.RequestPredicateResult
- equals(Object) - Method in class io.vertx.mutiny.ext.web.validation.ValidationHandler
- equals(Object) - Method in class io.vertx.mutiny.httpproxy.Body
- equals(Object) - Method in class io.vertx.mutiny.httpproxy.HttpProxy
- equals(Object) - Method in class io.vertx.mutiny.httpproxy.OriginRequestProvider
- equals(Object) - Method in class io.vertx.mutiny.httpproxy.ProxyContext
- equals(Object) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- equals(Object) - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- equals(Object) - Method in class io.vertx.mutiny.jdbcclient.JDBCPool
- equals(Object) - Method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- equals(Object) - Method in class io.vertx.mutiny.json.schema.JsonFormatValidator
- equals(Object) - Method in class io.vertx.mutiny.json.schema.JsonSchema
- equals(Object) - Method in class io.vertx.mutiny.json.schema.Ref
- equals(Object) - Method in class io.vertx.mutiny.json.schema.Schema
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- equals(Object) - Method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.json.schema.Validator
- equals(Object) - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- equals(Object) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- equals(Object) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- equals(Object) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
- equals(Object) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaHeader
- equals(Object) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- equals(Object) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- equals(Object) - Method in class io.vertx.mutiny.micrometer.MetricsService
- equals(Object) - Method in class io.vertx.mutiny.micrometer.PrometheusScrapingHandler
- equals(Object) - Method in class io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
- equals(Object) - Method in class io.vertx.mutiny.mqtt.messages.MqttDisconnectMessage
- equals(Object) - Method in class io.vertx.mutiny.mqtt.messages.MqttPubAckMessage
- equals(Object) - Method in class io.vertx.mutiny.mqtt.messages.MqttPubCompMessage
- equals(Object) - Method in class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- equals(Object) - Method in class io.vertx.mutiny.mqtt.messages.MqttPubRecMessage
- equals(Object) - Method in class io.vertx.mutiny.mqtt.messages.MqttPubRelMessage
- equals(Object) - Method in class io.vertx.mutiny.mqtt.messages.MqttSubAckMessage
- equals(Object) - Method in class io.vertx.mutiny.mqtt.messages.MqttSubscribeMessage
- equals(Object) - Method in class io.vertx.mutiny.mqtt.messages.MqttUnsubscribeMessage
- equals(Object) - Method in class io.vertx.mutiny.mqtt.MqttClient
- equals(Object) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- equals(Object) - Method in class io.vertx.mutiny.mqtt.MqttServer
- equals(Object) - Method in class io.vertx.mutiny.mqtt.MqttTopicSubscription
- equals(Object) - Method in class io.vertx.mutiny.mssqlclient.MSSQLBuilder
- equals(Object) - Method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- equals(Object) - Method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.mysqlclient.MySQLBuilder
- equals(Object) - Method in class io.vertx.mutiny.mysqlclient.MySQLClient
- equals(Object) - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- equals(Object) - Method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.openapi.contract.MediaType
- equals(Object) - Method in class io.vertx.mutiny.openapi.contract.OAuthFlow
- equals(Object) - Method in class io.vertx.mutiny.openapi.contract.OAuthFlows
- equals(Object) - Method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- equals(Object) - Method in class io.vertx.mutiny.openapi.contract.Operation
- equals(Object) - Method in class io.vertx.mutiny.openapi.contract.Parameter
- equals(Object) - Method in class io.vertx.mutiny.openapi.contract.Path
- equals(Object) - Method in class io.vertx.mutiny.openapi.contract.RequestBody
- equals(Object) - Method in class io.vertx.mutiny.openapi.contract.Response
- equals(Object) - Method in class io.vertx.mutiny.openapi.contract.SecurityRequirement
- equals(Object) - Method in class io.vertx.mutiny.openapi.contract.SecurityScheme
- equals(Object) - Method in class io.vertx.mutiny.openapi.contract.Server
- equals(Object) - Method in class io.vertx.mutiny.openapi.validation.RequestParameter
- equals(Object) - Method in class io.vertx.mutiny.openapi.validation.RequestValidator
- equals(Object) - Method in class io.vertx.mutiny.openapi.validation.ResponseParameter
- equals(Object) - Method in class io.vertx.mutiny.openapi.validation.ValidatableRequest
- equals(Object) - Method in class io.vertx.mutiny.openapi.validation.ValidatableResponse
- equals(Object) - Method in class io.vertx.mutiny.openapi.validation.ValidatedRequest
- equals(Object) - Method in class io.vertx.mutiny.openapi.validation.ValidatedResponse
- equals(Object) - Method in class io.vertx.mutiny.oracleclient.OracleBuilder
- equals(Object) - Method in class io.vertx.mutiny.oracleclient.OracleClient
- equals(Object) - Method in class io.vertx.mutiny.oracleclient.OracleConnection
- equals(Object) - Method in class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.pgclient.PgBuilder
- equals(Object) - Method in class io.vertx.mutiny.pgclient.PgConnection
- equals(Object) - Method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- equals(Object) - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- equals(Object) - Method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- equals(Object) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- equals(Object) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- equals(Object) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQMessage
- equals(Object) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- equals(Object) - Method in class io.vertx.mutiny.redis.client.Command
- equals(Object) - Method in class io.vertx.mutiny.redis.client.Redis
- equals(Object) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- equals(Object) - Method in class io.vertx.mutiny.redis.client.RedisConnection
- equals(Object) - Method in class io.vertx.mutiny.redis.client.Request
- equals(Object) - Method in class io.vertx.mutiny.redis.client.Response
- equals(Object) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- equals(Object) - Method in class io.vertx.mutiny.servicediscovery.ServiceReference
- equals(Object) - Method in class io.vertx.mutiny.servicediscovery.spi.ServiceExporter
- equals(Object) - Method in class io.vertx.mutiny.servicediscovery.spi.ServiceImporter
- equals(Object) - Method in class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- equals(Object) - Method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- equals(Object) - Method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- equals(Object) - Method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- equals(Object) - Method in class io.vertx.mutiny.servicediscovery.types.MessageSource
- equals(Object) - Method in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- equals(Object) - Method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.ClientBuilder
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.Cursor
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.desc.ColumnDescriptor
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.Pool
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.PreparedQuery
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.PreparedStatement
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.PropertyKind
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.Query
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.Row
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.RowIterator
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.RowSet
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.RowStream
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.spi.DatabaseMetadata
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.SqlClient
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.SqlResult
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.templates.RowMapper
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.templates.TupleMapper
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.Transaction
- equals(Object) - Method in class io.vertx.mutiny.sqlclient.Tuple
- equals(Object) - Method in class io.vertx.mutiny.uritemplate.UriTemplate
- equals(Object) - Method in class io.vertx.mutiny.uritemplate.Variables
- errorConverter() - Method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- ErrorConverter - Class in io.vertx.mutiny.ext.web.client.predicate
- 
Deprecated.
- ErrorConverter(ErrorConverter) - Constructor for class io.vertx.mutiny.ext.web.client.predicate.ErrorConverter
- 
Deprecated.
- ErrorConverter(Object) - Constructor for class io.vertx.mutiny.ext.web.client.predicate.ErrorConverter
- 
Deprecated.
- errorFrameHandler(Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClient
- errorHandler(int, Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.Router
- errorHandler(Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- ErrorHandler - Class in io.vertx.mutiny.ext.web.handler
- 
A pretty error handler for rendering error pages.
- ErrorHandler(ErrorHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.ErrorHandler
- ErrorHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.ErrorHandler
- etag() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- etag(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- ETAG - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Etag header name
- eval(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Execute a Lua script server side.
- EVAL - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Execute a Lua script server side.
- EVAL_RO - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Execute a read-only Lua script server side.
- evalAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.eval(List).
- evalAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.eval(List)that ignores the result of the operation.
- evalRo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Execute a read-only Lua script server side.
- evalRoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.evalRo(List).
- evalRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.evalRo(List)that ignores the result of the operation.
- evalsha(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Execute a Lua script server side.
- EVALSHA - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Execute a Lua script server side.
- EVALSHA_RO - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Execute a read-only Lua script server side.
- evalshaAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.evalsha(List).
- evalshaAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.evalsha(List)that ignores the result of the operation.
- evalshaRo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Execute a read-only Lua script server side.
- evalshaRoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.evalshaRo(List).
- evalshaRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.evalshaRo(List)that ignores the result of the operation.
- EVENT_ID - Static variable in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Constant for id field of usage events.
- EVENT_RECORD - Static variable in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Constant for record field of usage events.
- EVENT_TYPE - Static variable in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Constant for type field of usage events.
- EVENT_TYPE_BIND - Static variable in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Constant for event type `Bind`.
- EVENT_TYPE_RELEASE - Static variable in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Constant for event type `Release`.
- eventBus() - Method in class io.vertx.mutiny.core.Vertx
- EventBus - Class in io.vertx.mutiny.core.eventbus
- 
A Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way.
- EventBus(EventBus) - Constructor for class io.vertx.mutiny.core.eventbus.EventBus
- EventBus(Object) - Constructor for class io.vertx.mutiny.core.eventbus.EventBus
- EventBusService - Class in io.vertx.mutiny.servicediscovery.types
- 
for event bus services (service proxies).
- EventBusService(EventBusService) - Constructor for class io.vertx.mutiny.servicediscovery.types.EventBusService
- EventBusService(Object) - Constructor for class io.vertx.mutiny.servicediscovery.types.EventBusService
- events(String, Vertx) - Static method in class io.vertx.mutiny.ext.consul.Watch
- events(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.mutiny.ext.consul.Watch
- exceptionHandler(Handler<Throwable>) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.amqp.AmqpConnection
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.amqp.AmqpSender
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.Context
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.file.AsyncFile
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.http.HttpConnection
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.http.HttpServer
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.http.WebSocket
- exceptionHandler(Consumer<Throwable>) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.net.NetSocket
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- exceptionHandler(Consumer<Throwable>) - Method in interface io.vertx.mutiny.core.streams.ReadStream
- exceptionHandler(Consumer<Throwable>) - Method in interface io.vertx.mutiny.core.streams.StreamBase
- exceptionHandler(Consumer<Throwable>) - Method in interface io.vertx.mutiny.core.streams.WriteStream
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.core.Vertx
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.db2client.DB2Connection
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.ext.stomp.StompClient
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.mqtt.MqttClient
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.mqtt.MqttServer
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.oracleclient.OracleConnection
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.pgclient.PgConnection
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.sqlclient.RowStream
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- exchangeBind(String, String, String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Bind an exchange to an exchange.
- exchangeBind(String, String, String, Map<String, Object>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Bind an exchange to an exchange.
- exchangeBindAndAwait(String, String, String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.exchangeBind(String,String,String).
- exchangeBindAndAwait(String, String, String, Map<String, Object>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.exchangeBind(String,String,String,Map).
- exchangeBindAndForget(String, String, String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.exchangeBind(String,String,String)that ignores the result of the operation.
- exchangeBindAndForget(String, String, String, Map<String, Object>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.exchangeBind(String,String,String,Map)that ignores the result of the operation.
- exchangeDeclare(String, String, boolean, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Declare an exchange.
- exchangeDeclare(String, String, boolean, boolean, JsonObject) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
- exchangeDeclareAndAwait(String, String, boolean, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.exchangeDeclare(String,String,boolean,boolean).
- exchangeDeclareAndAwait(String, String, boolean, boolean, JsonObject) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.exchangeDeclare(String,String,boolean,boolean,JsonObject).
- exchangeDeclareAndForget(String, String, boolean, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.exchangeDeclare(String,String,boolean,boolean)that ignores the result of the operation.
- exchangeDeclareAndForget(String, String, boolean, boolean, JsonObject) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.exchangeDeclare(String,String,boolean,boolean,JsonObject)that ignores the result of the operation.
- exchangeDelete(String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Delete an exchange, without regard for whether it is in use or not.
- exchangeDeleteAndAwait(String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.exchangeDelete(String).
- exchangeDeleteAndForget(String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.exchangeDelete(String)that ignores the result of the operation.
- exchangeUnbind(String, String, String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Unbind an exchange from an exchange.
- exchangeUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Unbind an exchange from an exchange.
- exchangeUnbindAndAwait(String, String, String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.exchangeUnbind(String,String,String).
- exchangeUnbindAndAwait(String, String, String, Map<String, Object>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.exchangeUnbind(String,String,String,Map).
- exchangeUnbindAndForget(String, String, String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.exchangeUnbind(String,String,String)that ignores the result of the operation.
- exchangeUnbindAndForget(String, String, String, Map<String, Object>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.exchangeUnbind(String,String,String,Map)that ignores the result of the operation.
- EXCLUDE_ANNOTATION_ENTRIES - Static variable in class io.vertx.mutiny.json.schema.JsonSchema
- 
Predicate to filter out annotation keys.
- EXCLUDE_ANNOTATIONS - Static variable in class io.vertx.mutiny.json.schema.JsonSchema
- 
Predicate to filter out annotation keys.
- exec() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Execute all commands issued after MULTI.
- EXEC - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Execute all commands issued after MULTI.
- execAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.exec().
- execAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.exec()that ignores the result of the operation.
- execute() - Method in class io.vertx.mutiny.sqlclient.PreparedQuery
- 
Execute the query.
- execute() - Method in class io.vertx.mutiny.sqlclient.Query
- 
Execute the query.
- execute(Statement) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Execute the statement and provide a handler for consuming results.
- execute(I) - Method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- 
Execute the query with theparameters
- execute(Uni<T>) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- 
Same asCircuitBreaker.executeWithFallback(io.smallrye.mutiny.Uni<T>, java.util.function.Function<java.lang.Throwable, T>)but using the circuit breaker default fallback.
- execute(Tuple) - Method in class io.vertx.mutiny.sqlclient.PreparedQuery
- 
Execute the query.
- execute(String) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Execute the query and provide a handler for consuming results.
- execute(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Executes the given SQL statement
- executeAndAwait() - Method in class io.vertx.mutiny.sqlclient.PreparedQuery
- 
Blocking variant ofQuery.execute().
- executeAndAwait() - Method in class io.vertx.mutiny.sqlclient.Query
- 
Blocking variant ofQuery.execute().
- executeAndAwait(Statement) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Blocking variant ofCassandraClient.execute(Statement).
- executeAndAwait(I) - Method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- 
Blocking variant ofSqlTemplate.execute(I).
- executeAndAwait(Uni<T>) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- 
Blocking variant ofCircuitBreaker.execute(Consumer).
- executeAndAwait(Tuple) - Method in class io.vertx.mutiny.sqlclient.PreparedQuery
- 
Blocking variant ofPreparedQuery.execute(io.vertx.mutiny.sqlclient.Tuple).
- executeAndAwait(String) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Blocking variant ofCassandraClient.execute(String).
- executeAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.execute(String).
- executeAndForget() - Method in class io.vertx.mutiny.sqlclient.PreparedQuery
- 
Variant ofQuery.execute()that ignores the result of the operation.
- executeAndForget() - Method in class io.vertx.mutiny.sqlclient.Query
- 
Variant ofQuery.execute()that ignores the result of the operation.
- executeAndForget(Statement) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Variant ofCassandraClient.execute(Statement)that ignores the result of the operation.
- executeAndForget(I) - Method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- 
Variant ofSqlTemplate.execute(I)that ignores the result of the operation.
- executeAndForget(Uni<T>) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- 
Variant ofCircuitBreaker.execute(Consumer)that ignores the result of the operation.
- executeAndForget(Tuple) - Method in class io.vertx.mutiny.sqlclient.PreparedQuery
- 
Variant ofPreparedQuery.execute(io.vertx.mutiny.sqlclient.Tuple)that ignores the result of the operation.
- executeAndForget(String) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Variant ofCassandraClient.execute(String)that ignores the result of the operation.
- executeAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.execute(String)that ignores the result of the operation.
- executeAndReport(Promise<T>, Uni<T>) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- executeAndReportWithFallback(Promise<T>, Uni<T>, Function<Throwable, T>) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- executeBatch(List<I>) - Method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- 
Execute a batch query with thebatch.
- executeBatch(List<Tuple>) - Method in class io.vertx.mutiny.sqlclient.PreparedQuery
- 
Execute the query with a batch of tuples.
- executeBatchAndAwait(List<I>) - Method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- 
Blocking variant ofSqlTemplate.executeBatch(List).
- executeBatchAndAwait(List<Tuple>) - Method in class io.vertx.mutiny.sqlclient.PreparedQuery
- 
Blocking variant ofPreparedQuery.executeBatch(List).
- executeBatchAndForget(List<I>) - Method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- 
Variant ofSqlTemplate.executeBatch(List)that ignores the result of the operation.
- executeBatchAndForget(List<Tuple>) - Method in class io.vertx.mutiny.sqlclient.PreparedQuery
- 
Variant ofPreparedQuery.executeBatch(List)that ignores the result of the operation.
- executeBlocking(Uni<T>) - Method in class io.vertx.mutiny.core.Context
- 
InvokeContext.executeBlocking(io.smallrye.mutiny.Uni<T>, boolean)with order = true.
- executeBlocking(Uni<T>) - Method in class io.vertx.mutiny.core.Vertx
- 
LikeVertx.executeBlocking(io.smallrye.mutiny.Uni<T>, boolean)called with ordered = true.
- executeBlocking(Uni<T>) - Method in class io.vertx.mutiny.core.WorkerExecutor
- 
LikeWorkerExecutor.executeBlocking(io.smallrye.mutiny.Uni<T>, boolean)called with ordered = true.
- executeBlocking(Uni<T>, boolean) - Method in class io.vertx.mutiny.core.Context
- 
Safely execute some blocking code.
- executeBlocking(Uni<T>, boolean) - Method in class io.vertx.mutiny.core.Vertx
- 
Safely execute some blocking code.
- executeBlocking(Uni<T>, boolean) - Method in class io.vertx.mutiny.core.WorkerExecutor
- 
Safely execute some blocking code.
- executeBlocking(Callable<T>) - Method in class io.vertx.mutiny.core.Context
- 
LikeContext.executeBlocking(io.smallrye.mutiny.Uni<T>, boolean)but using a callback.
- executeBlocking(Callable<T>) - Method in class io.vertx.mutiny.core.Vertx
- 
LikeVertx.executeBlocking(io.smallrye.mutiny.Uni<T>, boolean)but using a callback.
- executeBlocking(Callable<T>) - Method in class io.vertx.mutiny.core.WorkerExecutor
- 
LikeWorkerExecutor.executeBlocking(io.smallrye.mutiny.Uni<T>, boolean)but using a callback.
- executeBlocking(Callable<T>, boolean) - Method in class io.vertx.mutiny.core.Context
- 
LikeContext.executeBlocking(io.smallrye.mutiny.Uni<T>, boolean)but using a callback.
- executeBlocking(Callable<T>, boolean) - Method in class io.vertx.mutiny.core.Vertx
- 
LikeVertx.executeBlocking(io.smallrye.mutiny.Uni<T>, boolean)but using a callback.
- executeBlocking(Callable<T>, boolean) - Method in class io.vertx.mutiny.core.WorkerExecutor
- 
LikeWorkerExecutor.executeBlocking(io.smallrye.mutiny.Uni<T>, boolean)but using a callback.
- executeBlockingAndAwait(Uni<T>) - Method in class io.vertx.mutiny.core.Context
- 
Deprecated.instead useContext.executeBlocking(Callable)
- executeBlockingAndAwait(Uni<T>) - Method in class io.vertx.mutiny.core.Vertx
- 
Deprecated.instead useVertx.executeBlocking(Callable)
- executeBlockingAndAwait(Uni<T>) - Method in class io.vertx.mutiny.core.WorkerExecutor
- 
Deprecated.instead useWorkerExecutor.executeBlocking(Callable)
- executeBlockingAndAwait(Uni<T>, boolean) - Method in class io.vertx.mutiny.core.Context
- 
Deprecated.instead useContext.executeBlocking(Callable, boolean)
- executeBlockingAndAwait(Uni<T>, boolean) - Method in class io.vertx.mutiny.core.Vertx
- 
Deprecated.use insteadVertx.executeBlocking(Callable, boolean)
- executeBlockingAndAwait(Uni<T>, boolean) - Method in class io.vertx.mutiny.core.WorkerExecutor
- 
Deprecated.
- executeBlockingAndAwait(Callable<T>) - Method in class io.vertx.mutiny.core.Context
- 
Blocking variant ofContext.executeBlocking(Callable).
- executeBlockingAndAwait(Callable<T>) - Method in class io.vertx.mutiny.core.Vertx
- 
Blocking variant ofVertx.executeBlocking(Callable).
- executeBlockingAndAwait(Callable<T>) - Method in class io.vertx.mutiny.core.WorkerExecutor
- 
Blocking variant ofWorkerExecutor.executeBlocking(Callable).
- executeBlockingAndAwait(Callable<T>, boolean) - Method in class io.vertx.mutiny.core.Context
- 
Blocking variant ofContext.executeBlocking(Callable,boolean).
- executeBlockingAndAwait(Callable<T>, boolean) - Method in class io.vertx.mutiny.core.Vertx
- 
Blocking variant ofVertx.executeBlocking(Callable,boolean).
- executeBlockingAndAwait(Callable<T>, boolean) - Method in class io.vertx.mutiny.core.WorkerExecutor
- 
Blocking variant ofWorkerExecutor.executeBlocking(Callable,boolean).
- executeBlockingAndForget(Uni<T>) - Method in class io.vertx.mutiny.core.Context
- 
Deprecated.instead useContext.executeBlocking(Callable)
- executeBlockingAndForget(Uni<T>) - Method in class io.vertx.mutiny.core.Vertx
- 
Deprecated.instead useVertx.executeBlocking(Callable)
- executeBlockingAndForget(Uni<T>) - Method in class io.vertx.mutiny.core.WorkerExecutor
- 
Deprecated.instead useWorkerExecutor.executeBlocking(Callable)
- executeBlockingAndForget(Uni<T>, boolean) - Method in class io.vertx.mutiny.core.Context
- 
Deprecated.instead useContext.executeBlocking(Callable, boolean)
- executeBlockingAndForget(Uni<T>, boolean) - Method in class io.vertx.mutiny.core.Vertx
- 
Deprecated.use insteadVertx.executeBlocking(Callable, boolean)
- executeBlockingAndForget(Uni<T>, boolean) - Method in class io.vertx.mutiny.core.WorkerExecutor
- 
Deprecated.
- executeBlockingAndForget(Callable<T>) - Method in class io.vertx.mutiny.core.Context
- 
Variant ofContext.executeBlocking(Callable)that ignores the result of the operation.
- executeBlockingAndForget(Callable<T>) - Method in class io.vertx.mutiny.core.Vertx
- 
Variant ofVertx.executeBlocking(Callable)that ignores the result of the operation.
- executeBlockingAndForget(Callable<T>) - Method in class io.vertx.mutiny.core.WorkerExecutor
- 
Variant ofWorkerExecutor.executeBlocking(Callable)that ignores the result of the operation.
- executeBlockingAndForget(Callable<T>, boolean) - Method in class io.vertx.mutiny.core.Context
- 
Variant ofContext.executeBlocking(Callable,boolean)that ignores the result of the operation.
- executeBlockingAndForget(Callable<T>, boolean) - Method in class io.vertx.mutiny.core.Vertx
- 
Variant ofVertx.executeBlocking(Callable,boolean)that ignores the result of the operation.
- executeBlockingAndForget(Callable<T>, boolean) - Method in class io.vertx.mutiny.core.WorkerExecutor
- 
Variant ofWorkerExecutor.executeBlocking(Callable,boolean)that ignores the result of the operation.
- executePreparedQuery(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Executes an existing prepared query.
- executePreparedQueryAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.executePreparedQuery(String).
- executePreparedQueryAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.executePreparedQuery(String)that ignores the result of the operation.
- executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Executes an existing prepared query.
- executePreparedQueryWithOptionsAndAwait(String, PreparedQueryExecuteOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.executePreparedQueryWithOptions(String,PreparedQueryExecuteOptions).
- executePreparedQueryWithOptionsAndForget(String, PreparedQueryExecuteOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.executePreparedQueryWithOptions(String,PreparedQueryExecuteOptions)that ignores the result of the operation.
- executeWithFallback(Uni<T>, Function<Throwable, T>) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- 
Same asCircuitBreaker.executeWithFallback(io.smallrye.mutiny.Uni<T>, java.util.function.Function<java.lang.Throwable, T>)but using a callback.
- executeWithFallbackAndAwait(Uni<T>, Function<Throwable, T>) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- 
Blocking variant ofCircuitBreaker.executeWithFallback(Consumer,Function).
- executeWithFallbackAndForget(Uni<T>, Function<Throwable, T>) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- 
Variant ofCircuitBreaker.executeWithFallback(Consumer,Function)that ignores the result of the operation.
- executeWithFullFetch(Statement) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Execute the query and provide a handler for consuming results.
- executeWithFullFetch(String) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Execute the query and provide a handler for consuming results.
- executeWithFullFetchAndAwait(Statement) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Blocking variant ofCassandraClient.executeWithFullFetch(Statement).
- executeWithFullFetchAndAwait(String) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Blocking variant ofCassandraClient.executeWithFullFetch(String).
- executeWithFullFetchAndForget(Statement) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Variant ofCassandraClient.executeWithFullFetch(Statement)that ignores the result of the operation.
- executeWithFullFetchAndForget(String) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Variant ofCassandraClient.executeWithFullFetch(String)that ignores the result of the operation.
- executionInfo() - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- ExecutionInputBuilderWithContext<C> - Class in io.vertx.mutiny.ext.web.handler.graphql
- 
Holds a with a contextual object.
- ExecutionInputBuilderWithContext(ExecutionInputBuilderWithContext) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- ExecutionInputBuilderWithContext(ExecutionInputBuilderWithContext, TypeArg<C>) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- ExecutionInputBuilderWithContext(Object, TypeArg<C>) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- executor(Context) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
- 
Create an executor for aContext, actions are executed on the event loop of this context.
- executor(Vertx) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
- 
Create an executor for aVertxobject, actions are executed on the event loop.
- exists(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Determines whether the file as specified by the pathpathexists, asynchronously.
- exists(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Determine if a key exists.
- EXISTS - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Determine if a key exists.
- existsAndAwait(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.exists(String).
- existsAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.exists(List).
- existsAndForget(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.exists(String)that ignores the result of the operation.
- existsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.exists(List)that ignores the result of the operation.
- existsBlocking(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- exitCode() - Method in class io.vertx.mutiny.ext.shell.system.Process
- expandToString(Variables) - Method in class io.vertx.mutiny.uritemplate.UriTemplate
- expandToString(Variables, ExpandOptions) - Method in class io.vertx.mutiny.uritemplate.UriTemplate
- expect(ResponsePredicate) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Deprecated.instead useHttpResponseExpectationalong withFuture.expecting(Expectation)
- expect(Function<HttpResponse<Void>, ResponsePredicateResult>) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Deprecated.instead useHttpResponseExpectationalong withFuture.expecting(Expectation)
- EXPECT - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Expect header name
- expectation(Expectation<? super T>) - Static method in interface io.smallrye.mutiny.vertx.core.Expectations
- 
Yields a function to turn anExpectationinto aUni.
- expectation(Function<T, R>, Expectation<? super R>) - Static method in interface io.smallrye.mutiny.vertx.core.Expectations
- 
Yields a function to turn anExpectationinto aUniand uses an extractor so that expectations work on the correct types (e.g.,HttpResponseHead) instead of the Mutiny shim types (e.g.,HttpResponseHead).
- expectations() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Deprecated.
- Expectations - Interface in io.smallrye.mutiny.vertx.core
- 
Helper methods to turn Vert.xExpectationthat work onFutureintoUnithat can be used in a pipeline using theUni.plug(Function)operator, as in:
- expire(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Set a key's time to live in seconds.
- EXPIRE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Set a key's time to live in seconds.
- expireAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.expire(List).
- expireAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.expire(List)that ignores the result of the operation.
- expireat(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Set the expiration for a key as a UNIX timestamp.
- EXPIREAT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Set the expiration for a key as a UNIX timestamp.
- expireatAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.expireat(List).
- expireatAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.expireat(List)that ignores the result of the operation.
- expired() - Method in class io.vertx.mutiny.ext.auth.User
- expired(int) - Method in class io.vertx.mutiny.ext.auth.User
- EXPIRES - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Expires header name
- expiretime(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the expiration Unix timestamp for a key.
- EXPIRETIME - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the expiration Unix timestamp for a key.
- expiretimeAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.expiretime(String).
- expiretimeAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.expiretime(String)that ignores the result of the operation.
- expiryTime() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- expiryTime(long) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- explodedParam(String, ArraySchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- explodedParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- explodedParam(String, TupleSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- exponentialDelayWithJitter(long, long) - Static method in class io.vertx.mutiny.circuitbreaker.RetryPolicy
- exposedHeader(String) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- exposedHeaders(Set<String>) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- extractValidatableRequest(RoutingContext, Operation) - Method in class io.vertx.mutiny.ext.web.openapi.router.RequestExtractor
- 
Extracts and transforms the parameters and the body of an incoming request into a that can be validated by theRequestValidator.
- extractValidatableRequestAndAwait(RoutingContext, Operation) - Method in class io.vertx.mutiny.ext.web.openapi.router.RequestExtractor
- extractValidatableRequestAndForget(RoutingContext, Operation) - Method in class io.vertx.mutiny.ext.web.openapi.router.RequestExtractor
- 
Variant ofRequestExtractor.extractValidatableRequest(io.vertx.mutiny.ext.web.RoutingContext,io.vertx.mutiny.openapi.contract.Operation)that ignores the result of the operation.
- extraParams(JsonObject) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- extraPayloadMapper(Function<RoutingContext, JsonObject>) - Method in class io.vertx.mutiny.ext.web.api.service.RouteToEBServiceHandler
F
- FacebookAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for Facebook.
- FacebookAuth(FacebookAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.FacebookAuth
- FacebookAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.FacebookAuth
- fail(int) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- fail(int, String) - Method in class io.vertx.mutiny.core.eventbus.Message
- fail(int, Throwable) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- fail(String) - Method in class io.vertx.mutiny.core.Promise
- fail(Throwable) - Method in class io.vertx.mutiny.core.Promise
- fail(Throwable) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- failCheck(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Set status of the check to "critical".
- failCheckAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.failCheck(String).
- failCheckAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.failCheck(String)that ignores the result of the operation.
- failCheckWithNote(String, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Set status of the check to "critical".
- failCheckWithNoteAndAwait(String, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.failCheckWithNote(String,String).
- failCheckWithNoteAndForget(String, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.failCheckWithNote(String,String)that ignores the result of the operation.
- failed() - Method in class io.vertx.mutiny.ext.consul.WatchResult
- failed() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- failed(String) - Static method in class io.vertx.mutiny.ext.web.validation.RequestPredicateResult
- failover(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Start a coordinated failover between this server and one of its replicas.
- FAILOVER - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Start a coordinated failover between this server and one of its replicas.
- failoverAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.failover(List).
- failoverAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.failover(List)that ignores the result of the operation.
- failure() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- failure(String) - Static method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
- 
Deprecated.
- failureCount() - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- failureHandler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.openapi.Operation
- failureHandler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.Route
- failurePolicy(FailurePolicy<T>) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- FailurePolicy<T> - Class in io.vertx.mutiny.circuitbreaker
- 
A failure policy for theCircuitBreaker.
- FailurePolicy(FailurePolicy) - Constructor for class io.vertx.mutiny.circuitbreaker.FailurePolicy
- FailurePolicy(FailurePolicy, TypeArg<T>) - Constructor for class io.vertx.mutiny.circuitbreaker.FailurePolicy
- FailurePolicy(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.circuitbreaker.FailurePolicy
- fallback(Function<Throwable, T>) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- FaviconHandler - Class in io.vertx.mutiny.ext.web.handler
- 
A handler that serves favicons.
- FaviconHandler(FaviconHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.FaviconHandler
- FaviconHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.FaviconHandler
- fcall(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Invoke a function.
- FCALL - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Invoke a function.
- FCALL_RO - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Invoke a read-only function.
- fcallAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.fcall(List).
- fcallAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.fcall(List)that ignores the result of the operation.
- fcallRo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Invoke a read-only function.
- fcallRoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.fcallRo(List).
- fcallRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.fcallRo(List)that ignores the result of the operation.
- fetch(long) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
- fetch(long) - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- fetch(long) - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- fetch(long) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Deprecated.no replacement for back-pressure, instead ignore the packet or buffer it somewhere
- fetch(long) - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- fetch(long) - Method in class io.vertx.mutiny.core.file.AsyncFile
- fetch(long) - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- fetch(long) - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- fetch(long) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- fetch(long) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- fetch(long) - Method in class io.vertx.mutiny.core.http.WebSocket
- fetch(long) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- fetch(long) - Method in class io.vertx.mutiny.core.net.NetSocket
- fetch(long) - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- fetch(long) - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- fetch(long) - Method in interface io.vertx.mutiny.core.streams.ReadStream
- fetch(long) - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- fetch(long) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- fetch(long) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- fetch(long) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- fetch(long) - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- fetch(long) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- fetch(long) - Method in class io.vertx.mutiny.redis.client.RedisConnection
- fetch(long) - Method in class io.vertx.mutiny.sqlclient.RowStream
- fetchNextPage() - Method in class io.vertx.mutiny.cassandra.ResultSet
- 
LikeResultSet.fetchNextPage()but with a direct callback.
- fetchNextPageAndAwait() - Method in class io.vertx.mutiny.cassandra.ResultSet
- 
Blocking variant ofResultSet.fetchNextPage().
- fetchNextPageAndForget() - Method in class io.vertx.mutiny.cassandra.ResultSet
- 
Variant ofResultSet.fetchNextPage()that ignores the result of the operation.
- fetchTOC() - Method in class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- 
Fetches the FIDO2 MDS3 TOC and process the entries to the metadata store.
- fetchTOC(String) - Method in class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- 
Fetches the FIDO2 TOC for the given URL and process the entries to the metadata store.
- fetchTOCAndAwait() - Method in class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- 
Blocking variant ofMetaDataService.fetchTOC(java.lang.String).
- fetchTOCAndAwait(String) - Method in class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- 
Blocking variant ofMetaDataService.fetchTOC(String).
- fetchTOCAndForget() - Method in class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- 
Variant ofMetaDataService.fetchTOC(java.lang.String)that ignores the result of the operation.
- fetchTOCAndForget(String) - Method in class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- 
Variant ofMetaDataService.fetchTOC(String)that ignores the result of the operation.
- fieldName() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- fieldNames() - Method in class io.vertx.mutiny.json.schema.JsonSchema
- file() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- filename() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- filename() - Method in class io.vertx.mutiny.ext.web.multipart.FormDataPart
- fileName() - Method in class io.vertx.mutiny.ext.web.FileUpload
- FileProps - Class in io.vertx.mutiny.core.file
- 
Represents properties of a file on the file system.
- FileProps(FileProps) - Constructor for class io.vertx.mutiny.core.file.FileProps
- FileProps(Object) - Constructor for class io.vertx.mutiny.core.file.FileProps
- fileSystem() - Method in class io.vertx.mutiny.core.Vertx
- FileSystem - Class in io.vertx.mutiny.core.file
- 
Contains a broad set of operations for manipulating files on the file system.
- FileSystem(FileSystem) - Constructor for class io.vertx.mutiny.core.file.FileSystem
- FileSystem(Object) - Constructor for class io.vertx.mutiny.core.file.FileSystem
- FileSystemProps - Class in io.vertx.mutiny.core.file
- 
Represents properties of the file system.
- FileSystemProps(FileSystemProps) - Constructor for class io.vertx.mutiny.core.file.FileSystemProps
- FileSystemProps(Object) - Constructor for class io.vertx.mutiny.core.file.FileSystemProps
- FileUpload - Class in io.vertx.mutiny.ext.web
- 
Represents a file-upload from an HTTP multipart form submission.
- FileUpload(FileUpload) - Constructor for class io.vertx.mutiny.ext.web.FileUpload
- FileUpload(Object) - Constructor for class io.vertx.mutiny.ext.web.FileUpload
- fileUploads() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- find(String) - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- find(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Find matching documents in the specified collection
- findAllIds() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Finds all file ids in the bucket
- findAllIdsAndAwait() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Blocking variant ofMongoGridFsClient.findAllIds().
- findAllIdsAndForget() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Variant ofMongoGridFsClient.findAllIds()that ignores the result of the operation.
- findAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.find(String,JsonObject).
- findAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.find(String,JsonObject)that ignores the result of the operation.
- findBatch(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- findBatchWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- findIds(JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Finds all file ids that match a query.
- findIdsAndAwait(JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Blocking variant ofMongoGridFsClient.findIds(JsonObject).
- findIdsAndForget(JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Variant ofMongoGridFsClient.findIds(JsonObject)that ignores the result of the operation.
- findOne(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Find a single matching document in the specified collection
- findOneAndAwait(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.findOne(String,JsonObject,JsonObject).
- findOneAndDelete(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Find a single matching document in the specified collection and delete it.
- findOneAndDeleteAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.findOneAndDelete(String,JsonObject).
- findOneAndDeleteAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.findOneAndDelete(String,JsonObject)that ignores the result of the operation.
- findOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Find a single matching document in the specified collection and delete it.
- findOneAndDeleteWithOptionsAndAwait(String, JsonObject, FindOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.findOneAndDeleteWithOptions(String,JsonObject,FindOptions).
- findOneAndDeleteWithOptionsAndForget(String, JsonObject, FindOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.findOneAndDeleteWithOptions(String,JsonObject,FindOptions)that ignores the result of the operation.
- findOneAndForget(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.findOne(String,JsonObject,JsonObject)that ignores the result of the operation.
- findOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Find a single matching document in the specified collection and replace it.
- findOneAndReplaceAndAwait(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.findOneAndReplace(String,JsonObject,JsonObject).
- findOneAndReplaceAndForget(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.findOneAndReplace(String,JsonObject,JsonObject)that ignores the result of the operation.
- findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Find a single matching document in the specified collection and replace it.
- findOneAndReplaceWithOptionsAndAwait(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- findOneAndReplaceWithOptionsAndForget(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.findOneAndReplaceWithOptions(String,JsonObject,JsonObject,FindOptions,UpdateOptions)that ignores the result of the operation.
- findOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Find a single matching document in the specified collection and update it.
- findOneAndUpdateAndAwait(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.findOneAndUpdate(String,JsonObject,JsonObject).
- findOneAndUpdateAndForget(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.findOneAndUpdate(String,JsonObject,JsonObject)that ignores the result of the operation.
- findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Find a single matching document in the specified collection and update it.
- findOneAndUpdateWithOptionsAndAwait(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- findOneAndUpdateWithOptionsAndForget(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.findOneAndUpdateWithOptions(String,JsonObject,JsonObject,FindOptions,UpdateOptions)that ignores the result of the operation.
- findOperation(String, HttpMethod) - Method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- findPath(String) - Method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- findWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Find matching documents in the specified collection, specifying options
- findWithOptionsAndAwait(String, JsonObject, FindOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.findWithOptions(String,JsonObject,FindOptions).
- findWithOptionsAndForget(String, JsonObject, FindOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.findWithOptions(String,JsonObject,FindOptions)that ignores the result of the operation.
- fireEvent(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Fires a new user event
- fireEventAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.fireEvent(String).
- fireEventAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.fireEvent(String)that ignores the result of the operation.
- fireEventWithOptions(String, EventOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Fires a new user event
- fireEventWithOptionsAndAwait(String, EventOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.fireEventWithOptions(String,EventOptions).
- fireEventWithOptionsAndForget(String, EventOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.fireEventWithOptions(String,EventOptions)that ignores the result of the operation.
- firstAcquirer(boolean) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- fixedAddress(int, String) - Static method in class io.vertx.mutiny.httpproxy.OriginRequestProvider
- fixedAddress(SocketAddress) - Static method in class io.vertx.mutiny.httpproxy.OriginRequestProvider
- fixedSizeMode(int) - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- flags() - Method in class io.vertx.mutiny.core.http.HttpFrame
- floatValue() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- flush() - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Same asAsyncFile.flush()but the handler will be called when the flush is complete or if an error occurs
- flush() - Method in class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- flush() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Invoking this method makes all buffered records immediately available to write
- flush(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
- flush(RoutingContext, boolean) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
- flushall(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove all keys from all databases.
- FLUSHALL - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove all keys from all databases.
- flushallAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.flushall(List).
- flushallAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.flushall(List)that ignores the result of the operation.
- flushAndAwait() - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Blocking variant ofAsyncFile.flush().
- flushAndAwait() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Blocking variant ofKafkaProducer.flush().
- flushAndAwait(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Blocking variant ofSessionHandler.flush(io.vertx.mutiny.ext.web.RoutingContext).
- flushAndAwait(RoutingContext, boolean) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Blocking variant ofSessionHandler.flush(io.vertx.mutiny.ext.web.RoutingContext,boolean).
- flushAndForget() - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Variant ofAsyncFile.flush()that ignores the result of the operation.
- flushAndForget() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Variant ofKafkaProducer.flush()that ignores the result of the operation.
- flushAndForget(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Variant ofSessionHandler.flush(io.vertx.mutiny.ext.web.RoutingContext)that ignores the result of the operation.
- flushAndForget(RoutingContext, boolean) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Variant ofSessionHandler.flush(io.vertx.mutiny.ext.web.RoutingContext,boolean)that ignores the result of the operation.
- flushdb(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove all keys from the current database.
- FLUSHDB - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove all keys from the current database.
- flushdbAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.flushdb(List).
- flushdbAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.flushdb(List)that ignores the result of the operation.
- followedRedirects() - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- followRedirects() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- followRedirects(boolean) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- forEach(BiConsumer<String, String>) - Method in class io.vertx.mutiny.core.MultiMap
- foregroundHandler(Runnable) - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- foregroundJob() - Method in class io.vertx.mutiny.ext.shell.system.JobController
- format() - Method in class io.vertx.mutiny.redis.client.Response
- format(RoutingContext, long) - Method in class io.vertx.mutiny.ext.web.handler.LoggerFormatter
- formAttributes() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- FormDataPart - Class in io.vertx.mutiny.ext.web.multipart
- 
A form data part of aMultipartForm.
- FormDataPart(FormDataPart) - Constructor for class io.vertx.mutiny.ext.web.multipart.FormDataPart
- FormDataPart(Object) - Constructor for class io.vertx.mutiny.ext.web.multipart.FormDataPart
- FormLoginHandler - Class in io.vertx.mutiny.ext.web.handler
- 
Handler that handles login from a form on a custom login page.
- FormLoginHandler(FormLoginHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- FormLoginHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- formParameter(String) - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- formParametersNames() - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- formUrlEncoded(ObjectSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Bodies
- forQuery(SqlClient, String) - Static method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- forUpdate(SqlClient, String) - Static method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- FoursquareAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for Foursquare.
- FoursquareAuth(FoursquareAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.FoursquareAuth
- FoursquareAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.FoursquareAuth
- frame() - Method in class io.vertx.mutiny.ext.stomp.ServerFrame
- frameHandler(Consumer<WebSocketFrame>) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- frameHandler(Consumer<WebSocketFrame>) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- frameHandler(Consumer<WebSocketFrame>) - Method in class io.vertx.mutiny.core.http.WebSocket
- frameHandler(Consumer<WebSocketFrame>) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- frames() - Method in class io.vertx.mutiny.ext.stomp.Acknowledgement
- Frames - Class in io.vertx.mutiny.ext.stomp
- 
Utility methods to build commonFrames.
- Frames(Frames) - Constructor for class io.vertx.mutiny.ext.stomp.Frames
- Frames(Object) - Constructor for class io.vertx.mutiny.ext.stomp.Frames
- FreeMarkerTemplateEngine - Class in io.vertx.mutiny.ext.web.templ.freemarker
- 
A template engine that uses the FreeMarker library.
- FreeMarkerTemplateEngine(FreeMarkerTemplateEngine) - Constructor for class io.vertx.mutiny.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- FreeMarkerTemplateEngine(Object) - Constructor for class io.vertx.mutiny.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- from(Vertx, JsonObject) - Static method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- 
Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.
- from(Vertx, JsonObject, Map<String, JsonObject>) - Static method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- 
Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.
- from(Vertx, String) - Static method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- 
Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.
- from(Vertx, String, Map<String, String>) - Static method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- 
Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.
- from(Object[]) - Static method in class io.vertx.mutiny.sqlclient.Tuple
- from(String) - Static method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- from(List<T>) - Static method in class io.vertx.mutiny.sqlclient.Tuple
- FROM - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
From header name
- fromAndAwait(Vertx, JsonObject) - Static method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- 
Blocking variant ofOpenAPIContract.from(io.vertx.mutiny.core.Vertx,JsonObject).
- fromAndAwait(Vertx, JsonObject, Map<String, JsonObject>) - Static method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- 
Blocking variant ofOpenAPIContract.from(io.vertx.mutiny.core.Vertx,JsonObject,Map).
- fromAndAwait(Vertx, String) - Static method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- 
Blocking variant ofOpenAPIContract.from(io.vertx.mutiny.core.Vertx,String).
- fromAndAwait(Vertx, String, Map<String, String>) - Static method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- 
Blocking variant ofOpenAPIContract.from(io.vertx.mutiny.core.Vertx,String,Map).
- fromAndForget(Vertx, JsonObject) - Static method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- 
Variant ofOpenAPIContract.from(io.vertx.mutiny.core.Vertx,JsonObject)that ignores the result of the operation.
- fromAndForget(Vertx, JsonObject, Map<String, JsonObject>) - Static method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- 
Variant ofOpenAPIContract.from(io.vertx.mutiny.core.Vertx,JsonObject,Map)that ignores the result of the operation.
- fromAndForget(Vertx, String) - Static method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- 
Variant ofOpenAPIContract.from(io.vertx.mutiny.core.Vertx,String)that ignores the result of the operation.
- fromAndForget(Vertx, String, Map<String, String>) - Static method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- 
Variant ofOpenAPIContract.from(io.vertx.mutiny.core.Vertx,String,Map)that ignores the result of the operation.
- fromName(String) - Static method in class io.vertx.mutiny.ext.auth.User
- fromToken(String) - Static method in class io.vertx.mutiny.ext.auth.User
- fromURI(URI) - Static method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- fsProps(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Returns properties of the file-system being used by the specifiedpath, asynchronously.
- fsPropsAndAwait(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.fsProps(String).
- fsPropsAndForget(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.fsProps(String)that ignores the result of the operation.
- fsPropsBlocking(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- FT__ALIASADDIFNX - Static variable in class io.vertx.mutiny.redis.client.Command
- FT__ALIASDELIFX - Static variable in class io.vertx.mutiny.redis.client.Command
- FT__ALTERIFNX - Static variable in class io.vertx.mutiny.redis.client.Command
- FT__CREATEIFNX - Static variable in class io.vertx.mutiny.redis.client.Command
- FT__DROPIFX - Static variable in class io.vertx.mutiny.redis.client.Command
- FT__DROPINDEXIFX - Static variable in class io.vertx.mutiny.redis.client.Command
- FT__LIST - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_ADD - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_AGGREGATE - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_ALIASADD - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_ALIASDEL - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_ALIASUPDATE - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_ALTER - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_CONFIG - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_CREATE - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_CURSOR - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_DEBUG - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_DEL - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_DICTADD - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_DICTDEL - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_DICTDUMP - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_DROP - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_DROPINDEX - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_EXPLAIN - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_EXPLAINCLI - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_GET - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_INFO - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_MGET - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_PROFILE - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_SAFEADD - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_SEARCH - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_SPELLCHECK - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_SUGADD - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_SUGDEL - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_SUGGET - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_SUGLEN - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_SYNADD - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_SYNDUMP - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_SYNUPDATE - Static variable in class io.vertx.mutiny.redis.client.Command
- FT_TAGVALS - Static variable in class io.vertx.mutiny.redis.client.Command
- ftAdd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.ADD.
- ftAddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftAdd(List).
- ftAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftAdd(List)that ignores the result of the operation.
- ftAggregate(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.AGGREGATE.
- ftAggregateAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftAggregate(List).
- ftAggregateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftAggregate(List)that ignores the result of the operation.
- ftAliasadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.ALIASADD.
- ftAliasaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftAliasadd(List).
- ftAliasaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftAliasadd(List)that ignores the result of the operation.
- ftAliasaddifnx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.
- ftAliasaddifnxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftAliasaddifnx(List).
- ftAliasaddifnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftAliasaddifnx(List)that ignores the result of the operation.
- ftAliasdel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.ALIASDEL.
- ftAliasdelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftAliasdel(List).
- ftAliasdelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftAliasdel(List)that ignores the result of the operation.
- ftAliasdelifx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.
- ftAliasdelifxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftAliasdelifx(List).
- ftAliasdelifxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftAliasdelifx(List)that ignores the result of the operation.
- ftAliasupdate(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.ALIASUPDATE.
- ftAliasupdateAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftAliasupdate(List).
- ftAliasupdateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftAliasupdate(List)that ignores the result of the operation.
- ftAlter(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.ALTER.
- ftAlterAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftAlter(List).
- ftAlterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftAlter(List)that ignores the result of the operation.
- ftAlterifnx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.
- ftAlterifnxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftAlterifnx(List).
- ftAlterifnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftAlterifnx(List)that ignores the result of the operation.
- ftConfig(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.CONFIG.
- ftConfigAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftConfig(List).
- ftConfigAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftConfig(List)that ignores the result of the operation.
- ftCreate(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.CREATE.
- ftCreateAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftCreate(List).
- ftCreateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftCreate(List)that ignores the result of the operation.
- ftCreateifnx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.
- ftCreateifnxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftCreateifnx(List).
- ftCreateifnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftCreateifnx(List)that ignores the result of the operation.
- ftCursor(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.CURSOR.
- ftCursorAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftCursor(List).
- ftCursorAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftCursor(List)that ignores the result of the operation.
- ftDebug(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.DEBUG.
- ftDebugAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftDebug(List).
- ftDebugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftDebug(List)that ignores the result of the operation.
- ftDel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.DEL.
- ftDelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftDel(List).
- ftDelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftDel(List)that ignores the result of the operation.
- ftDictadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.DICTADD.
- ftDictaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftDictadd(List).
- ftDictaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftDictadd(List)that ignores the result of the operation.
- ftDictdel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.DICTDEL.
- ftDictdelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftDictdel(List).
- ftDictdelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftDictdel(List)that ignores the result of the operation.
- ftDictdump(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.DICTDUMP.
- ftDictdumpAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftDictdump(List).
- ftDictdumpAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftDictdump(List)that ignores the result of the operation.
- ftDrop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.DROP.
- ftDropAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftDrop(List).
- ftDropAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftDrop(List)that ignores the result of the operation.
- ftDropifx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.
- ftDropifxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftDropifx(List).
- ftDropifxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftDropifx(List)that ignores the result of the operation.
- ftDropindex(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.DROPINDEX.
- ftDropindexAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftDropindex(List).
- ftDropindexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftDropindex(List)that ignores the result of the operation.
- ftDropindexifx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.
- ftDropindexifxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftDropindexifx(List).
- ftDropindexifxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftDropindexifx(List)that ignores the result of the operation.
- ftExplain(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.EXPLAIN.
- ftExplainAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftExplain(List).
- ftExplainAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftExplain(List)that ignores the result of the operation.
- ftExplaincli(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.EXPLAINCLI.
- ftExplaincliAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftExplaincli(List).
- ftExplaincliAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftExplaincli(List)that ignores the result of the operation.
- ftGet(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.GET.
- ftGetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftGet(List).
- ftGetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftGet(List)that ignores the result of the operation.
- ftInfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.INFO.
- ftInfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftInfo(List).
- ftInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftInfo(List)that ignores the result of the operation.
- ftList(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.
- ftListAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftList(List).
- ftListAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftList(List)that ignores the result of the operation.
- ftMget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.MGET.
- ftMgetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftMget(List).
- ftMgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftMget(List)that ignores the result of the operation.
- ftProfile(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.PROFILE.
- ftProfileAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftProfile(List).
- ftProfileAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftProfile(List)that ignores the result of the operation.
- ftSafeadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.SAFEADD.
- ftSafeaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftSafeadd(List).
- ftSafeaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftSafeadd(List)that ignores the result of the operation.
- ftSearch(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.SEARCH.
- ftSearchAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftSearch(List).
- ftSearchAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftSearch(List)that ignores the result of the operation.
- ftSpellcheck(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.SPELLCHECK.
- ftSpellcheckAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftSpellcheck(List).
- ftSpellcheckAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftSpellcheck(List)that ignores the result of the operation.
- ftSugadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.SUGADD.
- ftSugaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftSugadd(List).
- ftSugaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftSugadd(List)that ignores the result of the operation.
- ftSugdel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.SUGDEL.
- ftSugdelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftSugdel(List).
- ftSugdelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftSugdel(List)that ignores the result of the operation.
- ftSugget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.SUGGET.
- ftSuggetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftSugget(List).
- ftSuggetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftSugget(List)that ignores the result of the operation.
- ftSuglen(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.SUGLEN.
- ftSuglenAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftSuglen(List).
- ftSuglenAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftSuglen(List)that ignores the result of the operation.
- ftSynadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.SYNADD.
- ftSynaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftSynadd(List).
- ftSynaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftSynadd(List)that ignores the result of the operation.
- ftSyndump(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.SYNDUMP.
- ftSyndumpAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftSyndump(List).
- ftSyndumpAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftSyndump(List)that ignores the result of the operation.
- ftSynupdate(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.SYNUPDATE.
- ftSynupdateAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftSynupdate(List).
- ftSynupdateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftSynupdate(List)that ignores the result of the operation.
- ftTagvals(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command FT.TAGVALS.
- ftTagvalsAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ftTagvals(List).
- ftTagvalsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ftTagvals(List)that ignores the result of the operation.
- fullVersion() - Method in class io.vertx.mutiny.sqlclient.spi.DatabaseMetadata
- function(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A container for function commands.
- FUNCTION - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A container for function commands.
- functionAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.function(List).
- functionAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.function(List)that ignores the result of the operation.
- future() - Method in class io.vertx.mutiny.core.Promise
- 
Unlike the bare Vert.x variant, this method returns aUni.
- future() - Method in class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- future() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent
- future() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent
- 
Deprecated.
- future() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
- future() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
- futureAndAwait() - Method in class io.vertx.mutiny.core.Promise
- 
Blocking variant ofPromise.future().
- futureAndAwait() - Method in class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- futureAndAwait() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent
- futureAndAwait() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent
- 
Deprecated.
- futureAndAwait() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
- futureAndAwait() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
- futureAndForget() - Method in class io.vertx.mutiny.core.Promise
- 
Variant ofPromise.future()that ignores the result of the operation.
- futureAndForget() - Method in class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- futureAndForget() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent
- futureAndForget() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent
- 
Deprecated.
- futureAndForget() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
- futureAndForget() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
G
- generate() - Method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- generate(int) - Method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- GENERATED_KEYS - Static variable in class io.vertx.mutiny.jdbcclient.JDBCPool
- 
The property to be used to retrieve the generated keys
- GENERATED_KEYS - Static variable in class io.vertx.mutiny.oracleclient.OracleClient
- 
The property to be used to retrieve the generated keys
- generateSalt() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- 
Deprecated.
- generateSalt() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- generateToken(JsonObject) - Method in class io.vertx.mutiny.ext.auth.jwt.JWTAuth
- generateToken(JsonObject, JWTOptions) - Method in class io.vertx.mutiny.ext.auth.jwt.JWTAuth
- generateUri(OtpKey, String) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- generateUri(OtpKey, String) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- generateUri(OtpKey, String, String) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- generateUri(OtpKey, String, String) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- generateUri(OtpKey, String, String, String) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- generateUri(OtpKey, String, String, String) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- geoadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Add one or more geospatial items in the geospatial index represented using a sorted set.
- GEOADD - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.geoadd(List).
- geoaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.geoadd(List)that ignores the result of the operation.
- geodist(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Returns the distance between two members of a geospatial index.
- GEODIST - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Returns the distance between two members of a geospatial index.
- geodistAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.geodist(List).
- geodistAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.geodist(List)that ignores the result of the operation.
- geohash(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Returns members of a geospatial index as standard geohash strings.
- GEOHASH - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Returns members of a geospatial index as standard geohash strings.
- geohashAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.geohash(List).
- geohashAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.geohash(List)that ignores the result of the operation.
- geopos(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Returns longitude and latitude of members of a geospatial index.
- GEOPOS - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Returns longitude and latitude of members of a geospatial index.
- geoposAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.geopos(List).
- geoposAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.geopos(List)that ignores the result of the operation.
- georadius(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.
- GEORADIUS - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.
- GEORADIUS_RO - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A read-only variant for GEORADIUS.
- georadiusAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.georadius(List).
- georadiusAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.georadius(List)that ignores the result of the operation.
- georadiusbymember(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.
- GEORADIUSBYMEMBER - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.
- GEORADIUSBYMEMBER_RO - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A read-only variant for GEORADIUSBYMEMBER.
- georadiusbymemberAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.georadiusbymember(List).
- georadiusbymemberAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.georadiusbymember(List)that ignores the result of the operation.
- georadiusbymemberRo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A read-only variant for GEORADIUSBYMEMBER.
- georadiusbymemberRoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.georadiusbymemberRo(List).
- georadiusbymemberRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.georadiusbymemberRo(List)that ignores the result of the operation.
- georadiusRo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A read-only variant for GEORADIUS.
- georadiusRoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.georadiusRo(List).
- georadiusRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.georadiusRo(List)that ignores the result of the operation.
- geosearch(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
- GEOSEARCH - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
- geosearchAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.geosearch(List).
- geosearchAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.geosearch(List)that ignores the result of the operation.
- geosearchstore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
- GEOSEARCHSTORE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
- geosearchstoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.geosearchstore(List).
- geosearchstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.geosearchstore(List)that ignores the result of the operation.
- get() - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Get the current value of the counter
- get() - Method in class io.vertx.mutiny.ext.web.Router
- get() - Method in class io.vertx.mutiny.ext.web.UserContext
- get() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- get() - Method in class io.vertx.mutiny.servicediscovery.ServiceReference
- get(int) - Method in class io.vertx.mutiny.redis.client.Response
- get(int, String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- get(int, String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- get(UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- get(CharSequence) - Method in class io.vertx.mutiny.core.MultiMap
- get(Class<T>, int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- get(Class<T>, String) - Method in class io.vertx.mutiny.sqlclient.Row
- get(Object) - Method in class io.vertx.mutiny.core.Context
- get(Object) - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- get(String) - Method in class io.vertx.mutiny.core.MultiMap
- get(String) - Method in class io.vertx.mutiny.ext.auth.authorization.Authorizations
- get(String) - Method in class io.vertx.mutiny.ext.auth.HashingStrategy
- 
Deprecated.
- get(String) - Method in class io.vertx.mutiny.ext.auth.User
- get(String) - Method in class io.vertx.mutiny.ext.shell.session.Session
- get(String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- get(String) - Method in class io.vertx.mutiny.ext.web.Router
- get(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- get(String) - Method in class io.vertx.mutiny.ext.web.Session
- get(String) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Get the session with the specified ID.
- get(String) - Method in class io.vertx.mutiny.json.schema.JsonSchema
- get(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the value of a key.
- get(String) - Method in class io.vertx.mutiny.redis.client.Response
- get(String) - Method in class io.vertx.mutiny.uritemplate.Variables
- get(String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- get(String, Class<T>) - Method in class io.vertx.mutiny.httpproxy.ProxyContext
- get(String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- get(String, R) - Method in class io.vertx.mutiny.json.schema.JsonSchema
- get(String, T) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- get(K) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Get a value from the map, asynchronously.
- GET - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
GET header value
- GET - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the value of a key.
- getAbs(UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- getAbs(String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- getAbsoluteOpenAPIPath() - Method in class io.vertx.mutiny.openapi.contract.Operation
- getAcceptableContentType() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- getAclPolicies() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
This endpoint lists all the ACL policies.
- getAclPoliciesAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.getAclPolicies().
- getAclPoliciesAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.getAclPolicies()that ignores the result of the operation.
- getAclTokens() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Get list of Acl token
- getAclTokensAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.getAclTokens().
- getAclTokensAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.getAclTokens()that ignores the result of the operation.
- getAlgorithm() - Method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- getAll(CharSequence) - Method in class io.vertx.mutiny.core.MultiMap
- getAll(String) - Method in class io.vertx.mutiny.core.MultiMap
- getAllPreparedQueries() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns a list of all prepared queries.
- getAllPreparedQueriesAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.getAllPreparedQueries().
- getAllPreparedQueriesAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.getAllPreparedQueries()that ignores the result of the operation.
- getAndAdd(long) - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Add the value to the counter atomically and return the value before the add
- getAndAddAndAwait(long) - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Blocking variant ofCounter.getAndAdd(long).
- getAndAddAndForget(long) - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Variant ofCounter.getAndAdd(long)that ignores the result of the operation.
- getAndAwait() - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Blocking variant ofCounter.get().
- getAndAwait(String) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Blocking variant ofSessionStore.get(String).
- getAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.get(String).
- getAndAwait(K) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Blocking variant ofAsyncMap.get(K).
- getAndForget() - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Variant ofCounter.get()that ignores the result of the operation.
- getAndForget(String) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Variant ofSessionStore.get(String)that ignores the result of the operation.
- getAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.get(String)that ignores the result of the operation.
- getAndForget(K) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Variant ofAsyncMap.get(K)that ignores the result of the operation.
- getAndIncrement() - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Increment the counter atomically and return the value before the increment.
- getAndIncrementAndAwait() - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Blocking variant ofCounter.getAndIncrement().
- getAndIncrementAndForget() - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Variant ofCounter.getAndIncrement()that ignores the result of the operation.
- getArgument(int) - Method in class io.vertx.mutiny.core.cli.CLI
- getArgument(String) - Method in class io.vertx.mutiny.core.cli.CLI
- getArguments() - Method in class io.vertx.mutiny.core.cli.CLI
- getArgumentValue(int) - Method in class io.vertx.mutiny.core.cli.CommandLine
- getArgumentValue(String) - Method in class io.vertx.mutiny.core.cli.CommandLine
- getArray() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- getArrayElement(Object, int) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- getArrayOfBigDecimals(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfBigDecimals(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfBooleans(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfBooleans(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfDoubles(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfDoubles(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfFloats(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfFloats(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfIntegers(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfIntegers(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfJsonArrays(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfJsonArrays(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfJsonObjects(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfJsonObjects(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfJsons(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfJsons(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfLocalDates(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfLocalDates(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfLocalDateTimes(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfLocalDateTimes(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfLocalTimes(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfLocalTimes(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfLongs(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfLongs(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfNumerics(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfNumerics(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfOffsetDateTimes(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfOffsetDateTimes(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfOffsetTimes(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfOffsetTimes(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfShorts(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfShorts(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfStrings(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfStrings(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfTemporals(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfTemporals(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getArrayOfUUIDs(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getArrayOfUUIDs(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getAs(Class<X>) - Method in class io.vertx.mutiny.servicediscovery.ServiceReference
- getAsyncMap(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Get theAsyncMapwith the specified name.
- getAsyncMapAndAwait(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Blocking variant ofSharedData.getAsyncMap(String).
- getAsyncMapAndForget(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Variant ofSharedData.getAsyncMap(String)that ignores the result of the operation.
- getAuthority() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- getAuthorization() - Method in class io.vertx.mutiny.ext.auth.authorization.NotAuthorization
- getAuthorizationCode() - Method in class io.vertx.mutiny.openapi.contract.OAuthFlows
- getAuthorizations() - Method in class io.vertx.mutiny.ext.auth.authorization.AndAuthorization
- getAuthorizations() - Method in class io.vertx.mutiny.ext.auth.authorization.OrAuthorization
- getAuthorizations(User) - Method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
- 
Updates the user with the set of authorizations.
- getAuthorizationsAndAwait(User) - Method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
- 
Blocking variant ofAuthorizationProvider.getAuthorizations(io.vertx.mutiny.ext.auth.User).
- getAuthorizationsAndForget(User) - Method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
- 
Variant ofAuthorizationProvider.getAuthorizations(io.vertx.mutiny.ext.auth.User)that ignores the result of the operation.
- getAuthorizationUrl() - Method in class io.vertx.mutiny.openapi.contract.OAuthFlow
- getBaseName() - Method in class io.vertx.mutiny.micrometer.MetricsService
- getBasePath() - Method in class io.vertx.mutiny.openapi.contract.Server
- getBearerFormat() - Method in class io.vertx.mutiny.openapi.contract.SecurityScheme
- getBigDecimal(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getBigDecimal(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getbit(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Returns the bit value at offset in the string value stored at key.
- GETBIT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Returns the bit value at offset in the string value stored at key.
- getbitAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.getbit(String,String).
- getbitAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.getbit(String,String)that ignores the result of the operation.
- getBody() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.UseRoutingContext.body()instead.
- getBody() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- getBody() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- getBody() - Method in class io.vertx.mutiny.openapi.validation.ValidatableResponse
- getBody() - Method in class io.vertx.mutiny.openapi.validation.ValidatedRequest
- getBody() - Method in class io.vertx.mutiny.openapi.validation.ValidatedResponse
- getBodyAsJson() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.UseRoutingContext.body()instead.
- getBodyAsJson(int) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.UseRoutingContext.body()instead. Gets the current body buffer as aJsonObject. If a positive limit is provided the parsing will only happen if the buffer length is smaller or equal to the limit. Otherwise anIllegalStateExceptionis thrown. When the application is only handling uploads in JSON format, it is recommended to set a limit onBodyHandler.setBodyLimit(long)as this will avoid the upload to be parsed and loaded into the application memory.
- getBodyAsJsonArray() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.UseRoutingContext.body()instead.
- getBodyAsJsonArray(int) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.UseRoutingContext.body()instead. Gets the current body buffer as aJsonArray. If a positive limit is provided the parsing will only happen if the buffer length is smaller or equal to the limit. Otherwise anIllegalStateExceptionis thrown. When the application is only handling uploads in JSON format, it is recommended to set a limit onBodyHandler.setBodyLimit(long)as this will avoid the upload to be parsed and loaded into the application memory.
- getBodyAsString() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.UseRoutingContext.body()instead.
- getBodyAsString(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.UseRoutingContext.body()instead. Get the entire HTTP request body as a string, assuming the specified encoding. The context must have first been routed to aBodyHandlerfor this to be populated.
- getBoolean() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- getBoolean() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- getBoolean(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getBoolean(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getBuffer() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- getBuffer(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getBuffer(int, int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getBuffer(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getByte(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getByteBuf() - Method in class io.vertx.mutiny.core.buffer.Buffer
- 
Deprecated.removed from public API in Vert.x 5
- getBytes() - Method in class io.vertx.mutiny.core.buffer.Buffer
- getBytes(byte[]) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getBytes(byte[], int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getBytes(int, int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getBytes(int, int, byte[]) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getBytes(int, int, byte[], int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getCached(JsonPointer) - Method in class io.vertx.mutiny.ext.web.openapi.OpenAPIHolder
- getCachedConfig() - Method in class io.vertx.mutiny.config.ConfigRetriever
- getCharset() - Method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- getClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClientAndAwait(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Blocking variant ofHttpEndpoint.getClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,JsonObject).
- getClientAndAwait(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- getClientAndAwait(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Blocking variant ofHttpEndpoint.getClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,Function).
- getClientAndAwait(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- getClientAndForget(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Variant ofHttpEndpoint.getClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,JsonObject)that ignores the result of the operation.
- getClientAndForget(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Variant ofHttpEndpoint.getClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,JsonObject,JsonObject)that ignores the result of the operation.
- getClientAndForget(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Variant ofHttpEndpoint.getClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,Function)that ignores the result of the operation.
- getClientAndForget(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Variant ofHttpEndpoint.getClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,Function,JsonObject)that ignores the result of the operation.
- getClientCredentials() - Method in class io.vertx.mutiny.openapi.contract.OAuthFlows
- getClusterWideMap(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Get the cluster wide map with the specified name.
- getClusterWideMapAndAwait(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Blocking variant ofSharedData.getClusterWideMap(String).
- getClusterWideMapAndForget(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Variant ofSharedData.getClusterWideMap(String)that ignores the result of the operation.
- getCollectionName() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- getCollections() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Get a list of all collections in the database.
- getCollectionsAndAwait() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.getCollections().
- getCollectionsAndForget() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.getCollections()that ignores the result of the operation.
- getColumnDefinitions() - Method in class io.vertx.mutiny.cassandra.ResultSet
- getColumnIndex(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getColumnName(int) - Method in class io.vertx.mutiny.sqlclient.Row
- getCommand(String) - Method in class io.vertx.mutiny.ext.shell.command.CommandResolver
- getConfig() - Method in class io.vertx.mutiny.config.ConfigRetriever
- 
Reads the configuration from the different and computes the final configuration.
- getConfigAndAwait() - Method in class io.vertx.mutiny.config.ConfigRetriever
- 
Blocking variant ofConfigRetriever.getConfig().
- getConfigAndForget() - Method in class io.vertx.mutiny.config.ConfigRetriever
- 
Variant ofConfigRetriever.getConfig()that ignores the result of the operation.
- getConfirmationStream() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- getConnection() - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Returns a connection that can be used to perform SQL operations on.
- getConnection() - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Get a connection from the pool.
- getConnectionAndAwait() - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Blocking variant ofSQLClient.getConnection().
- getConnectionAndAwait() - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Blocking variant ofPool.getConnection().
- getConnectionAndForget() - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Variant ofSQLClient.getConnection()that ignores the result of the operation.
- getConnectionAndForget() - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Variant ofPool.getConnection()that ignores the result of the operation.
- getConsumer(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.MessageSource
- 
Convenient method that looks for a message source and provides the configured .
- getConsumer(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.MessageSource
- 
Convenient method that looks for a message source and provides the configured .
- getConsumerAndAwait(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.MessageSource
- getConsumerAndAwait(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.MessageSource
- getConsumerAndForget(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.MessageSource
- 
Variant ofMessageSource.getConsumer(io.vertx.mutiny.servicediscovery.ServiceDiscovery,JsonObject)that ignores the result of the operation.
- getConsumerAndForget(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.MessageSource
- 
Variant ofMessageSource.getConsumer(io.vertx.mutiny.servicediscovery.ServiceDiscovery,Function)that ignores the result of the operation.
- getContent() - Method in class io.vertx.mutiny.openapi.contract.RequestBody
- getContent() - Method in class io.vertx.mutiny.openapi.contract.Response
- getContentId() - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- getContentType() - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- getContentType() - Method in class io.vertx.mutiny.openapi.validation.ValidatableRequest
- getContentType() - Method in class io.vertx.mutiny.openapi.validation.ValidatableResponse
- getCookie(String) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- getCookie(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.UseHttpServerRequest#getCookie(String)Get the cookie with the specified name.
- getCookie(String, String, String) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- getCookies() - Method in class io.vertx.mutiny.openapi.validation.ValidatedRequest
- getCounter(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Get an asynchronous counter.
- getCounterAndAwait(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Blocking variant ofSharedData.getCounter(String).
- getCounterAndForget(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Variant ofSharedData.getCounter(String)that ignores the result of the operation.
- getCredentialsOptions(String) - Method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- 
Creates an assertion challenge and any other parameters for thenavigator.credentials.get()call.
- getCredentialsOptionsAndAwait(String) - Method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- 
Blocking variant ofWebAuthn.getCredentialsOptions(String).
- getCredentialsOptionsAndForget(String) - Method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- 
Variant ofWebAuthn.getCredentialsOptions(String)that ignores the result of the operation.
- getData() - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- getDefault() - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- getDefaultResponse() - Method in class io.vertx.mutiny.openapi.contract.Operation
- getdel(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the value of a key and delete the key.
- GETDEL - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the value of a key and delete the key.
- getdelAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.getdel(String).
- getdelAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.getdel(String)that ignores the result of the operation.
- getDelegate() - Method in interface io.smallrye.mutiny.vertx.MutinyDelegate
- getDelegate() - Method in class io.vertx.mutiny.amqp.AmqpClient
- getDelegate() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- getDelegate() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- getDelegate() - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- getDelegate() - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- getDelegate() - Method in class io.vertx.mutiny.amqp.AmqpSender
- getDelegate() - Method in class io.vertx.mutiny.camel.CamelBridge
- getDelegate() - Method in class io.vertx.mutiny.cassandra.CassandraClient
- getDelegate() - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- getDelegate() - Method in class io.vertx.mutiny.cassandra.ResultSet
- getDelegate() - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- getDelegate() - Method in class io.vertx.mutiny.circuitbreaker.FailurePolicy
- getDelegate() - Method in class io.vertx.mutiny.circuitbreaker.HystrixMetricHandler
- getDelegate() - Method in class io.vertx.mutiny.circuitbreaker.RetryPolicy
- getDelegate() - Method in class io.vertx.mutiny.config.ConfigRetriever
- getDelegate() - Method in class io.vertx.mutiny.core.buffer.Buffer
- getDelegate() - Method in class io.vertx.mutiny.core.cli.CLI
- getDelegate() - Method in class io.vertx.mutiny.core.cli.CommandLine
- getDelegate() - Method in class io.vertx.mutiny.core.Context
- getDelegate() - Method in class io.vertx.mutiny.core.datagram.DatagramPacket
- getDelegate() - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- getDelegate() - Method in class io.vertx.mutiny.core.dns.DnsClient
- getDelegate() - Method in class io.vertx.mutiny.core.dns.MxRecord
- getDelegate() - Method in class io.vertx.mutiny.core.dns.SrvRecord
- getDelegate() - Method in class io.vertx.mutiny.core.eventbus.DeliveryContext
- getDelegate() - Method in class io.vertx.mutiny.core.eventbus.EventBus
- getDelegate() - Method in class io.vertx.mutiny.core.eventbus.Message
- getDelegate() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- getDelegate() - Method in class io.vertx.mutiny.core.eventbus.MessageProducer
- getDelegate() - Method in class io.vertx.mutiny.core.file.AsyncFile
- getDelegate() - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- getDelegate() - Method in class io.vertx.mutiny.core.file.FileProps
- getDelegate() - Method in class io.vertx.mutiny.core.file.FileSystem
- getDelegate() - Method in class io.vertx.mutiny.core.file.FileSystemProps
- getDelegate() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- getDelegate() - Method in class io.vertx.mutiny.core.http.Cookie
- getDelegate() - Method in class io.vertx.mutiny.core.http.HttpClient
- getDelegate() - Method in class io.vertx.mutiny.core.http.HttpClientBuilder
- getDelegate() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- getDelegate() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- getDelegate() - Method in class io.vertx.mutiny.core.http.HttpConnection
- getDelegate() - Method in class io.vertx.mutiny.core.http.HttpFrame
- getDelegate() - Method in class io.vertx.mutiny.core.http.HttpHeaders
- getDelegate() - Method in interface io.vertx.mutiny.core.http.HttpResponseHead
- getDelegate() - Method in class io.vertx.mutiny.core.http.HttpServer
- getDelegate() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- getDelegate() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- getDelegate() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- getDelegate() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- getDelegate() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- getDelegate() - Method in class io.vertx.mutiny.core.http.WebSocket
- getDelegate() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- getDelegate() - Method in class io.vertx.mutiny.core.http.WebSocketClient
- getDelegate() - Method in class io.vertx.mutiny.core.http.WebSocketFrame
- getDelegate() - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- getDelegate() - Method in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- getDelegate() - Method in interface io.vertx.mutiny.core.metrics.Measured
- getDelegate() - Method in class io.vertx.mutiny.core.MultiMap
- getDelegate() - Method in class io.vertx.mutiny.core.net.HostAndPort
- getDelegate() - Method in class io.vertx.mutiny.core.net.NetClient
- getDelegate() - Method in class io.vertx.mutiny.core.net.NetServer
- getDelegate() - Method in class io.vertx.mutiny.core.net.NetSocket
- getDelegate() - Method in class io.vertx.mutiny.core.net.SelfSignedCertificate
- getDelegate() - Method in class io.vertx.mutiny.core.net.SocketAddress
- getDelegate() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- getDelegate() - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- getDelegate() - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- getDelegate() - Method in class io.vertx.mutiny.core.Promise
- getDelegate() - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- getDelegate() - Method in class io.vertx.mutiny.core.shareddata.Counter
- getDelegate() - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- getDelegate() - Method in class io.vertx.mutiny.core.shareddata.Lock
- getDelegate() - Method in class io.vertx.mutiny.core.shareddata.SharedData
- getDelegate() - Method in class io.vertx.mutiny.core.streams.Pipe
- getDelegate() - Method in class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
- getDelegate() - Method in interface io.vertx.mutiny.core.streams.ReadStream
- getDelegate() - Method in interface io.vertx.mutiny.core.streams.StreamBase
- getDelegate() - Method in interface io.vertx.mutiny.core.streams.WriteStream
- getDelegate() - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.core.Timer
- getDelegate() - Method in class io.vertx.mutiny.core.Vertx
- getDelegate() - Method in class io.vertx.mutiny.core.VertxBuilder
- getDelegate() - Method in class io.vertx.mutiny.core.WorkerExecutor
- getDelegate() - Method in class io.vertx.mutiny.db2client.DB2Builder
- getDelegate() - Method in class io.vertx.mutiny.db2client.DB2Connection
- getDelegate() - Method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.authorization.AndAuthorization
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.authorization.Authorization
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationContext
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.authorization.Authorizations
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.authorization.NotAuthorization
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.authorization.OrAuthorization
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.authorization.PermissionBasedAuthorization
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.authorization.RoleBasedAuthorization
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.authorization.WildcardPermissionBasedAuthorization
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.AuthProvider
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.ChainAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.HashingAlgorithm
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.HashingStrategy
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.htdigest.HtdigestAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.htpasswd.HtpasswdAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.jwt.authorization.JWTAuthorization
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.jwt.authorization.MicroProfileAuthorization
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.jwt.JWTAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.ldap.LdapAuthentication
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.authorization.KeycloakAuthorization
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.authorization.ScopeAuthorization
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.AmazonCognitoAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.AzureADAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.BoxAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.CloudFoundryAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.DropboxAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.FacebookAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.FoursquareAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GiteeAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GithubAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GitLabAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GoogleAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.HerokuAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.IBMCloudAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.InstagramAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.KeycloakAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.LinkedInAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.LiveAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.MailchimpAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.OpenIDConnectAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.SalesforceAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.ShopifyAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.SoundcloudAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.StripeAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.TwitterAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthentication
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthorization
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.shiro.ShiroAuth
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthentication
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthorization
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.User
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.VertxContextPRNG
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- getDelegate() - Method in class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- getDelegate() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- getDelegate() - Method in class io.vertx.mutiny.ext.consul.Watch
- getDelegate() - Method in class io.vertx.mutiny.ext.consul.WatchResult
- getDelegate() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent
- getDelegate() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- getDelegate() - Method in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- getDelegate() - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- getDelegate() - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- getDelegate() - Method in class io.vertx.mutiny.ext.mail.MailClient
- getDelegate() - Method in class io.vertx.mutiny.ext.mail.MailClientBuilder
- getDelegate() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- getDelegate() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.cli.CliToken
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.cli.Completion
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.command.Command
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.command.CommandBuilder
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.command.CommandResolver
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.session.Session
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.Shell
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.ShellServer
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.ShellService
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.system.Job
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.system.JobController
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.system.Process
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.term.Pty
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.term.SignalHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.term.SockJSTermHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.term.Term
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.term.TermServer
- getDelegate() - Method in class io.vertx.mutiny.ext.shell.term.Tty
- getDelegate() - Method in class io.vertx.mutiny.ext.sql.SQLClient
- getDelegate() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- getDelegate() - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- getDelegate() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- getDelegate() - Method in class io.vertx.mutiny.ext.stomp.Acknowledgement
- getDelegate() - Method in class io.vertx.mutiny.ext.stomp.Destination
- getDelegate() - Method in class io.vertx.mutiny.ext.stomp.DestinationFactory
- getDelegate() - Method in class io.vertx.mutiny.ext.stomp.Frames
- getDelegate() - Method in class io.vertx.mutiny.ext.stomp.ServerFrame
- getDelegate() - Method in class io.vertx.mutiny.ext.stomp.StompClient
- getDelegate() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- getDelegate() - Method in class io.vertx.mutiny.ext.stomp.StompServer
- getDelegate() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
- getDelegate() - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- getDelegate() - Method in interface io.vertx.mutiny.ext.web.api.contract.HTTPOperationRequestValidationHandler
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- getDelegate() - Method in interface io.vertx.mutiny.ext.web.api.contract.RouterFactory
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.api.service.RouteToEBServiceHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.api.validation.ContainerDeserializer
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.api.validation.CustomValidator
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterValidationRule
- 
Deprecated.
- getDelegate() - Method in interface io.vertx.mutiny.ext.web.api.validation.ValidationHandler
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.client.CachingWebClient
- getDelegate() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- getDelegate() - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- getDelegate() - Method in class io.vertx.mutiny.ext.web.client.OAuth2WebClient
- getDelegate() - Method in class io.vertx.mutiny.ext.web.client.predicate.ErrorConverter
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.client.WebClient
- getDelegate() - Method in class io.vertx.mutiny.ext.web.client.WebClientSession
- getDelegate() - Method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- getDelegate() - Method in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- getDelegate() - Method in class io.vertx.mutiny.ext.web.common.WebEnvironment
- getDelegate() - Method in class io.vertx.mutiny.ext.web.FileUpload
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.APIKeyHandler
- getDelegate() - Method in interface io.vertx.mutiny.ext.web.handler.AuthenticationHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandlerBuilder
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandlerBuilder
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxDataFetcher
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.UploadScalar
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.Message
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
- getDelegate() - Method in interface io.vertx.mutiny.ext.web.handler.InputTrustHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.LoggerFormatter
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- getDelegate() - Method in interface io.vertx.mutiny.ext.web.handler.PlatformHandler
- getDelegate() - Method in interface io.vertx.mutiny.ext.web.handler.ProtocolUpgradeHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
- getDelegate() - Method in interface io.vertx.mutiny.ext.web.handler.SecurityPolicyHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.SimpleAuthenticationHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.XFrameHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- getDelegate() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
- getDelegate() - Method in class io.vertx.mutiny.ext.web.multipart.FormDataPart
- getDelegate() - Method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- getDelegate() - Method in class io.vertx.mutiny.ext.web.openapi.OpenAPIHolder
- getDelegate() - Method in class io.vertx.mutiny.ext.web.openapi.Operation
- getDelegate() - Method in class io.vertx.mutiny.ext.web.openapi.router.OpenAPIRoute
- getDelegate() - Method in class io.vertx.mutiny.ext.web.openapi.router.RequestExtractor
- getDelegate() - Method in class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- getDelegate() - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- getDelegate() - Method in class io.vertx.mutiny.ext.web.openapi.SecurityScheme
- getDelegate() - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
- getDelegate() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
- getDelegate() - Method in class io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
- getDelegate() - Method in class io.vertx.mutiny.ext.web.RequestBody
- getDelegate() - Method in class io.vertx.mutiny.ext.web.Route
- getDelegate() - Method in class io.vertx.mutiny.ext.web.Router
- getDelegate() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- getDelegate() - Method in class io.vertx.mutiny.ext.web.Session
- getDelegate() - Method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
- getDelegate() - Method in class io.vertx.mutiny.ext.web.sstore.cookie.CookieSessionStore
- getDelegate() - Method in class io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore
- getDelegate() - Method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
- getDelegate() - Method in class io.vertx.mutiny.ext.web.sstore.redis.RedisSessionStore
- getDelegate() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- getDelegate() - Method in class io.vertx.mutiny.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- getDelegate() - Method in class io.vertx.mutiny.ext.web.templ.handlebars.HandlebarsTemplateEngine
- getDelegate() - Method in class io.vertx.mutiny.ext.web.templ.httl.HTTLTemplateEngine
- getDelegate() - Method in class io.vertx.mutiny.ext.web.templ.jade.JadeTemplateEngine
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.web.templ.mvel.MVELTemplateEngine
- getDelegate() - Method in class io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine
- getDelegate() - Method in class io.vertx.mutiny.ext.web.templ.pug.PugTemplateEngine
- getDelegate() - Method in class io.vertx.mutiny.ext.web.templ.rocker.RockerTemplateEngine
- getDelegate() - Method in class io.vertx.mutiny.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- getDelegate() - Method in class io.vertx.mutiny.ext.web.UserContext
- getDelegate() - Method in class io.vertx.mutiny.ext.web.validation.builder.ArrayParserFactory
- getDelegate() - Method in class io.vertx.mutiny.ext.web.validation.builder.Bodies
- getDelegate() - Method in class io.vertx.mutiny.ext.web.validation.builder.BodyProcessorFactory
- getDelegate() - Method in class io.vertx.mutiny.ext.web.validation.builder.ObjectParserFactory
- getDelegate() - Method in class io.vertx.mutiny.ext.web.validation.builder.ParameterProcessorFactory
- getDelegate() - Method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- getDelegate() - Method in class io.vertx.mutiny.ext.web.validation.builder.Parsers
- getDelegate() - Method in class io.vertx.mutiny.ext.web.validation.builder.StyledParameterProcessorFactory
- getDelegate() - Method in class io.vertx.mutiny.ext.web.validation.builder.TupleParserFactory
- getDelegate() - Method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- getDelegate() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- getDelegate() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameters
- getDelegate() - Method in class io.vertx.mutiny.ext.web.validation.RequestPredicate
- getDelegate() - Method in class io.vertx.mutiny.ext.web.validation.RequestPredicateResult
- getDelegate() - Method in class io.vertx.mutiny.ext.web.validation.ValidationHandler
- getDelegate() - Method in class io.vertx.mutiny.httpproxy.Body
- getDelegate() - Method in class io.vertx.mutiny.httpproxy.HttpProxy
- getDelegate() - Method in class io.vertx.mutiny.httpproxy.OriginRequestProvider
- getDelegate() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
- getDelegate() - Method in interface io.vertx.mutiny.httpproxy.ProxyInterceptor
- getDelegate() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- getDelegate() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- getDelegate() - Method in class io.vertx.mutiny.jdbcclient.JDBCPool
- getDelegate() - Method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- getDelegate() - Method in class io.vertx.mutiny.json.schema.JsonFormatValidator
- getDelegate() - Method in class io.vertx.mutiny.json.schema.JsonSchema
- getDelegate() - Method in class io.vertx.mutiny.json.schema.Ref
- getDelegate() - Method in class io.vertx.mutiny.json.schema.Schema
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- getDelegate() - Method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.json.schema.Validator
- getDelegate() - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- getDelegate() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- getDelegate() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- getDelegate() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
- getDelegate() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaHeader
- getDelegate() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- getDelegate() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- getDelegate() - Method in class io.vertx.mutiny.micrometer.MetricsService
- getDelegate() - Method in class io.vertx.mutiny.micrometer.PrometheusScrapingHandler
- getDelegate() - Method in class io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
- getDelegate() - Method in class io.vertx.mutiny.mqtt.messages.MqttDisconnectMessage
- getDelegate() - Method in interface io.vertx.mutiny.mqtt.messages.MqttMessage
- getDelegate() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubAckMessage
- getDelegate() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubCompMessage
- getDelegate() - Method in class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- getDelegate() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubRecMessage
- getDelegate() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubRelMessage
- getDelegate() - Method in class io.vertx.mutiny.mqtt.messages.MqttSubAckMessage
- getDelegate() - Method in class io.vertx.mutiny.mqtt.messages.MqttSubscribeMessage
- getDelegate() - Method in class io.vertx.mutiny.mqtt.messages.MqttUnsubscribeMessage
- getDelegate() - Method in class io.vertx.mutiny.mqtt.MqttClient
- getDelegate() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- getDelegate() - Method in class io.vertx.mutiny.mqtt.MqttServer
- getDelegate() - Method in class io.vertx.mutiny.mqtt.MqttTopicSubscription
- getDelegate() - Method in class io.vertx.mutiny.mssqlclient.MSSQLBuilder
- getDelegate() - Method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- getDelegate() - Method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.mysqlclient.MySQLBuilder
- getDelegate() - Method in class io.vertx.mutiny.mysqlclient.MySQLClient
- getDelegate() - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- getDelegate() - Method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.openapi.contract.MediaType
- getDelegate() - Method in class io.vertx.mutiny.openapi.contract.OAuthFlow
- getDelegate() - Method in class io.vertx.mutiny.openapi.contract.OAuthFlows
- getDelegate() - Method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- getDelegate() - Method in class io.vertx.mutiny.openapi.contract.Operation
- getDelegate() - Method in class io.vertx.mutiny.openapi.contract.Parameter
- getDelegate() - Method in class io.vertx.mutiny.openapi.contract.Path
- getDelegate() - Method in class io.vertx.mutiny.openapi.contract.RequestBody
- getDelegate() - Method in class io.vertx.mutiny.openapi.contract.Response
- getDelegate() - Method in class io.vertx.mutiny.openapi.contract.SecurityRequirement
- getDelegate() - Method in class io.vertx.mutiny.openapi.contract.SecurityScheme
- getDelegate() - Method in class io.vertx.mutiny.openapi.contract.Server
- getDelegate() - Method in class io.vertx.mutiny.openapi.validation.RequestParameter
- getDelegate() - Method in class io.vertx.mutiny.openapi.validation.RequestValidator
- getDelegate() - Method in class io.vertx.mutiny.openapi.validation.ResponseParameter
- getDelegate() - Method in class io.vertx.mutiny.openapi.validation.ValidatableRequest
- getDelegate() - Method in class io.vertx.mutiny.openapi.validation.ValidatableResponse
- getDelegate() - Method in class io.vertx.mutiny.openapi.validation.ValidatedRequest
- getDelegate() - Method in class io.vertx.mutiny.openapi.validation.ValidatedResponse
- getDelegate() - Method in class io.vertx.mutiny.oracleclient.OracleBuilder
- getDelegate() - Method in class io.vertx.mutiny.oracleclient.OracleClient
- getDelegate() - Method in class io.vertx.mutiny.oracleclient.OracleConnection
- getDelegate() - Method in class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.pgclient.PgBuilder
- getDelegate() - Method in class io.vertx.mutiny.pgclient.PgConnection
- getDelegate() - Method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- getDelegate() - Method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- getDelegate() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- getDelegate() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- getDelegate() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQMessage
- getDelegate() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- getDelegate() - Method in class io.vertx.mutiny.redis.client.Command
- getDelegate() - Method in class io.vertx.mutiny.redis.client.Redis
- getDelegate() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- getDelegate() - Method in class io.vertx.mutiny.redis.client.RedisConnection
- getDelegate() - Method in class io.vertx.mutiny.redis.client.Request
- getDelegate() - Method in class io.vertx.mutiny.redis.client.Response
- getDelegate() - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- getDelegate() - Method in class io.vertx.mutiny.servicediscovery.ServiceReference
- getDelegate() - Method in class io.vertx.mutiny.servicediscovery.spi.ServiceExporter
- getDelegate() - Method in class io.vertx.mutiny.servicediscovery.spi.ServiceImporter
- getDelegate() - Method in class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- getDelegate() - Method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- getDelegate() - Method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- getDelegate() - Method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- getDelegate() - Method in class io.vertx.mutiny.servicediscovery.types.MessageSource
- getDelegate() - Method in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- getDelegate() - Method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.ClientBuilder
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.Cursor
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.desc.ColumnDescriptor
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.Pool
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.PreparedQuery
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.PreparedStatement
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.PropertyKind
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.Query
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.Row
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.RowIterator
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.RowSet
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.RowStream
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.spi.DatabaseMetadata
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.SqlClient
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.SqlResult
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.templates.RowMapper
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.templates.TupleMapper
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.Transaction
- getDelegate() - Method in class io.vertx.mutiny.sqlclient.Tuple
- getDelegate() - Method in class io.vertx.mutiny.uritemplate.UriTemplate
- getDelegate() - Method in class io.vertx.mutiny.uritemplate.Variables
- getDescription() - Method in class io.vertx.mutiny.core.cli.CLI
- getDescription() - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- getDestination(String) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- getDestinations() - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- getDisposition() - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- getDomain() - Method in class io.vertx.mutiny.core.http.Cookie
- getDouble() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- getDouble() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- getDouble(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getDouble(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getDouble(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getErrorMessage() - Method in class io.vertx.mutiny.ext.web.validation.RequestPredicateResult
- getex(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the value of a key and optionally set its expiration.
- GETEX - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the value of a key and optionally set its expiration.
- getexAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.getex(List).
- getexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.getex(List)that ignores the result of the operation.
- getExecutionInfo() - Method in class io.vertx.mutiny.cassandra.ResultSet
- getFloat() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- getFloat() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- getFloat(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getFloat(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getFloat(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getFlows() - Method in class io.vertx.mutiny.openapi.contract.SecurityScheme
- getFormAttribute(String) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- getHashedStoredPwd(JsonArray) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- getHashStrategy() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- getHeader(CharSequence) - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- getHeader(CharSequence) - Method in interface io.vertx.mutiny.core.http.HttpResponseHead
- getHeader(CharSequence) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- getHeader(CharSequence) - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- getHeader(String) - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- getHeader(String) - Method in interface io.vertx.mutiny.core.http.HttpResponseHead
- getHeader(String) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- getHeader(String) - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- getHeaders() - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- getHeaders() - Method in class io.vertx.mutiny.openapi.contract.Response
- getHeaders() - Method in class io.vertx.mutiny.openapi.validation.ValidatableResponse
- getHeaders() - Method in class io.vertx.mutiny.openapi.validation.ValidatedRequest
- getHeaders() - Method in class io.vertx.mutiny.openapi.validation.ValidatedResponse
- getHost() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Deprecated.
- getHttpMethod() - Method in class io.vertx.mutiny.ext.web.openapi.Operation
- getHttpMethod() - Method in class io.vertx.mutiny.openapi.contract.Operation
- getId() - Method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
- getIdentifier() - Method in class io.vertx.mutiny.openapi.contract.MediaType
- getImplicit() - Method in class io.vertx.mutiny.openapi.contract.OAuthFlows
- getIn() - Method in class io.vertx.mutiny.openapi.contract.Parameter
- getIn() - Method in class io.vertx.mutiny.openapi.contract.SecurityScheme
- getInstanceCount() - Method in class io.vertx.mutiny.core.Context
- getInt(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getInteger() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- getInteger() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- getInteger(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getInteger(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getInternalStatistics() - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Send a STATISTICS command to get a human readable string of the server internal status.
- getInternalStatisticsAndAwait() - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Blocking variant ofMySQLConnection.getInternalStatistics().
- getInternalStatisticsAndForget() - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Variant ofMySQLConnection.getInternalStatistics()that ignores the result of the operation.
- getIntLE(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getJDBCClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- 
Convenient method that looks for a JDBC datasource source and provides the configuredJDBCClient.
- getJDBCClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- 
Convenient method that looks for a JDBC datasource source and provides the configuredJDBCClient.
- getJDBCClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- 
Convenient method that looks for a JDBC datasource source and provides the configuredJDBCClient.
- getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- 
Convenient method that looks for a JDBC datasource source and provides the configuredJDBCClient.
- getJDBCClientAndAwait(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- getJDBCClientAndAwait(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- getJDBCClientAndAwait(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- getJDBCClientAndAwait(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- getJDBCClientAndForget(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- 
Variant ofJDBCDataSource.getJDBCClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,JsonObject)that ignores the result of the operation.
- getJDBCClientAndForget(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- 
Variant ofJDBCDataSource.getJDBCClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,JsonObject,JsonObject)that ignores the result of the operation.
- getJDBCClientAndForget(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- 
Variant ofJDBCDataSource.getJDBCClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,Function)that ignores the result of the operation.
- getJDBCClientAndForget(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- 
Variant ofJDBCDataSource.getJDBCClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,Function,JsonObject)that ignores the result of the operation.
- getJob(int) - Method in class io.vertx.mutiny.ext.shell.system.JobController
- getJson() - Method in class io.vertx.mutiny.json.schema.Schema
- 
Deprecated.
- getJson(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getJson(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getJsonArray() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- getJsonArray() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- getJsonArray(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getJsonArray(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getJsonObject() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- getJsonObject() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- getJsonObject(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getJsonObject(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getKeys() - Method in class io.vertx.mutiny.redis.client.Response
- getKeys(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the list of keys that corresponding to the specified key prefix.
- getKeysAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.getKeys(String).
- getKeysAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.getKeys(String)that ignores the result of the operation.
- getKeysWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the list of keys that corresponding to the specified key prefix.
- getKeysWithOptionsAndAwait(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.getKeysWithOptions(String,BlockingQueryOptions).
- getKeysWithOptionsAndForget(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.getKeysWithOptions(String,BlockingQueryOptions)that ignores the result of the operation.
- getList(String) - Method in class io.vertx.mutiny.uritemplate.Variables
- getLocal(Object) - Method in class io.vertx.mutiny.core.Context
- getLocalAsyncMap(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Get theAsyncMapwith the specified name.
- getLocalAsyncMapAndAwait(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Blocking variant ofSharedData.getLocalAsyncMap(String).
- getLocalAsyncMapAndForget(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Variant ofSharedData.getLocalAsyncMap(String)that ignores the result of the operation.
- getLocalCounter(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Get an asynchronous local counter.
- getLocalCounterAndAwait(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Blocking variant ofSharedData.getLocalCounter(String).
- getLocalCounterAndForget(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Variant ofSharedData.getLocalCounter(String)that ignores the result of the operation.
- getLocalDate(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getLocalDate(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getLocalDateTime(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getLocalDateTime(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getLocalLock(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Get an asynchronous local lock with the specified name.
- getLocalLockAndAwait(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Blocking variant ofSharedData.getLocalLock(String).
- getLocalLockAndForget(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Variant ofSharedData.getLocalLock(String)that ignores the result of the operation.
- getLocalLockWithTimeout(String, long) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
LikeSharedData.getLocalLock(java.lang.String)but specifying a timeout.
- getLocalLockWithTimeoutAndAwait(String, long) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Blocking variant ofSharedData.getLocalLockWithTimeout(String,long).
- getLocalLockWithTimeoutAndForget(String, long) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Variant ofSharedData.getLocalLockWithTimeout(String,long)that ignores the result of the operation.
- getLocalMap(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- getLocalTime(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getLocalTime(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getLock(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Get an asynchronous lock with the specified name.
- getLockAndAwait(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Blocking variant ofSharedData.getLock(String).
- getLockAndForget(String) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Variant ofSharedData.getLock(String)that ignores the result of the operation.
- getLockWithTimeout(String, long) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
LikeSharedData.getLock(java.lang.String)but specifying a timeout.
- getLockWithTimeoutAndAwait(String, long) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Blocking variant ofSharedData.getLockWithTimeout(String,long).
- getLockWithTimeoutAndForget(String, long) - Method in class io.vertx.mutiny.core.shareddata.SharedData
- 
Variant ofSharedData.getLockWithTimeout(String,long)that ignores the result of the operation.
- getLong() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- getLong() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- getLong(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getLong(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getLong(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getLongLE(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getMap(String) - Method in class io.vertx.mutiny.uritemplate.Variables
- getMaxAge() - Method in class io.vertx.mutiny.core.http.Cookie
- getMaxBufferedMessages() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- getMaxRedirects() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- getMedium(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getMediumLE(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getMessage(GraphQLContext) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- getMetadata(String) - Method in class io.vertx.mutiny.ext.web.Route
- getMetadata(String) - Method in class io.vertx.mutiny.ext.web.Router
- getMethod() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- getMethod() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- getMetricsSnapshot() - Method in class io.vertx.mutiny.micrometer.MetricsService
- getMetricsSnapshot(String) - Method in class io.vertx.mutiny.micrometer.MetricsService
- getMongoClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- 
Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.
- getMongoClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- 
Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.
- getMongoClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- 
Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.
- getMongoClientAndAwait(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- getMongoClientAndAwait(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- getMongoClientAndAwait(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- getMongoClientAndForget(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- 
Variant ofMongoDataSource.getMongoClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,JsonObject)that ignores the result of the operation.
- getMongoClientAndForget(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- 
Variant ofMongoDataSource.getMongoClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,JsonObject,JsonObject)that ignores the result of the operation.
- getMongoClientAndForget(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- 
Variant ofMongoDataSource.getMongoClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,Function)that ignores the result of the operation.
- getName() - Method in class io.vertx.mutiny.core.cli.CLI
- getName() - Method in class io.vertx.mutiny.core.http.Cookie
- getName() - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- getName() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- getName() - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterValidationRule
- 
Deprecated.
- getName() - Method in class io.vertx.mutiny.ext.web.Route
- getName() - Method in class io.vertx.mutiny.openapi.contract.Parameter
- getName() - Method in class io.vertx.mutiny.openapi.contract.Path
- getName() - Method in class io.vertx.mutiny.openapi.contract.SecurityScheme
- getNames() - Method in class io.vertx.mutiny.openapi.contract.SecurityRequirement
- getNumeric(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getNumeric(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getObjectKeys() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- getObjectParameter(Object, String, boolean) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- getObjectValue(String) - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- getOffsetDateTime(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getOffsetDateTime(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getOffsetTime(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getOffsetTime(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getOpenAPI() - Method in class io.vertx.mutiny.ext.web.openapi.OpenAPIHolder
- getOpenAPI() - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- getOpenAPIPath() - Method in class io.vertx.mutiny.ext.web.openapi.Operation
- getOpenAPIPath() - Method in class io.vertx.mutiny.openapi.contract.Operation
- getOpenIdConnectUrl() - Method in class io.vertx.mutiny.openapi.contract.SecurityScheme
- getOperation() - Method in class io.vertx.mutiny.ext.web.openapi.router.OpenAPIRoute
- getOperationId() - Method in class io.vertx.mutiny.ext.web.openapi.Operation
- getOperationId() - Method in class io.vertx.mutiny.openapi.contract.Operation
- getOperationModel() - Method in class io.vertx.mutiny.ext.web.openapi.Operation
- getOperations() - Method in class io.vertx.mutiny.openapi.contract.Path
- getOption(String) - Method in class io.vertx.mutiny.core.cli.CLI
- getOptions() - Method in class io.vertx.mutiny.core.cli.CLI
- getOptions() - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- getOptions() - Method in interface io.vertx.mutiny.ext.web.api.contract.RouterFactory
- 
Deprecated.
- getOptions() - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- getOptionValue(String) - Method in class io.vertx.mutiny.core.cli.CommandLine
- getOrCreateContext() - Method in class io.vertx.mutiny.core.Vertx
- getOrCreateDestination(String) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- getOrDefault(Object, V) - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- getOrDefault(String, T) - Method in class io.vertx.mutiny.ext.auth.User
- getParam(String) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- getParam(String, String) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- getParameters() - Method in class io.vertx.mutiny.openapi.contract.Operation
- getParameters() - Method in class io.vertx.mutiny.openapi.contract.Path
- getParamsCharset() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- getPassword() - Method in class io.vertx.mutiny.openapi.contract.OAuthFlows
- getPasswordCredentialField() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- getPasswordField() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- getPath() - Method in class io.vertx.mutiny.core.http.Cookie
- getPath() - Method in class io.vertx.mutiny.ext.web.Route
- getPathParameters() - Method in class io.vertx.mutiny.openapi.validation.ValidatedRequest
- getPaths() - Method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- getPermission() - Method in class io.vertx.mutiny.ext.auth.authorization.PermissionBasedAuthorization
- getPermission() - Method in class io.vertx.mutiny.ext.auth.authorization.WildcardPermissionBasedAuthorization
- getPermissionField() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- getPort() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Deprecated.
- getPreparedQuery(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns an existing prepared query
- getPreparedQueryAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.getPreparedQuery(String).
- getPreparedQueryAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.getPreparedQuery(String)that ignores the result of the operation.
- getPriority() - Method in class io.vertx.mutiny.core.cli.CLI
- getProviderIds() - Method in class io.vertx.mutiny.ext.auth.authorization.Authorizations
- getQuery() - Method in class io.vertx.mutiny.openapi.validation.ValidatedRequest
- getrange(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get a substring of the string stored at a key.
- GETRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get a substring of the string stored at a key.
- getrangeAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.getrange(String,String,String).
- getrangeAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.getrange(String,String,String)that ignores the result of the operation.
- getRawContract() - Method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- getRawMessage() - Method in class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- getRawValueForArgument(Argument) - Method in class io.vertx.mutiny.core.cli.CommandLine
- getRawValueForOption(Option) - Method in class io.vertx.mutiny.core.cli.CommandLine
- getRawValues(Option) - Method in class io.vertx.mutiny.core.cli.CommandLine
- 
Deprecated.
- getRawValuesForArgument(Argument) - Method in class io.vertx.mutiny.core.cli.CommandLine
- getRawValuesForOption(Option) - Method in class io.vertx.mutiny.core.cli.CommandLine
- getReadLength() - Method in class io.vertx.mutiny.core.file.AsyncFile
- getRecord(JsonObject) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Lookups for a single record.
- getRecord(String) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Looks up for a single record by its registrationid.
- getRecord(Function<Record, Boolean>) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Lookups for a single record.
- getRecord(Function<Record, Boolean>, boolean) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Lookups for a single record.
- getRecordAndAwait(JsonObject) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Blocking variant ofServiceDiscovery.getRecord(JsonObject).
- getRecordAndAwait(String) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Blocking variant ofServiceDiscovery.getRecord(String).
- getRecordAndAwait(Function<Record, Boolean>) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Blocking variant ofServiceDiscovery.getRecord(Function).
- getRecordAndAwait(Function<Record, Boolean>, boolean) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Blocking variant ofServiceDiscovery.getRecord(Function,boolean).
- getRecordAndForget(JsonObject) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Variant ofServiceDiscovery.getRecord(JsonObject)that ignores the result of the operation.
- getRecordAndForget(String) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Variant ofServiceDiscovery.getRecord(String)that ignores the result of the operation.
- getRecordAndForget(Function<Record, Boolean>) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Variant ofServiceDiscovery.getRecord(Function)that ignores the result of the operation.
- getRecordAndForget(Function<Record, Boolean>, boolean) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Variant ofServiceDiscovery.getRecord(Function,boolean)that ignores the result of the operation.
- getRecords(JsonObject) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Lookups for a set of records.
- getRecords(Function<Record, Boolean>) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Lookups for a set of records.
- getRecords(Function<Record, Boolean>, boolean) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Lookups for a set of records.
- getRecordsAndAwait(JsonObject) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Blocking variant ofServiceDiscovery.getRecords(JsonObject).
- getRecordsAndAwait(Function<Record, Boolean>) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Blocking variant ofServiceDiscovery.getRecords(Function).
- getRecordsAndAwait(Function<Record, Boolean>, boolean) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Blocking variant ofServiceDiscovery.getRecords(Function,boolean).
- getRecordsAndForget(JsonObject) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Variant ofServiceDiscovery.getRecords(JsonObject)that ignores the result of the operation.
- getRecordsAndForget(Function<Record, Boolean>) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Variant ofServiceDiscovery.getRecords(Function)that ignores the result of the operation.
- getRecordsAndForget(Function<Record, Boolean>, boolean) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Variant ofServiceDiscovery.getRecords(Function,boolean)that ignores the result of the operation.
- getRedisClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- 
Convenient method that looks for a Redis data source and provides the configuredRedis.
- getRedisClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- 
Convenient method that looks for a Redis data source and provides the configuredRedis.
- getRedisClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- 
Convenient method that looks for a Redis data source and provides the configuredRedis.
- getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- 
Convenient method that looks for a Redis data source and provides the configuredRedis.
- getRedisClientAndAwait(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- getRedisClientAndAwait(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- getRedisClientAndAwait(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- getRedisClientAndAwait(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- getRedisClientAndForget(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- 
Variant ofRedisDataSource.getRedisClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,JsonObject)that ignores the result of the operation.
- getRedisClientAndForget(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- 
Variant ofRedisDataSource.getRedisClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,JsonObject,JsonObject)that ignores the result of the operation.
- getRedisClientAndForget(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- 
Variant ofRedisDataSource.getRedisClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,Function)that ignores the result of the operation.
- getRedisClientAndForget(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- 
Variant ofRedisDataSource.getRedisClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,Function,JsonObject)that ignores the result of the operation.
- getReference(Record) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- getReferenceWithConfiguration(Record, JsonObject) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- getRefreshUrl() - Method in class io.vertx.mutiny.openapi.contract.OAuthFlow
- getRequestBody() - Method in class io.vertx.mutiny.openapi.contract.Operation
- getResource() - Method in class io.vertx.mutiny.ext.auth.authorization.PermissionBasedAuthorization
- getResource() - Method in class io.vertx.mutiny.ext.auth.authorization.RoleBasedAuthorization
- getResource() - Method in class io.vertx.mutiny.ext.auth.authorization.WildcardPermissionBasedAuthorization
- getResponse(int) - Method in class io.vertx.mutiny.openapi.contract.Operation
- getRole() - Method in class io.vertx.mutiny.ext.auth.authorization.RoleBasedAuthorization
- getRoleField() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- getRoute(String) - Method in class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- getRouter() - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- getRouter() - Method in interface io.vertx.mutiny.ext.web.api.contract.RouterFactory
- 
Deprecated.
- getRoutes() - Method in class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- getRoutes() - Method in class io.vertx.mutiny.ext.web.Router
- getRoutingContext(GraphQLContext) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- 
Deprecated.invokeGraphQLContext.get(Object)withRoutingContextclass object instead.
- getSalt(JsonArray) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- getSalt(User) - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Deprecated.
- getSaltField() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- getSaltStyle() - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Deprecated.
- getSameSite() - Method in class io.vertx.mutiny.core.http.Cookie
- getSchema() - Method in class io.vertx.mutiny.openapi.contract.MediaType
- getSchema() - Method in class io.vertx.mutiny.openapi.contract.Parameter
- getSchemaParser() - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- 
Deprecated.This method exposes the internal of the OpenAPI handler, it will be removed in the future. Users should configure the json schema module from the options.
- getSchemaRepository() - Method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- getSchemaRouter() - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- 
Deprecated.This method exposes the internal of the OpenAPI handler, it will be removed in the future. Users should configure the json schema module from the options.
- getSchemaRouter() - Method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- getSchemaType() - Method in class io.vertx.mutiny.openapi.contract.Parameter
- getScheme() - Method in class io.vertx.mutiny.openapi.contract.SecurityScheme
- getScope() - Method in class io.vertx.mutiny.json.schema.Schema
- 
Deprecated.
- getScopes() - Method in class io.vertx.mutiny.openapi.contract.OAuthFlow
- getScopes(String) - Method in class io.vertx.mutiny.openapi.contract.SecurityRequirement
- getSecurityRequirements() - Method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- getSecurityRequirements() - Method in class io.vertx.mutiny.openapi.contract.Operation
- getServers() - Method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>) - Static method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- 
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- 
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getServiceProxyAndAwait(ServiceDiscovery, Function<Record, Boolean>, Class<T>) - Static method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- getServiceProxyAndAwait(ServiceDiscovery, Function<Record, Boolean>, Class<T>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- getServiceProxyAndForget(ServiceDiscovery, Function<Record, Boolean>, Class<T>) - Static method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- 
Variant ofEventBusService.getServiceProxy(io.vertx.mutiny.servicediscovery.ServiceDiscovery,Function,Class)that ignores the result of the operation.
- getServiceProxyAndForget(ServiceDiscovery, Function<Record, Boolean>, Class<T>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- 
Variant ofEventBusService.getServiceProxy(io.vertx.mutiny.servicediscovery.ServiceDiscovery,Function,Class,JsonObject)that ignores the result of the operation.
- getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>) - Static method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- 
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- 
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getServiceProxyWithJsonFilterAndAwait(ServiceDiscovery, JsonObject, Class<T>) - Static method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- getServiceProxyWithJsonFilterAndAwait(ServiceDiscovery, JsonObject, Class<T>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- getServiceProxyWithJsonFilterAndForget(ServiceDiscovery, JsonObject, Class<T>) - Static method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- 
Variant ofEventBusService.getServiceProxyWithJsonFilter(io.vertx.mutiny.servicediscovery.ServiceDiscovery,JsonObject,Class)that ignores the result of the operation.
- getServiceProxyWithJsonFilterAndForget(ServiceDiscovery, JsonObject, Class<T>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- 
Variant ofEventBusService.getServiceProxyWithJsonFilter(io.vertx.mutiny.servicediscovery.ServiceDiscovery,JsonObject,Class,JsonObject)that ignores the result of the operation.
- getSession() - Method in class io.vertx.mutiny.ext.shell.system.Process
- getset(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Set the string value of a key and return its old value.
- GETSET - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Set the string value of a key and return its old value.
- getsetAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.getset(String,String).
- getsetAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.getset(String,String)that ignores the result of the operation.
- getShared(Vertx) - Static method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- getShort(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getShort(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getShort(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getShortLE(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getSingle(String) - Method in class io.vertx.mutiny.uritemplate.Variables
- getSize() - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- getStatusCode() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- getStatusCode() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- getStatusCode() - Method in class io.vertx.mutiny.openapi.validation.ValidatableResponse
- getStatusMessage() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- getStatusMessage() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- getStoredPwd(User) - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Deprecated.
- getStream() - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- getStreamPriority() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- getString() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- getString() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- getString(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getString(int, int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getString(int, int, String) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getString(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getStyle() - Method in class io.vertx.mutiny.openapi.contract.Parameter
- getSubscriptions(StompServerConnection) - Method in class io.vertx.mutiny.ext.stomp.Destination
- getSummary() - Method in class io.vertx.mutiny.core.cli.CLI
- getTags() - Method in class io.vertx.mutiny.openapi.contract.Operation
- getTemporal(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getTemporal(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getTokenUrl() - Method in class io.vertx.mutiny.openapi.contract.OAuthFlow
- getTrailer(String) - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- getTrailer(String) - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- getTransactionIsolation() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Attempts to return the transaction isolation level for this Connection object to the one given.
- getTransactionIsolationAndAwait() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.getTransactionIsolation().
- getTransactionIsolationAndForget() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.getTransactionIsolation()that ignores the result of the operation.
- getTty() - Method in class io.vertx.mutiny.ext.shell.system.Process
- getType() - Method in class io.vertx.mutiny.openapi.contract.SecurityScheme
- getUnsignedByte(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getUnsignedInt(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getUnsignedIntLE(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getUnsignedMedium(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getUnsignedMediumLE(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getUnsignedShort(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getUnsignedShortLE(int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- getURI() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- getURI() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- getURIWithoutFragment() - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- getURL() - Method in class io.vertx.mutiny.openapi.contract.Server
- getUser() - Method in class io.vertx.mutiny.ext.web.client.OAuth2WebClient
- getUserBySession(String) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- getUsernameCredentialField() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- getUsernameField() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- getUUID(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getUUID(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getValidationFailureHandler() - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.Router Factory won't manage the validation errors anymore. You must useRouter.errorHandler(int, Handler)with 400 error
- getValidationFailureHandler() - Method in interface io.vertx.mutiny.ext.web.api.contract.RouterFactory
- 
Deprecated.Router Factory won't manage the validation errors anymore. You must useRouter.errorHandler(int, Handler)with 400 error
- getValue() - Method in class io.vertx.mutiny.core.http.Cookie
- getValue(int) - Method in class io.vertx.mutiny.sqlclient.Tuple
- getValue(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns key/value pair that corresponding to the specified key.
- getValue(String) - Method in class io.vertx.mutiny.sqlclient.Row
- getValueAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.getValue(String).
- getValueAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.getValue(String)that ignores the result of the operation.
- getValues(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the list of key/value pairs that corresponding to the specified key prefix.
- getValuesAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.getValues(String).
- getValuesAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.getValues(String)that ignores the result of the operation.
- getValuesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the list of key/value pairs that corresponding to the specified key prefix.
- getValuesWithOptionsAndAwait(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.getValuesWithOptions(String,BlockingQueryOptions).
- getValuesWithOptionsAndForget(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.getValuesWithOptions(String,BlockingQueryOptions)that ignores the result of the operation.
- getValueWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns key/value pair that corresponding to the specified key.
- getValueWithOptionsAndAwait(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.getValueWithOptions(String,BlockingQueryOptions).
- getValueWithOptionsAndForget(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.getValueWithOptions(String,BlockingQueryOptions)that ignores the result of the operation.
- getVersion() - Method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- getWebClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClientAndAwait(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- getWebClientAndAwait(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- getWebClientAndAwait(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- getWebClientAndAwait(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- getWebClientAndForget(ServiceDiscovery, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Variant ofHttpEndpoint.getWebClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,JsonObject)that ignores the result of the operation.
- getWebClientAndForget(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Variant ofHttpEndpoint.getWebClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,JsonObject,JsonObject)that ignores the result of the operation.
- getWebClientAndForget(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Variant ofHttpEndpoint.getWebClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,Function)that ignores the result of the operation.
- getWebClientAndForget(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Variant ofHttpEndpoint.getWebClient(io.vertx.mutiny.servicediscovery.ServiceDiscovery,Function,JsonObject)that ignores the result of the operation.
- getWindowSize() - Method in class io.vertx.mutiny.core.http.HttpConnection
- getWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
- getWritePos() - Method in class io.vertx.mutiny.core.file.AsyncFile
- GiteeAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for Gitee.
- GiteeAuth(GiteeAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.GiteeAuth
- GiteeAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.GiteeAuth
- GithubAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for Github.
- GithubAuth(GithubAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.GithubAuth
- GithubAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.GithubAuth
- GitLabAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for GitLab.com.
- GitLabAuth(GitLabAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.GitLabAuth
- GitLabAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.GitLabAuth
- goAway(long) - Method in class io.vertx.mutiny.core.http.HttpConnection
- goAway(long, int) - Method in class io.vertx.mutiny.core.http.HttpConnection
- goAway(long, int, Buffer) - Method in class io.vertx.mutiny.core.http.HttpConnection
- goAwayHandler(Consumer<GoAway>) - Method in class io.vertx.mutiny.core.http.HttpConnection
- GoogleAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create anOAuth2Authfor Google.
- GoogleAuth(GoogleAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.GoogleAuth
- GoogleAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.GoogleAuth
- grantedQoSLevels() - Method in class io.vertx.mutiny.mqtt.messages.MqttSubAckMessage
- GRAPH_BULK - Static variable in class io.vertx.mutiny.redis.client.Command
- GRAPH_CONFIG - Static variable in class io.vertx.mutiny.redis.client.Command
- GRAPH_DEBUG - Static variable in class io.vertx.mutiny.redis.client.Command
- GRAPH_DELETE - Static variable in class io.vertx.mutiny.redis.client.Command
- GRAPH_EXPLAIN - Static variable in class io.vertx.mutiny.redis.client.Command
- GRAPH_LIST - Static variable in class io.vertx.mutiny.redis.client.Command
- GRAPH_PROFILE - Static variable in class io.vertx.mutiny.redis.client.Command
- GRAPH_QUERY - Static variable in class io.vertx.mutiny.redis.client.Command
- GRAPH_RO_QUERY - Static variable in class io.vertx.mutiny.redis.client.Command
- GRAPH_SLOWLOG - Static variable in class io.vertx.mutiny.redis.client.Command
- graphBulk(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command GRAPH.BULK.
- graphBulkAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.graphBulk(List).
- graphBulkAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.graphBulk(List)that ignores the result of the operation.
- graphConfig(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command GRAPH.CONFIG.
- graphConfigAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.graphConfig(List).
- graphConfigAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.graphConfig(List)that ignores the result of the operation.
- graphDebug(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command GRAPH.DEBUG.
- graphDebugAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.graphDebug(List).
- graphDebugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.graphDebug(List)that ignores the result of the operation.
- graphDelete(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command GRAPH.DELETE.
- graphDeleteAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.graphDelete(List).
- graphDeleteAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.graphDelete(List)that ignores the result of the operation.
- graphExplain(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command GRAPH.EXPLAIN.
- graphExplainAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.graphExplain(List).
- graphExplainAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.graphExplain(List)that ignores the result of the operation.
- GraphiQLHandler - Class in io.vertx.mutiny.ext.web.handler.graphql
- 
A handler for GraphiQL resources.
- GraphiQLHandler(GraphiQLHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- GraphiQLHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- GraphiQLHandlerBuilder - Class in io.vertx.mutiny.ext.web.handler.graphql
- 
A builder forGraphiQLHandlerinstances.
- GraphiQLHandlerBuilder(GraphiQLHandlerBuilder) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandlerBuilder
- GraphiQLHandlerBuilder(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandlerBuilder
- graphiQLRequestHeaders(Function<RoutingContext, MultiMap>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- 
Deprecated.as of 4.5.1, useGraphiQLHandler.builder(Vertx)instead
- graphList(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command GRAPH.LIST.
- graphListAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.graphList(List).
- graphListAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.graphList(List)that ignores the result of the operation.
- graphProfile(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command GRAPH.PROFILE.
- graphProfileAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.graphProfile(List).
- graphProfileAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.graphProfile(List)that ignores the result of the operation.
- GraphQLHandler - Class in io.vertx.mutiny.ext.web.handler.graphql
- 
ARoutehandler for GraphQL requests.
- GraphQLHandler(GraphQLHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- GraphQLHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- GraphQLHandlerBuilder - Class in io.vertx.mutiny.ext.web.handler.graphql
- 
A builder forGraphQLHandlerinstances.
- GraphQLHandlerBuilder(GraphQLHandlerBuilder) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandlerBuilder
- GraphQLHandlerBuilder(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandlerBuilder
- GraphQLWSHandler - Class in io.vertx.mutiny.ext.web.handler.graphql.ws
- 
A handler for the GraphQL over WebSocket Protocol.
- GraphQLWSHandler(GraphQLWSHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- GraphQLWSHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- GraphQLWSHandlerBuilder - Class in io.vertx.mutiny.ext.web.handler.graphql.ws
- 
A builder forGraphQLWSHandlerinstances.
- GraphQLWSHandlerBuilder(GraphQLWSHandlerBuilder) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- GraphQLWSHandlerBuilder(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- graphQuery(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command GRAPH.QUERY.
- graphQueryAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.graphQuery(List).
- graphQueryAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.graphQuery(List)that ignores the result of the operation.
- graphRoQuery(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command GRAPH.RO_QUERY.
- graphRoQueryAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.graphRoQuery(List).
- graphRoQueryAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.graphRoQuery(List)that ignores the result of the operation.
- graphSlowlog(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command GRAPH.SLOWLOG.
- graphSlowlogAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.graphSlowlog(List).
- graphSlowlogAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.graphSlowlog(List)that ignores the result of the operation.
- groupId() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- groupId(String) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- groupSequence() - Method in class io.vertx.mutiny.amqp.AmqpMessage
H
- halfOpenHandler(Runnable) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- handle(Buffer) - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- handle(Buffer) - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- handle(HttpServerRequest) - Method in class io.vertx.mutiny.ext.web.Router
- handle(HttpServerRequest) - Method in class io.vertx.mutiny.httpproxy.HttpProxy
- handle(ServerFrame) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- handle(SockJSSocket) - Method in class io.vertx.mutiny.ext.shell.term.SockJSTermHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.circuitbreaker.HystrixMetricHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- handle(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.api.contract.HTTPOperationRequestValidationHandler
- 
Deprecated.
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
- 
Deprecated.
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.api.service.RouteToEBServiceHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- handle(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.api.validation.ValidationHandler
- 
Deprecated.
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.APIKeyHandler
- handle(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthenticationHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
- handle(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.InputTrustHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- handle(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.PlatformHandler
- handle(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.ProtocolUpgradeHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
- handle(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.SecurityPolicyHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.SimpleAuthenticationHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- 
Deprecated.mount the router as a sub-router instead. This method will not properly handle errors.
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.XFrameHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
- handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.validation.ValidationHandler
- handle(U) - Method in class io.smallrye.mutiny.vertx.DelegatingConsumerHandler
- handle(U) - Method in class io.smallrye.mutiny.vertx.DelegatingHandler
- HandlebarsTemplateEngine - Class in io.vertx.mutiny.ext.web.templ.handlebars
- 
A template engine that uses the Handlebars library.
- HandlebarsTemplateEngine(HandlebarsTemplateEngine) - Constructor for class io.vertx.mutiny.ext.web.templ.handlebars.HandlebarsTemplateEngine
- HandlebarsTemplateEngine(Object) - Constructor for class io.vertx.mutiny.ext.web.templ.handlebars.HandlebarsTemplateEngine
- handleContext(RoutingContext) - Method in class io.vertx.mutiny.ext.web.Router
- handleFailure(RoutingContext) - Method in class io.vertx.mutiny.ext.web.Router
- handleProxyRequest(ProxyContext) - Method in interface io.vertx.mutiny.httpproxy.ProxyInterceptor
- handleProxyResponse(ProxyContext) - Method in interface io.vertx.mutiny.httpproxy.ProxyInterceptor
- handler() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
- handler(Handler<J>) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
- handler(StompServerHandler) - Method in class io.vertx.mutiny.ext.stomp.StompServer
- handler(Consumer<Row>) - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- handler(Consumer<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- handler(Consumer<AmqpMessage>) - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- handler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.file.AsyncFile
- handler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- handler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- handler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- handler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- handler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- handler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.http.WebSocket
- handler(Consumer<Buffer>) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- handler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.net.NetSocket
- handler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- handler(Consumer<Buffer>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- handler(Consumer<DatagramPacket>) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- handler(Consumer<Message<T>>) - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- handler(Consumer<JsonEvent>) - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- handler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.openapi.Operation
- handler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.Route
- handler(Consumer<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- handler(Consumer<RabbitMQMessage>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- handler(Consumer<Response>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
- handler(Consumer<Long>) - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- handler(Consumer<String>) - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- handler(Consumer<T>) - Method in interface io.vertx.mutiny.core.streams.ReadStream
- handler(Consumer<T>) - Method in class io.vertx.mutiny.sqlclient.RowStream
- handleReceipt(Frame, StompServerConnection) - Static method in class io.vertx.mutiny.ext.stomp.Frames
- hasAmr(String) - Method in class io.vertx.mutiny.ext.auth.User
- hasDefault() - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- hash(String, String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- 
Deprecated.
- hash(String, String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- hash(String, String, String) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthentication
- hash(String, Map<String, String>, String, String) - Method in class io.vertx.mutiny.ext.auth.HashingStrategy
- 
Deprecated.
- hash(String, Map<String, String>, String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- 
Deprecated.
- hash(String, Map<String, String>, String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- hash(String, Map<String, String>, String, String) - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthentication
- hashCode() - Method in class io.smallrye.mutiny.vertx.DelegatingConsumerHandler
- hashCode() - Method in class io.smallrye.mutiny.vertx.DelegatingHandler
- hashCode() - Method in class io.vertx.mutiny.amqp.AmqpClient
- hashCode() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- hashCode() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- hashCode() - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- hashCode() - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- hashCode() - Method in class io.vertx.mutiny.amqp.AmqpSender
- hashCode() - Method in class io.vertx.mutiny.camel.CamelBridge
- hashCode() - Method in class io.vertx.mutiny.cassandra.CassandraClient
- hashCode() - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- hashCode() - Method in class io.vertx.mutiny.cassandra.ResultSet
- hashCode() - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- hashCode() - Method in class io.vertx.mutiny.circuitbreaker.FailurePolicy
- hashCode() - Method in class io.vertx.mutiny.circuitbreaker.HystrixMetricHandler
- hashCode() - Method in class io.vertx.mutiny.circuitbreaker.RetryPolicy
- hashCode() - Method in class io.vertx.mutiny.config.ConfigRetriever
- hashCode() - Method in class io.vertx.mutiny.core.buffer.Buffer
- hashCode() - Method in class io.vertx.mutiny.core.cli.CLI
- hashCode() - Method in class io.vertx.mutiny.core.cli.CommandLine
- hashCode() - Method in class io.vertx.mutiny.core.Context
- hashCode() - Method in class io.vertx.mutiny.core.datagram.DatagramPacket
- hashCode() - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- hashCode() - Method in class io.vertx.mutiny.core.dns.DnsClient
- hashCode() - Method in class io.vertx.mutiny.core.dns.MxRecord
- hashCode() - Method in class io.vertx.mutiny.core.dns.SrvRecord
- hashCode() - Method in class io.vertx.mutiny.core.eventbus.DeliveryContext
- hashCode() - Method in class io.vertx.mutiny.core.eventbus.EventBus
- hashCode() - Method in class io.vertx.mutiny.core.eventbus.Message
- hashCode() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- hashCode() - Method in class io.vertx.mutiny.core.eventbus.MessageProducer
- hashCode() - Method in class io.vertx.mutiny.core.file.AsyncFile
- hashCode() - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- hashCode() - Method in class io.vertx.mutiny.core.file.FileProps
- hashCode() - Method in class io.vertx.mutiny.core.file.FileSystem
- hashCode() - Method in class io.vertx.mutiny.core.file.FileSystemProps
- hashCode() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- hashCode() - Method in class io.vertx.mutiny.core.http.Cookie
- hashCode() - Method in class io.vertx.mutiny.core.http.HttpClient
- hashCode() - Method in class io.vertx.mutiny.core.http.HttpClientBuilder
- hashCode() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- hashCode() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- hashCode() - Method in class io.vertx.mutiny.core.http.HttpConnection
- hashCode() - Method in class io.vertx.mutiny.core.http.HttpFrame
- hashCode() - Method in class io.vertx.mutiny.core.http.HttpHeaders
- hashCode() - Method in class io.vertx.mutiny.core.http.HttpServer
- hashCode() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- hashCode() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- hashCode() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- hashCode() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- hashCode() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- hashCode() - Method in class io.vertx.mutiny.core.http.WebSocket
- hashCode() - Method in class io.vertx.mutiny.core.http.WebSocketClient
- hashCode() - Method in class io.vertx.mutiny.core.http.WebSocketFrame
- hashCode() - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- hashCode() - Method in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- hashCode() - Method in class io.vertx.mutiny.core.MultiMap
- hashCode() - Method in class io.vertx.mutiny.core.net.HostAndPort
- hashCode() - Method in class io.vertx.mutiny.core.net.NetClient
- hashCode() - Method in class io.vertx.mutiny.core.net.NetServer
- hashCode() - Method in class io.vertx.mutiny.core.net.NetSocket
- hashCode() - Method in class io.vertx.mutiny.core.net.SelfSignedCertificate
- hashCode() - Method in class io.vertx.mutiny.core.net.SocketAddress
- hashCode() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- hashCode() - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- hashCode() - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- hashCode() - Method in class io.vertx.mutiny.core.Promise
- hashCode() - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- hashCode() - Method in class io.vertx.mutiny.core.shareddata.Counter
- hashCode() - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- hashCode() - Method in class io.vertx.mutiny.core.shareddata.Lock
- hashCode() - Method in class io.vertx.mutiny.core.shareddata.SharedData
- hashCode() - Method in class io.vertx.mutiny.core.streams.Pipe
- hashCode() - Method in class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.core.Timer
- hashCode() - Method in class io.vertx.mutiny.core.Vertx
- hashCode() - Method in class io.vertx.mutiny.core.VertxBuilder
- hashCode() - Method in class io.vertx.mutiny.core.WorkerExecutor
- hashCode() - Method in class io.vertx.mutiny.db2client.DB2Builder
- hashCode() - Method in class io.vertx.mutiny.db2client.DB2Connection
- hashCode() - Method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
- hashCode() - Method in class io.vertx.mutiny.ext.auth.authorization.AndAuthorization
- hashCode() - Method in class io.vertx.mutiny.ext.auth.authorization.Authorization
- hashCode() - Method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationContext
- hashCode() - Method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
- hashCode() - Method in class io.vertx.mutiny.ext.auth.authorization.Authorizations
- hashCode() - Method in class io.vertx.mutiny.ext.auth.authorization.NotAuthorization
- hashCode() - Method in class io.vertx.mutiny.ext.auth.authorization.OrAuthorization
- hashCode() - Method in class io.vertx.mutiny.ext.auth.authorization.PermissionBasedAuthorization
- hashCode() - Method in class io.vertx.mutiny.ext.auth.authorization.RoleBasedAuthorization
- hashCode() - Method in class io.vertx.mutiny.ext.auth.authorization.WildcardPermissionBasedAuthorization
- hashCode() - Method in class io.vertx.mutiny.ext.auth.AuthProvider
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.auth.ChainAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.HashingAlgorithm
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.auth.HashingStrategy
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.auth.htdigest.HtdigestAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.htpasswd.HtpasswdAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.auth.jwt.authorization.JWTAuthorization
- hashCode() - Method in class io.vertx.mutiny.ext.auth.jwt.authorization.MicroProfileAuthorization
- hashCode() - Method in class io.vertx.mutiny.ext.auth.jwt.JWTAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.ldap.LdapAuthentication
- hashCode() - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- hashCode() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
- hashCode() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.authorization.KeycloakAuthorization
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.authorization.ScopeAuthorization
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.AmazonCognitoAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.AzureADAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.BoxAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.CloudFoundryAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.DropboxAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.FacebookAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.FoursquareAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GiteeAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GithubAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GitLabAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GoogleAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.HerokuAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.IBMCloudAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.InstagramAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.KeycloakAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.LinkedInAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.LiveAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.MailchimpAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.OpenIDConnectAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.SalesforceAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.ShopifyAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.SoundcloudAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.StripeAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.TwitterAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- hashCode() - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- hashCode() - Method in class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthentication
- hashCode() - Method in class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthorization
- hashCode() - Method in class io.vertx.mutiny.ext.auth.shiro.ShiroAuth
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthentication
- hashCode() - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthorization
- hashCode() - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- hashCode() - Method in class io.vertx.mutiny.ext.auth.User
- hashCode() - Method in class io.vertx.mutiny.ext.auth.VertxContextPRNG
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- hashCode() - Method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- hashCode() - Method in class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- hashCode() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- hashCode() - Method in class io.vertx.mutiny.ext.consul.Watch
- hashCode() - Method in class io.vertx.mutiny.ext.consul.WatchResult
- hashCode() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent
- hashCode() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- hashCode() - Method in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- hashCode() - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- hashCode() - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- hashCode() - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- hashCode() - Method in class io.vertx.mutiny.ext.mail.MailClient
- hashCode() - Method in class io.vertx.mutiny.ext.mail.MailClientBuilder
- hashCode() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- hashCode() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- hashCode() - Method in class io.vertx.mutiny.ext.shell.cli.CliToken
- hashCode() - Method in class io.vertx.mutiny.ext.shell.cli.Completion
- hashCode() - Method in class io.vertx.mutiny.ext.shell.command.Command
- hashCode() - Method in class io.vertx.mutiny.ext.shell.command.CommandBuilder
- hashCode() - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- hashCode() - Method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- hashCode() - Method in class io.vertx.mutiny.ext.shell.command.CommandResolver
- hashCode() - Method in class io.vertx.mutiny.ext.shell.session.Session
- hashCode() - Method in class io.vertx.mutiny.ext.shell.Shell
- hashCode() - Method in class io.vertx.mutiny.ext.shell.ShellServer
- hashCode() - Method in class io.vertx.mutiny.ext.shell.ShellService
- hashCode() - Method in class io.vertx.mutiny.ext.shell.system.Job
- hashCode() - Method in class io.vertx.mutiny.ext.shell.system.JobController
- hashCode() - Method in class io.vertx.mutiny.ext.shell.system.Process
- hashCode() - Method in class io.vertx.mutiny.ext.shell.term.Pty
- hashCode() - Method in class io.vertx.mutiny.ext.shell.term.SignalHandler
- hashCode() - Method in class io.vertx.mutiny.ext.shell.term.SockJSTermHandler
- hashCode() - Method in class io.vertx.mutiny.ext.shell.term.Term
- hashCode() - Method in class io.vertx.mutiny.ext.shell.term.TermServer
- hashCode() - Method in class io.vertx.mutiny.ext.shell.term.Tty
- hashCode() - Method in class io.vertx.mutiny.ext.sql.SQLClient
- hashCode() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- hashCode() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- hashCode() - Method in class io.vertx.mutiny.ext.stomp.Acknowledgement
- hashCode() - Method in class io.vertx.mutiny.ext.stomp.Destination
- hashCode() - Method in class io.vertx.mutiny.ext.stomp.DestinationFactory
- hashCode() - Method in class io.vertx.mutiny.ext.stomp.Frames
- hashCode() - Method in class io.vertx.mutiny.ext.stomp.ServerFrame
- hashCode() - Method in class io.vertx.mutiny.ext.stomp.StompClient
- hashCode() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- hashCode() - Method in class io.vertx.mutiny.ext.stomp.StompServer
- hashCode() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
- hashCode() - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.api.service.RouteToEBServiceHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.api.validation.ContainerDeserializer
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.api.validation.CustomValidator
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterValidationRule
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.client.CachingWebClient
- hashCode() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- hashCode() - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- hashCode() - Method in class io.vertx.mutiny.ext.web.client.OAuth2WebClient
- hashCode() - Method in class io.vertx.mutiny.ext.web.client.predicate.ErrorConverter
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.client.WebClient
- hashCode() - Method in class io.vertx.mutiny.ext.web.client.WebClientSession
- hashCode() - Method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- hashCode() - Method in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- hashCode() - Method in class io.vertx.mutiny.ext.web.common.WebEnvironment
- hashCode() - Method in class io.vertx.mutiny.ext.web.FileUpload
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.APIKeyHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandlerBuilder
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandlerBuilder
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxDataFetcher
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.UploadScalar
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.Message
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.LoggerFormatter
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.SimpleAuthenticationHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.handler.XFrameHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- hashCode() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
- hashCode() - Method in class io.vertx.mutiny.ext.web.multipart.FormDataPart
- hashCode() - Method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- hashCode() - Method in class io.vertx.mutiny.ext.web.openapi.OpenAPIHolder
- hashCode() - Method in class io.vertx.mutiny.ext.web.openapi.Operation
- hashCode() - Method in class io.vertx.mutiny.ext.web.openapi.router.OpenAPIRoute
- hashCode() - Method in class io.vertx.mutiny.ext.web.openapi.router.RequestExtractor
- hashCode() - Method in class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- hashCode() - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- hashCode() - Method in class io.vertx.mutiny.ext.web.openapi.SecurityScheme
- hashCode() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
- hashCode() - Method in class io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
- hashCode() - Method in class io.vertx.mutiny.ext.web.RequestBody
- hashCode() - Method in class io.vertx.mutiny.ext.web.Route
- hashCode() - Method in class io.vertx.mutiny.ext.web.Router
- hashCode() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- hashCode() - Method in class io.vertx.mutiny.ext.web.Session
- hashCode() - Method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
- hashCode() - Method in class io.vertx.mutiny.ext.web.sstore.cookie.CookieSessionStore
- hashCode() - Method in class io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore
- hashCode() - Method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
- hashCode() - Method in class io.vertx.mutiny.ext.web.sstore.redis.RedisSessionStore
- hashCode() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- hashCode() - Method in class io.vertx.mutiny.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- hashCode() - Method in class io.vertx.mutiny.ext.web.templ.handlebars.HandlebarsTemplateEngine
- hashCode() - Method in class io.vertx.mutiny.ext.web.templ.httl.HTTLTemplateEngine
- hashCode() - Method in class io.vertx.mutiny.ext.web.templ.jade.JadeTemplateEngine
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.ext.web.templ.mvel.MVELTemplateEngine
- hashCode() - Method in class io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine
- hashCode() - Method in class io.vertx.mutiny.ext.web.templ.pug.PugTemplateEngine
- hashCode() - Method in class io.vertx.mutiny.ext.web.templ.rocker.RockerTemplateEngine
- hashCode() - Method in class io.vertx.mutiny.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- hashCode() - Method in class io.vertx.mutiny.ext.web.UserContext
- hashCode() - Method in class io.vertx.mutiny.ext.web.validation.builder.ArrayParserFactory
- hashCode() - Method in class io.vertx.mutiny.ext.web.validation.builder.Bodies
- hashCode() - Method in class io.vertx.mutiny.ext.web.validation.builder.BodyProcessorFactory
- hashCode() - Method in class io.vertx.mutiny.ext.web.validation.builder.ObjectParserFactory
- hashCode() - Method in class io.vertx.mutiny.ext.web.validation.builder.ParameterProcessorFactory
- hashCode() - Method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- hashCode() - Method in class io.vertx.mutiny.ext.web.validation.builder.Parsers
- hashCode() - Method in class io.vertx.mutiny.ext.web.validation.builder.StyledParameterProcessorFactory
- hashCode() - Method in class io.vertx.mutiny.ext.web.validation.builder.TupleParserFactory
- hashCode() - Method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- hashCode() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- hashCode() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameters
- hashCode() - Method in class io.vertx.mutiny.ext.web.validation.RequestPredicate
- hashCode() - Method in class io.vertx.mutiny.ext.web.validation.RequestPredicateResult
- hashCode() - Method in class io.vertx.mutiny.ext.web.validation.ValidationHandler
- hashCode() - Method in class io.vertx.mutiny.httpproxy.Body
- hashCode() - Method in class io.vertx.mutiny.httpproxy.HttpProxy
- hashCode() - Method in class io.vertx.mutiny.httpproxy.OriginRequestProvider
- hashCode() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
- hashCode() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- hashCode() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- hashCode() - Method in class io.vertx.mutiny.jdbcclient.JDBCPool
- hashCode() - Method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- hashCode() - Method in class io.vertx.mutiny.json.schema.JsonFormatValidator
- hashCode() - Method in class io.vertx.mutiny.json.schema.JsonSchema
- hashCode() - Method in class io.vertx.mutiny.json.schema.Ref
- hashCode() - Method in class io.vertx.mutiny.json.schema.Schema
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- hashCode() - Method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.json.schema.Validator
- hashCode() - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- hashCode() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- hashCode() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- hashCode() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
- hashCode() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaHeader
- hashCode() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- hashCode() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- hashCode() - Method in class io.vertx.mutiny.micrometer.MetricsService
- hashCode() - Method in class io.vertx.mutiny.micrometer.PrometheusScrapingHandler
- hashCode() - Method in class io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
- hashCode() - Method in class io.vertx.mutiny.mqtt.messages.MqttDisconnectMessage
- hashCode() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubAckMessage
- hashCode() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubCompMessage
- hashCode() - Method in class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- hashCode() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubRecMessage
- hashCode() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubRelMessage
- hashCode() - Method in class io.vertx.mutiny.mqtt.messages.MqttSubAckMessage
- hashCode() - Method in class io.vertx.mutiny.mqtt.messages.MqttSubscribeMessage
- hashCode() - Method in class io.vertx.mutiny.mqtt.messages.MqttUnsubscribeMessage
- hashCode() - Method in class io.vertx.mutiny.mqtt.MqttClient
- hashCode() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- hashCode() - Method in class io.vertx.mutiny.mqtt.MqttServer
- hashCode() - Method in class io.vertx.mutiny.mqtt.MqttTopicSubscription
- hashCode() - Method in class io.vertx.mutiny.mssqlclient.MSSQLBuilder
- hashCode() - Method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- hashCode() - Method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.mysqlclient.MySQLBuilder
- hashCode() - Method in class io.vertx.mutiny.mysqlclient.MySQLClient
- hashCode() - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- hashCode() - Method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.openapi.contract.MediaType
- hashCode() - Method in class io.vertx.mutiny.openapi.contract.OAuthFlow
- hashCode() - Method in class io.vertx.mutiny.openapi.contract.OAuthFlows
- hashCode() - Method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- hashCode() - Method in class io.vertx.mutiny.openapi.contract.Operation
- hashCode() - Method in class io.vertx.mutiny.openapi.contract.Parameter
- hashCode() - Method in class io.vertx.mutiny.openapi.contract.Path
- hashCode() - Method in class io.vertx.mutiny.openapi.contract.RequestBody
- hashCode() - Method in class io.vertx.mutiny.openapi.contract.Response
- hashCode() - Method in class io.vertx.mutiny.openapi.contract.SecurityRequirement
- hashCode() - Method in class io.vertx.mutiny.openapi.contract.SecurityScheme
- hashCode() - Method in class io.vertx.mutiny.openapi.contract.Server
- hashCode() - Method in class io.vertx.mutiny.openapi.validation.RequestParameter
- hashCode() - Method in class io.vertx.mutiny.openapi.validation.RequestValidator
- hashCode() - Method in class io.vertx.mutiny.openapi.validation.ResponseParameter
- hashCode() - Method in class io.vertx.mutiny.openapi.validation.ValidatableRequest
- hashCode() - Method in class io.vertx.mutiny.openapi.validation.ValidatableResponse
- hashCode() - Method in class io.vertx.mutiny.openapi.validation.ValidatedRequest
- hashCode() - Method in class io.vertx.mutiny.openapi.validation.ValidatedResponse
- hashCode() - Method in class io.vertx.mutiny.oracleclient.OracleBuilder
- hashCode() - Method in class io.vertx.mutiny.oracleclient.OracleClient
- hashCode() - Method in class io.vertx.mutiny.oracleclient.OracleConnection
- hashCode() - Method in class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.pgclient.PgBuilder
- hashCode() - Method in class io.vertx.mutiny.pgclient.PgConnection
- hashCode() - Method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- hashCode() - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- hashCode() - Method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- hashCode() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- hashCode() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- hashCode() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQMessage
- hashCode() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- hashCode() - Method in class io.vertx.mutiny.redis.client.Command
- hashCode() - Method in class io.vertx.mutiny.redis.client.Redis
- hashCode() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- hashCode() - Method in class io.vertx.mutiny.redis.client.RedisConnection
- hashCode() - Method in class io.vertx.mutiny.redis.client.Request
- hashCode() - Method in class io.vertx.mutiny.redis.client.Response
- hashCode() - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- hashCode() - Method in class io.vertx.mutiny.servicediscovery.ServiceReference
- hashCode() - Method in class io.vertx.mutiny.servicediscovery.spi.ServiceExporter
- hashCode() - Method in class io.vertx.mutiny.servicediscovery.spi.ServiceImporter
- hashCode() - Method in class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- hashCode() - Method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- hashCode() - Method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- hashCode() - Method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- hashCode() - Method in class io.vertx.mutiny.servicediscovery.types.MessageSource
- hashCode() - Method in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- hashCode() - Method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- hashCode() - Method in class io.vertx.mutiny.sqlclient.ClientBuilder
- hashCode() - Method in class io.vertx.mutiny.sqlclient.Cursor
- hashCode() - Method in class io.vertx.mutiny.sqlclient.desc.ColumnDescriptor
- hashCode() - Method in class io.vertx.mutiny.sqlclient.Pool
- hashCode() - Method in class io.vertx.mutiny.sqlclient.PreparedQuery
- hashCode() - Method in class io.vertx.mutiny.sqlclient.PreparedStatement
- hashCode() - Method in class io.vertx.mutiny.sqlclient.PropertyKind
- hashCode() - Method in class io.vertx.mutiny.sqlclient.Query
- hashCode() - Method in class io.vertx.mutiny.sqlclient.Row
- hashCode() - Method in class io.vertx.mutiny.sqlclient.RowIterator
- hashCode() - Method in class io.vertx.mutiny.sqlclient.RowSet
- hashCode() - Method in class io.vertx.mutiny.sqlclient.RowStream
- hashCode() - Method in class io.vertx.mutiny.sqlclient.spi.DatabaseMetadata
- hashCode() - Method in class io.vertx.mutiny.sqlclient.SqlClient
- hashCode() - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- hashCode() - Method in class io.vertx.mutiny.sqlclient.SqlResult
- hashCode() - Method in class io.vertx.mutiny.sqlclient.templates.RowMapper
- hashCode() - Method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- hashCode() - Method in class io.vertx.mutiny.sqlclient.templates.TupleMapper
- hashCode() - Method in class io.vertx.mutiny.sqlclient.Transaction
- hashCode() - Method in class io.vertx.mutiny.sqlclient.Tuple
- hashCode() - Method in class io.vertx.mutiny.uritemplate.UriTemplate
- hashCode() - Method in class io.vertx.mutiny.uritemplate.Variables
- HashingAlgorithm - Class in io.vertx.mutiny.ext.auth
- 
Deprecated.
- HashingAlgorithm(HashingAlgorithm) - Constructor for class io.vertx.mutiny.ext.auth.HashingAlgorithm
- 
Deprecated.
- HashingAlgorithm(Object) - Constructor for class io.vertx.mutiny.ext.auth.HashingAlgorithm
- 
Deprecated.
- HashingStrategy - Class in io.vertx.mutiny.ext.auth
- 
Deprecated.
- HashingStrategy(HashingStrategy) - Constructor for class io.vertx.mutiny.ext.auth.HashingStrategy
- 
Deprecated.
- HashingStrategy(Object) - Constructor for class io.vertx.mutiny.ext.auth.HashingStrategy
- 
Deprecated.
- HashStrategy - Class in io.vertx.mutiny.ext.auth.mongo
- 
Deprecated.
- HashStrategy(HashStrategy) - Constructor for class io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Deprecated.
- HashStrategy(Object) - Constructor for class io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Deprecated.
- hasMore() - Method in class io.vertx.mutiny.sqlclient.Cursor
- hasMorePages() - Method in class io.vertx.mutiny.cassandra.ResultSet
- hasNext() - Method in class io.vertx.mutiny.sqlclient.RowIterator
- hdel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Delete one or more hash fields.
- HDEL - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Delete one or more hash fields.
- hdelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hdel(List).
- hdelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hdel(List)that ignores the result of the operation.
- head() - Method in class io.vertx.mutiny.ext.web.Router
- head(int, String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- head(int, String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- head(UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- head(String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- head(String) - Method in class io.vertx.mutiny.ext.web.Router
- head(String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- head(String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- headAbs(UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- headAbs(String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- header(String) - Method in class io.vertx.mutiny.ext.web.handler.APIKeyHandler
- header(String, Buffer) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaHeader
- header(String, String) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaHeader
- headerParameter(ParameterProcessorFactory) - Method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- headerParameter(String) - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- headerParameter(String) - Method in class io.vertx.mutiny.ext.web.validation.RequestParameters
- headerParametersNames() - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- headerParametersNames() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameters
- headers() - Method in class io.vertx.mutiny.core.eventbus.Message
- headers() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- headers() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- headers() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- headers() - Static method in class io.vertx.mutiny.core.http.HttpHeaders
- headers() - Method in interface io.vertx.mutiny.core.http.HttpResponseHead
- headers() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- headers() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- headers() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- headers() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- headers() - Method in class io.vertx.mutiny.core.http.WebSocket
- headers() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- headers() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- headers() - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- headers() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- headers() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- headers() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- headers() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- headers() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- headersEndHandler(Runnable) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- headWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
- headWritten() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- HealthCheckHandler - Class in io.vertx.mutiny.ext.healthchecks
- 
A Vert.x Web handler on which you register health check procedure.
- HealthCheckHandler(HealthCheckHandler) - Constructor for class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- HealthCheckHandler(Object) - Constructor for class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- healthChecks(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the checks associated with the service
- HealthChecks - Class in io.vertx.mutiny.ext.healthchecks
- 
NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
- HealthChecks(HealthChecks) - Constructor for class io.vertx.mutiny.ext.healthchecks.HealthChecks
- HealthChecks(Object) - Constructor for class io.vertx.mutiny.ext.healthchecks.HealthChecks
- healthChecksAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.healthChecks(String).
- healthChecksAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.healthChecks(String)that ignores the result of the operation.
- healthChecksWithOptions(String, CheckQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the checks associated with the service
- healthChecksWithOptionsAndAwait(String, CheckQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.healthChecksWithOptions(String,CheckQueryOptions).
- healthChecksWithOptionsAndForget(String, CheckQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.healthChecksWithOptions(String,CheckQueryOptions)that ignores the result of the operation.
- healthNodesWithOptions(String, CheckQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the checks specific to the node provided on the path.
- healthNodesWithOptionsAndAwait(String, CheckQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.healthNodesWithOptions(String,CheckQueryOptions).
- healthNodesWithOptionsAndForget(String, CheckQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.healthNodesWithOptions(String,CheckQueryOptions)that ignores the result of the operation.
- healthServiceNodes(String, boolean) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the nodes providing the service.
- healthServiceNodesAndAwait(String, boolean) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.healthServiceNodes(String,boolean).
- healthServiceNodesAndForget(String, boolean) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.healthServiceNodes(String,boolean)that ignores the result of the operation.
- healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the nodes providing the service.
- healthServiceNodesWithOptionsAndAwait(String, boolean, ServiceQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.healthServiceNodesWithOptions(String,boolean,ServiceQueryOptions).
- healthServiceNodesWithOptionsAndForget(String, boolean, ServiceQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.healthServiceNodesWithOptions(String,boolean,ServiceQueryOptions)that ignores the result of the operation.
- healthState(HealthState) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the checks in the specified status
- healthStateAndAwait(HealthState) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.healthState(HealthState).
- healthStateAndForget(HealthState) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.healthState(HealthState)that ignores the result of the operation.
- healthStateWithOptions(HealthState, CheckQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the checks in the specified status
- healthStateWithOptionsAndAwait(HealthState, CheckQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.healthStateWithOptions(HealthState,CheckQueryOptions).
- healthStateWithOptionsAndForget(HealthState, CheckQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.healthStateWithOptions(HealthState,CheckQueryOptions)that ignores the result of the operation.
- height() - Method in class io.vertx.mutiny.ext.shell.term.Tty
- hello(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Handshake with Redis.
- HELLO - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Handshake with Redis.
- helloAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hello(List).
- helloAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hello(List)that ignores the result of the operation.
- HerokuAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for Heroku.
- HerokuAuth(HerokuAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.HerokuAuth
- HerokuAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.HerokuAuth
- hexists(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Determine if a hash field exists.
- HEXISTS - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Determine if a hash field exists.
- hexistsAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hexists(String,String).
- hexistsAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hexists(String,String)that ignores the result of the operation.
- hget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the value of a hash field.
- HGET - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the value of a hash field.
- hgetall(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get all the fields and values in a hash.
- HGETALL - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get all the fields and values in a hash.
- hgetallAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hgetall(String).
- hgetallAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hgetall(String)that ignores the result of the operation.
- hgetAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hget(String,String).
- hgetAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hget(String,String)that ignores the result of the operation.
- hincrby(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Increment the integer value of a hash field by the given number.
- HINCRBY - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Increment the integer value of a hash field by the given number.
- hincrbyAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hincrby(String,String,String).
- hincrbyAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hincrby(String,String,String)that ignores the result of the operation.
- hincrbyfloat(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Increment the float value of a hash field by the given amount.
- HINCRBYFLOAT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Increment the float value of a hash field by the given amount.
- hincrbyfloatAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hincrbyfloat(String,String,String).
- hincrbyfloatAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hincrbyfloat(String,String,String)that ignores the result of the operation.
- hkeys(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get all the fields in a hash.
- HKEYS - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get all the fields in a hash.
- hkeysAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hkeys(String).
- hkeysAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hkeys(String)that ignores the result of the operation.
- hlen(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the number of fields in a hash.
- HLEN - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the number of fields in a hash.
- hlenAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hlen(String).
- hlenAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hlen(String)that ignores the result of the operation.
- hmget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the values of all the given hash fields.
- HMGET - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the values of all the given hash fields.
- hmgetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hmget(List).
- hmgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hmget(List)that ignores the result of the operation.
- hmset(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Set multiple hash fields to multiple values.
- HMSET - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Set multiple hash fields to multiple values.
- hmsetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hmset(List).
- hmsetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hmset(List)that ignores the result of the operation.
- host() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Deprecated.instead useHttpServerRequest.authority()
- host() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Deprecated.useServerWebSocket.authority()instead
- host() - Method in class io.vertx.mutiny.core.net.HostAndPort
- host() - Method in class io.vertx.mutiny.core.net.SocketAddress
- host() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- host(String) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- HOST - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Host header name
- hostAddress() - Method in class io.vertx.mutiny.core.net.SocketAddress
- HostAndPort - Class in io.vertx.mutiny.core.net
- 
A combination of host and port.
- HostAndPort(HostAndPort) - Constructor for class io.vertx.mutiny.core.net.HostAndPort
- HostAndPort(Object) - Constructor for class io.vertx.mutiny.core.net.HostAndPort
- hostName() - Method in class io.vertx.mutiny.core.net.SocketAddress
- HotpAuth - Class in io.vertx.mutiny.ext.auth.otp.hotp
- 
An extension of AuthProvider which uses the one time passwords based on counter to perform authentication.
- HotpAuth(HotpAuth) - Constructor for class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- HotpAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- hrandfield(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get one or multiple random fields from a hash.
- HRANDFIELD - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get one or multiple random fields from a hash.
- hrandfieldAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hrandfield(List).
- hrandfieldAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hrandfield(List)that ignores the result of the operation.
- hscan(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Incrementally iterate hash fields and associated values.
- HSCAN - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Incrementally iterate hash fields and associated values.
- hscanAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hscan(List).
- hscanAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hscan(List)that ignores the result of the operation.
- hset(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Set the string value of a hash field.
- HSET - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Set the string value of a hash field.
- hsetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hset(List).
- hsetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hset(List)that ignores the result of the operation.
- hsetnx(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Set the value of a hash field, only if the field does not exist.
- HSETNX - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Set the value of a hash field, only if the field does not exist.
- hsetnxAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hsetnx(String,String,String).
- hsetnxAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hsetnx(String,String,String)that ignores the result of the operation.
- hstrlen(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the length of the value of a hash field.
- HSTRLEN - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the length of the value of a hash field.
- hstrlenAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hstrlen(String,String).
- hstrlenAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hstrlen(String,String)that ignores the result of the operation.
- HSTSHandler - Class in io.vertx.mutiny.ext.web.handler
- 
HTTP Strict Transport Security (HSTS) RFC6797.
- HSTSHandler(HSTSHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.HSTSHandler
- HSTSHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.HSTSHandler
- HTDIGEST_FILE - Static variable in class io.vertx.mutiny.ext.auth.htdigest.HtdigestAuth
- 
The property name to be used to set the name of the collection inside the config
- HtdigestAuth - Class in io.vertx.mutiny.ext.auth.htdigest
- 
An extension of AuthProvider which is using .htdigest file as store
- HtdigestAuth(HtdigestAuth) - Constructor for class io.vertx.mutiny.ext.auth.htdigest.HtdigestAuth
- HtdigestAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.htdigest.HtdigestAuth
- HtpasswdAuth - Class in io.vertx.mutiny.ext.auth.htpasswd
- 
An extension of AuthProvider which is using htpasswd file as store
- HtpasswdAuth(HtpasswdAuth) - Constructor for class io.vertx.mutiny.ext.auth.htpasswd.HtpasswdAuth
- HtpasswdAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.htpasswd.HtpasswdAuth
- HTTLTemplateEngine - Class in io.vertx.mutiny.ext.web.templ.httl
- 
A template engine that uses the HTTL library.
- HTTLTemplateEngine(HTTLTemplateEngine) - Constructor for class io.vertx.mutiny.ext.web.templ.httl.HTTLTemplateEngine
- HTTLTemplateEngine(Object) - Constructor for class io.vertx.mutiny.ext.web.templ.httl.HTTLTemplateEngine
- HttpClient - Class in io.vertx.mutiny.core.http
- 
An asynchronous HTTP client.
- HttpClient(HttpClient) - Constructor for class io.vertx.mutiny.core.http.HttpClient
- HttpClient(Object) - Constructor for class io.vertx.mutiny.core.http.HttpClient
- httpClientBuilder() - Method in class io.vertx.mutiny.core.Vertx
- HttpClientBuilder - Class in io.vertx.mutiny.core.http
- 
A builder forHttpClient.
- HttpClientBuilder(HttpClientBuilder) - Constructor for class io.vertx.mutiny.core.http.HttpClientBuilder
- HttpClientBuilder(Object) - Constructor for class io.vertx.mutiny.core.http.HttpClientBuilder
- HttpClientRequest - Class in io.vertx.mutiny.core.http
- 
Represents a client-side HTTP request.
- HttpClientRequest(HttpClientRequest) - Constructor for class io.vertx.mutiny.core.http.HttpClientRequest
- HttpClientRequest(Object) - Constructor for class io.vertx.mutiny.core.http.HttpClientRequest
- HttpClientResponse - Class in io.vertx.mutiny.core.http
- 
Represents a client-side HTTP response.
- HttpClientResponse(HttpClientResponse) - Constructor for class io.vertx.mutiny.core.http.HttpClientResponse
- HttpClientResponse(Object) - Constructor for class io.vertx.mutiny.core.http.HttpClientResponse
- HttpConnection - Class in io.vertx.mutiny.core.http
- 
Represents an HTTP connection.
- HttpConnection(HttpConnection) - Constructor for class io.vertx.mutiny.core.http.HttpConnection
- HttpConnection(Object) - Constructor for class io.vertx.mutiny.core.http.HttpConnection
- HttpEndpoint - Class in io.vertx.mutiny.servicediscovery.types
- 
for HTTP endpoint (REST api).
- HttpEndpoint(HttpEndpoint) - Constructor for class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- HttpEndpoint(Object) - Constructor for class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- HttpFrame - Class in io.vertx.mutiny.core.http
- 
An HTTP/2 frame.
- HttpFrame(HttpFrame) - Constructor for class io.vertx.mutiny.core.http.HttpFrame
- HttpFrame(Object) - Constructor for class io.vertx.mutiny.core.http.HttpFrame
- httpHeaders() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- HttpHeaders - Class in io.vertx.mutiny.core.http
- 
Contains a bunch of useful HTTP headers stuff: methods for creating instances often used Header names method to create optimizedCharSequencewhich can be used as header name and value
- HttpHeaders(HttpHeaders) - Constructor for class io.vertx.mutiny.core.http.HttpHeaders
- HttpHeaders(Object) - Constructor for class io.vertx.mutiny.core.http.HttpHeaders
- HTTPOperationRequestValidationHandler - Interface in io.vertx.mutiny.ext.web.api.contract
- 
Deprecated.
- HttpProxy - Class in io.vertx.mutiny.httpproxy
- 
Handles the HTTP reverse proxy logic between the user agent and the origin.
- HttpProxy(HttpProxy) - Constructor for class io.vertx.mutiny.httpproxy.HttpProxy
- HttpProxy(Object) - Constructor for class io.vertx.mutiny.httpproxy.HttpProxy
- HttpRequest<T> - Class in io.vertx.mutiny.ext.web.client
- 
A client-side HTTP request.
- HttpRequest(HttpRequest) - Constructor for class io.vertx.mutiny.ext.web.client.HttpRequest
- HttpRequest(HttpRequest, TypeArg<T>) - Constructor for class io.vertx.mutiny.ext.web.client.HttpRequest
- HttpRequest(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.ext.web.client.HttpRequest
- httpRequestURI() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- HTTPRequestValidationHandler - Class in io.vertx.mutiny.ext.web.api.validation
- 
Deprecated.
- HTTPRequestValidationHandler(HTTPRequestValidationHandler) - Constructor for class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- HTTPRequestValidationHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- HttpResponse<T> - Class in io.vertx.mutiny.ext.web.client
- 
An HTTP response.
- HttpResponse(HttpResponse) - Constructor for class io.vertx.mutiny.ext.web.client.HttpResponse
- HttpResponse(HttpResponse, TypeArg<T>) - Constructor for class io.vertx.mutiny.ext.web.client.HttpResponse
- HttpResponse(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.ext.web.client.HttpResponse
- HttpResponseHead - Interface in io.vertx.mutiny.core.http
- 
The state of the HTTP response head: Status code / Message Headers
- HttpServer - Class in io.vertx.mutiny.core.http
- 
An HTTP and WebSockets server.
- HttpServer(HttpServer) - Constructor for class io.vertx.mutiny.core.http.HttpServer
- HttpServer(Object) - Constructor for class io.vertx.mutiny.core.http.HttpServer
- HttpServerFileUpload - Class in io.vertx.mutiny.core.http
- 
Represents an file upload from an HTML FORM.
- HttpServerFileUpload(HttpServerFileUpload) - Constructor for class io.vertx.mutiny.core.http.HttpServerFileUpload
- HttpServerFileUpload(Object) - Constructor for class io.vertx.mutiny.core.http.HttpServerFileUpload
- HttpServerRequest - Class in io.vertx.mutiny.core.http
- 
Represents a server-side HTTP request.
- HttpServerRequest(HttpServerRequest) - Constructor for class io.vertx.mutiny.core.http.HttpServerRequest
- HttpServerRequest(Object) - Constructor for class io.vertx.mutiny.core.http.HttpServerRequest
- HttpServerResponse - Class in io.vertx.mutiny.core.http
- 
Represents a server-side HTTP response.
- HttpServerResponse(HttpServerResponse) - Constructor for class io.vertx.mutiny.core.http.HttpServerResponse
- HttpServerResponse(Object) - Constructor for class io.vertx.mutiny.core.http.HttpServerResponse
- hvals(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get all the values in a hash.
- HVALS - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get all the values in a hash.
- hvalsAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.hvals(String).
- hvalsAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.hvals(String)that ignores the result of the operation.
- HystrixMetricHandler - Class in io.vertx.mutiny.circuitbreaker
- 
A Vert.x web handler to expose the circuit breaker to the Hystrix dasbboard.
- HystrixMetricHandler(HystrixMetricHandler) - Constructor for class io.vertx.mutiny.circuitbreaker.HystrixMetricHandler
- HystrixMetricHandler(Object) - Constructor for class io.vertx.mutiny.circuitbreaker.HystrixMetricHandler
I
- IBMCloudAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for IBM Cloud.
- IBMCloudAuth(IBMCloudAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.IBMCloudAuth
- IBMCloudAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.IBMCloudAuth
- id() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- id() - Method in class io.vertx.mutiny.ext.auth.HashingAlgorithm
- 
Deprecated.
- id() - Method in class io.vertx.mutiny.ext.shell.system.Job
- id() - Method in class io.vertx.mutiny.ext.web.Session
- id(String) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- IDENTITY - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
identity header value
- idleTimeout() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- idleTimeout(long) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- idleTimeout(long) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- IF_MATCH - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
If-Match header name
- IF_MODIFIED_SINCE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
If-Modified-Since header name
- IF_NONE_MATCH - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
If-None-Match header name
- impersonate() - Method in class io.vertx.mutiny.ext.web.UserContext
- impersonate(String) - Method in class io.vertx.mutiny.ext.web.UserContext
- impersonateAndAwait() - Method in class io.vertx.mutiny.ext.web.UserContext
- impersonateAndAwait(String) - Method in class io.vertx.mutiny.ext.web.UserContext
- impersonateAndForget() - Method in class io.vertx.mutiny.ext.web.UserContext
- impersonateAndForget(String) - Method in class io.vertx.mutiny.ext.web.UserContext
- in() - Method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- incr(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Increment the integer value of a key by one.
- INCR - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Increment the integer value of a key by one.
- incrAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.incr(String).
- incrAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.incr(String)that ignores the result of the operation.
- incrby(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Increment the integer value of a key by the given amount.
- INCRBY - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Increment the integer value of a key by the given amount.
- incrbyAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.incrby(String,String).
- incrbyAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.incrby(String,String)that ignores the result of the operation.
- incrbyfloat(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Increment the float value of a key by the given amount.
- INCRBYFLOAT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Increment the float value of a key by the given amount.
- incrbyfloatAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.incrbyfloat(String,String).
- incrbyfloatAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.incrbyfloat(String,String)that ignores the result of the operation.
- incrementAndGet() - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Increment the counter atomically and return the new count
- incrementAndGetAndAwait() - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Blocking variant ofCounter.incrementAndGet().
- incrementAndGetAndForget() - Method in class io.vertx.mutiny.core.shareddata.Counter
- 
Variant ofCounter.incrementAndGet()that ignores the result of the operation.
- indicatedServerName() - Method in class io.vertx.mutiny.core.http.HttpConnection
- indicatedServerName() - Method in class io.vertx.mutiny.core.net.NetSocket
- inetSocketAddress(int, String) - Static method in class io.vertx.mutiny.core.net.SocketAddress
- inetSocketAddress(InetSocketAddress) - Static method in class io.vertx.mutiny.core.net.SocketAddress
- InfinispanSessionStore - Class in io.vertx.mutiny.ext.web.sstore.infinispan
- 
An implementation of that relies on the Infinispan Java Client.
- InfinispanSessionStore(InfinispanSessionStore) - Constructor for class io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore
- InfinispanSessionStore(Object) - Constructor for class io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore
- info(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get information and statistics about the server.
- INFO - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get information and statistics about the server.
- infoAclToken(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.UseConsulClient.readAclToken(String)instead
- infoAclTokenAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.UseConsulClient.readAclToken(String)instead
- infoAclTokenAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.UseConsulClient.readAclToken(String)instead
- infoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.info(List).
- infoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.info(List)that ignores the result of the operation.
- infoHandler(Consumer<MSSQLInfo>) - Method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- infoSession(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the requested session information
- infoSessionAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.infoSession(String).
- infoSessionAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.infoSession(String)that ignores the result of the operation.
- infoSessionWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the requested session information This is blocking query unlikeConsulClient.infoSession(java.lang.String)
- infoSessionWithOptionsAndAwait(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.infoSessionWithOptions(String,BlockingQueryOptions).
- infoSessionWithOptionsAndForget(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.infoSessionWithOptions(String,BlockingQueryOptions)that ignores the result of the operation.
- init(Vertx, Context) - Method in class io.smallrye.mutiny.vertx.core.AbstractVerticle
- 
Initialise the verticle.
- init(Vertx, JsonObject) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- init(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.mutiny.servicediscovery.spi.ServiceExporter
- initTransactions() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Initializes the underlying kafka transactional producer.
- initTransactionsAndAwait() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Blocking variant ofKafkaProducer.initTransactions().
- initTransactionsAndForget() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Variant ofKafkaProducer.initTransactions()that ignores the result of the operation.
- INOUT(Object, int) - Static method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- INOUT(Object, String) - Static method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- INOUT(Object, JDBCType) - Static method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- InputTrustHandler - Interface in io.vertx.mutiny.ext.web.handler
- 
Base input trust interface for handlers that verify the trust of the request.
- insert(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Insert a document in the specified collection
- insertAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.insert(String,JsonObject).
- insertAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.insert(String,JsonObject)that ignores the result of the operation.
- insertUser(String, String, List<String>, List<String>) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.Please useMongoUserUtilinstead. Insert a new user into mongo in the convenient way
- insertUserAndAwait(String, String, List<String>, List<String>) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.Please useMongoUserUtilinstead. Insert a new user into mongo in the convenient way
- insertUserAndForget(String, String, List<String>, List<String>) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.Please useMongoUserUtilinstead. Insert a new user into mongo in the convenient way
- insertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Insert a document in the specified collection with the specified write option
- insertWithOptionsAndAwait(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.insertWithOptions(String,JsonObject,WriteOption).
- insertWithOptionsAndForget(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.insertWithOptions(String,JsonObject,WriteOption)that ignores the result of the operation.
- InstagramAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for Instagram.
- InstagramAuth(InstagramAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.InstagramAuth
- InstagramAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.InstagramAuth
- instantValue() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- integerValue() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- interrupt() - Method in class io.vertx.mutiny.ext.shell.system.Job
- interrupt() - Method in class io.vertx.mutiny.ext.shell.system.Process
- interrupt(Runnable) - Method in class io.vertx.mutiny.ext.shell.system.Process
- interruptHandler(SignalHandler) - Method in class io.vertx.mutiny.ext.shell.term.Term
- interruptHandler(Runnable) - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- inTransactionMulti(Pool, Function<SqlClient, Multi<T>>) - Static method in class io.vertx.mutiny.sqlclient.SqlClientHelper
- 
Generates aMultifrom operations executed inside aTransaction.
- inTransactionUni(Pool, Function<SqlClient, Uni<T>>) - Static method in class io.vertx.mutiny.sqlclient.SqlClientHelper
- 
Generates aUnifrom operations executed inside aTransaction.
- invalidRequestHandler(Consumer<HttpServerRequest>) - Method in class io.vertx.mutiny.core.http.HttpServer
- invoke(String) - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- 
Invokes the registered procedure with the given name and sub-procedures.
- invoke(Consumer<JsonObject>) - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- invokeAndAwait(String) - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- 
Blocking variant ofHealthChecks.invoke(String).
- invokeAndForget(String) - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- 
Variant ofHealthChecks.invoke(String)that ignores the result of the operation.
- io.smallrye.mutiny.vertx - package io.smallrye.mutiny.vertx
- io.smallrye.mutiny.vertx.core - package io.smallrye.mutiny.vertx.core
- io.vertx.mutiny.amqp - package io.vertx.mutiny.amqp
- io.vertx.mutiny.camel - package io.vertx.mutiny.camel
- io.vertx.mutiny.cassandra - package io.vertx.mutiny.cassandra
- io.vertx.mutiny.circuitbreaker - package io.vertx.mutiny.circuitbreaker
- io.vertx.mutiny.config - package io.vertx.mutiny.config
- io.vertx.mutiny.core - package io.vertx.mutiny.core
- io.vertx.mutiny.core.buffer - package io.vertx.mutiny.core.buffer
- io.vertx.mutiny.core.cli - package io.vertx.mutiny.core.cli
- io.vertx.mutiny.core.datagram - package io.vertx.mutiny.core.datagram
- io.vertx.mutiny.core.dns - package io.vertx.mutiny.core.dns
- io.vertx.mutiny.core.eventbus - package io.vertx.mutiny.core.eventbus
- io.vertx.mutiny.core.file - package io.vertx.mutiny.core.file
- io.vertx.mutiny.core.http - package io.vertx.mutiny.core.http
- io.vertx.mutiny.core.json.pointer - package io.vertx.mutiny.core.json.pointer
- io.vertx.mutiny.core.metrics - package io.vertx.mutiny.core.metrics
- io.vertx.mutiny.core.net - package io.vertx.mutiny.core.net
- io.vertx.mutiny.core.parsetools - package io.vertx.mutiny.core.parsetools
- io.vertx.mutiny.core.shareddata - package io.vertx.mutiny.core.shareddata
- io.vertx.mutiny.core.streams - package io.vertx.mutiny.core.streams
- io.vertx.mutiny.db2client - package io.vertx.mutiny.db2client
- io.vertx.mutiny.ext.auth - package io.vertx.mutiny.ext.auth
- io.vertx.mutiny.ext.auth.authentication - package io.vertx.mutiny.ext.auth.authentication
- io.vertx.mutiny.ext.auth.authorization - package io.vertx.mutiny.ext.auth.authorization
- io.vertx.mutiny.ext.auth.htdigest - package io.vertx.mutiny.ext.auth.htdigest
- io.vertx.mutiny.ext.auth.htpasswd - package io.vertx.mutiny.ext.auth.htpasswd
- io.vertx.mutiny.ext.auth.jdbc - package io.vertx.mutiny.ext.auth.jdbc
- io.vertx.mutiny.ext.auth.jwt - package io.vertx.mutiny.ext.auth.jwt
- io.vertx.mutiny.ext.auth.jwt.authorization - package io.vertx.mutiny.ext.auth.jwt.authorization
- io.vertx.mutiny.ext.auth.ldap - package io.vertx.mutiny.ext.auth.ldap
- io.vertx.mutiny.ext.auth.mongo - package io.vertx.mutiny.ext.auth.mongo
- io.vertx.mutiny.ext.auth.oauth2 - package io.vertx.mutiny.ext.auth.oauth2
- io.vertx.mutiny.ext.auth.oauth2.authorization - package io.vertx.mutiny.ext.auth.oauth2.authorization
- io.vertx.mutiny.ext.auth.oauth2.providers - package io.vertx.mutiny.ext.auth.oauth2.providers
- io.vertx.mutiny.ext.auth.otp - package io.vertx.mutiny.ext.auth.otp
- io.vertx.mutiny.ext.auth.otp.hotp - package io.vertx.mutiny.ext.auth.otp.hotp
- io.vertx.mutiny.ext.auth.otp.totp - package io.vertx.mutiny.ext.auth.otp.totp
- io.vertx.mutiny.ext.auth.prng - package io.vertx.mutiny.ext.auth.prng
- io.vertx.mutiny.ext.auth.properties - package io.vertx.mutiny.ext.auth.properties
- io.vertx.mutiny.ext.auth.shiro - package io.vertx.mutiny.ext.auth.shiro
- io.vertx.mutiny.ext.auth.sqlclient - package io.vertx.mutiny.ext.auth.sqlclient
- io.vertx.mutiny.ext.auth.webauthn - package io.vertx.mutiny.ext.auth.webauthn
- io.vertx.mutiny.ext.bridge - package io.vertx.mutiny.ext.bridge
- io.vertx.mutiny.ext.consul - package io.vertx.mutiny.ext.consul
- io.vertx.mutiny.ext.eventbus.bridge.tcp - package io.vertx.mutiny.ext.eventbus.bridge.tcp
- io.vertx.mutiny.ext.healthchecks - package io.vertx.mutiny.ext.healthchecks
- io.vertx.mutiny.ext.jdbc - package io.vertx.mutiny.ext.jdbc
- io.vertx.mutiny.ext.mail - package io.vertx.mutiny.ext.mail
- io.vertx.mutiny.ext.mongo - package io.vertx.mutiny.ext.mongo
- io.vertx.mutiny.ext.shell - package io.vertx.mutiny.ext.shell
- io.vertx.mutiny.ext.shell.cli - package io.vertx.mutiny.ext.shell.cli
- io.vertx.mutiny.ext.shell.command - package io.vertx.mutiny.ext.shell.command
- io.vertx.mutiny.ext.shell.session - package io.vertx.mutiny.ext.shell.session
- io.vertx.mutiny.ext.shell.system - package io.vertx.mutiny.ext.shell.system
- io.vertx.mutiny.ext.shell.term - package io.vertx.mutiny.ext.shell.term
- io.vertx.mutiny.ext.sql - package io.vertx.mutiny.ext.sql
- io.vertx.mutiny.ext.stomp - package io.vertx.mutiny.ext.stomp
- io.vertx.mutiny.ext.web - package io.vertx.mutiny.ext.web
- io.vertx.mutiny.ext.web.api - package io.vertx.mutiny.ext.web.api
- io.vertx.mutiny.ext.web.api.contract - package io.vertx.mutiny.ext.web.api.contract
- io.vertx.mutiny.ext.web.api.contract.openapi3 - package io.vertx.mutiny.ext.web.api.contract.openapi3
- io.vertx.mutiny.ext.web.api.service - package io.vertx.mutiny.ext.web.api.service
- io.vertx.mutiny.ext.web.api.validation - package io.vertx.mutiny.ext.web.api.validation
- io.vertx.mutiny.ext.web.client - package io.vertx.mutiny.ext.web.client
- io.vertx.mutiny.ext.web.client.predicate - package io.vertx.mutiny.ext.web.client.predicate
- io.vertx.mutiny.ext.web.codec - package io.vertx.mutiny.ext.web.codec
- io.vertx.mutiny.ext.web.common - package io.vertx.mutiny.ext.web.common
- io.vertx.mutiny.ext.web.common.template - package io.vertx.mutiny.ext.web.common.template
- io.vertx.mutiny.ext.web.handler - package io.vertx.mutiny.ext.web.handler
- io.vertx.mutiny.ext.web.handler.graphql - package io.vertx.mutiny.ext.web.handler.graphql
- io.vertx.mutiny.ext.web.handler.graphql.dataloader - package io.vertx.mutiny.ext.web.handler.graphql.dataloader
- io.vertx.mutiny.ext.web.handler.graphql.schema - package io.vertx.mutiny.ext.web.handler.graphql.schema
- io.vertx.mutiny.ext.web.handler.graphql.ws - package io.vertx.mutiny.ext.web.handler.graphql.ws
- io.vertx.mutiny.ext.web.handler.sockjs - package io.vertx.mutiny.ext.web.handler.sockjs
- io.vertx.mutiny.ext.web.multipart - package io.vertx.mutiny.ext.web.multipart
- io.vertx.mutiny.ext.web.openapi - package io.vertx.mutiny.ext.web.openapi
- io.vertx.mutiny.ext.web.openapi.router - package io.vertx.mutiny.ext.web.openapi.router
- io.vertx.mutiny.ext.web.proxy.handler - package io.vertx.mutiny.ext.web.proxy.handler
- io.vertx.mutiny.ext.web.sstore - package io.vertx.mutiny.ext.web.sstore
- io.vertx.mutiny.ext.web.sstore.cookie - package io.vertx.mutiny.ext.web.sstore.cookie
- io.vertx.mutiny.ext.web.sstore.infinispan - package io.vertx.mutiny.ext.web.sstore.infinispan
- io.vertx.mutiny.ext.web.sstore.redis - package io.vertx.mutiny.ext.web.sstore.redis
- io.vertx.mutiny.ext.web.templ.freemarker - package io.vertx.mutiny.ext.web.templ.freemarker
- io.vertx.mutiny.ext.web.templ.handlebars - package io.vertx.mutiny.ext.web.templ.handlebars
- io.vertx.mutiny.ext.web.templ.httl - package io.vertx.mutiny.ext.web.templ.httl
- io.vertx.mutiny.ext.web.templ.jade - package io.vertx.mutiny.ext.web.templ.jade
- io.vertx.mutiny.ext.web.templ.mvel - package io.vertx.mutiny.ext.web.templ.mvel
- io.vertx.mutiny.ext.web.templ.pebble - package io.vertx.mutiny.ext.web.templ.pebble
- io.vertx.mutiny.ext.web.templ.pug - package io.vertx.mutiny.ext.web.templ.pug
- io.vertx.mutiny.ext.web.templ.rocker - package io.vertx.mutiny.ext.web.templ.rocker
- io.vertx.mutiny.ext.web.templ.thymeleaf - package io.vertx.mutiny.ext.web.templ.thymeleaf
- io.vertx.mutiny.ext.web.validation - package io.vertx.mutiny.ext.web.validation
- io.vertx.mutiny.ext.web.validation.builder - package io.vertx.mutiny.ext.web.validation.builder
- io.vertx.mutiny.httpproxy - package io.vertx.mutiny.httpproxy
- io.vertx.mutiny.jdbcclient - package io.vertx.mutiny.jdbcclient
- io.vertx.mutiny.json.schema - package io.vertx.mutiny.json.schema
- io.vertx.mutiny.junit5 - package io.vertx.mutiny.junit5
- io.vertx.mutiny.kafka.admin - package io.vertx.mutiny.kafka.admin
- io.vertx.mutiny.kafka.client.consumer - package io.vertx.mutiny.kafka.client.consumer
- io.vertx.mutiny.kafka.client.producer - package io.vertx.mutiny.kafka.client.producer
- io.vertx.mutiny.micrometer - package io.vertx.mutiny.micrometer
- io.vertx.mutiny.mqtt - package io.vertx.mutiny.mqtt
- io.vertx.mutiny.mqtt.messages - package io.vertx.mutiny.mqtt.messages
- io.vertx.mutiny.mssqlclient - package io.vertx.mutiny.mssqlclient
- io.vertx.mutiny.mysqlclient - package io.vertx.mutiny.mysqlclient
- io.vertx.mutiny.openapi.contract - package io.vertx.mutiny.openapi.contract
- io.vertx.mutiny.openapi.validation - package io.vertx.mutiny.openapi.validation
- io.vertx.mutiny.oracleclient - package io.vertx.mutiny.oracleclient
- io.vertx.mutiny.pgclient - package io.vertx.mutiny.pgclient
- io.vertx.mutiny.pgclient.pubsub - package io.vertx.mutiny.pgclient.pubsub
- io.vertx.mutiny.rabbitmq - package io.vertx.mutiny.rabbitmq
- io.vertx.mutiny.redis.client - package io.vertx.mutiny.redis.client
- io.vertx.mutiny.servicediscovery - package io.vertx.mutiny.servicediscovery
- io.vertx.mutiny.servicediscovery.spi - package io.vertx.mutiny.servicediscovery.spi
- io.vertx.mutiny.servicediscovery.types - package io.vertx.mutiny.servicediscovery.types
- io.vertx.mutiny.sqlclient - package io.vertx.mutiny.sqlclient
- io.vertx.mutiny.sqlclient.desc - package io.vertx.mutiny.sqlclient.desc
- io.vertx.mutiny.sqlclient.spi - package io.vertx.mutiny.sqlclient.spi
- io.vertx.mutiny.sqlclient.templates - package io.vertx.mutiny.sqlclient.templates
- io.vertx.mutiny.uritemplate - package io.vertx.mutiny.uritemplate
- is(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- isArgumentAssigned(Argument) - Method in class io.vertx.mutiny.core.cli.CommandLine
- isArray() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- isArray() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- isArray() - Method in class io.vertx.mutiny.redis.client.Response
- isArray() - Method in class io.vertx.mutiny.sqlclient.desc.ColumnDescriptor
- isArray(Object) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- isAskingForHelp() - Method in class io.vertx.mutiny.core.cli.CommandLine
- isAttribute() - Method in class io.vertx.mutiny.ext.web.multipart.FormDataPart
- isAuthorized(Authorization) - Method in class io.vertx.mutiny.ext.auth.User
- 
Deprecated.
- isAuthorized(String) - Method in class io.vertx.mutiny.ext.auth.User
- 
Deprecated.Use typed alternative#isAuthorized(Authorization, Handler)
- isAuthorizedAndAwait(Authorization) - Method in class io.vertx.mutiny.ext.auth.User
- 
Deprecated.
- isAuthorizedAndAwait(String) - Method in class io.vertx.mutiny.ext.auth.User
- 
Deprecated.Use typed alternative#isAuthorized(Authorization, Handler)
- isAuthorizedAndForget(Authorization) - Method in class io.vertx.mutiny.ext.auth.User
- 
Deprecated.
- isAuthorizedAndForget(String) - Method in class io.vertx.mutiny.ext.auth.User
- 
Deprecated.Use typed alternative#isAuthorized(Authorization, Handler)
- isAutoKeepAlive() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- isBinary() - Method in class io.vertx.mutiny.core.http.WebSocketFrame
- isBlank() - Method in class io.vertx.mutiny.ext.shell.cli.CliToken
- isBodyNull() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- isBoolean() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- isBoolean() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- isBoolean() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- isBuffer() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- isCancelled() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- isChunked() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- isChunked() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- isCleanSession() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- isClose() - Method in class io.vertx.mutiny.core.http.WebSocketFrame
- isClosed() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- isClosed() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- isClosed() - Method in class io.vertx.mutiny.core.http.WebSocket
- isClosed() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- isClosed() - Method in class io.vertx.mutiny.ext.stomp.StompClient
- isClosed() - Method in class io.vertx.mutiny.sqlclient.Cursor
- isClustered() - Method in class io.vertx.mutiny.core.Vertx
- isConnected() - Method in class io.vertx.mutiny.cassandra.CassandraClient
- isConnected() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- isConnected() - Method in class io.vertx.mutiny.mqtt.MqttClient
- isConnected() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- isConnected() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- isContinuation() - Method in class io.vertx.mutiny.core.http.WebSocketFrame
- isDestroyed() - Method in class io.vertx.mutiny.ext.web.Session
- isDirectory() - Method in class io.vertx.mutiny.core.file.FileProps
- isDisconnected() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- isDomainSocket() - Method in class io.vertx.mutiny.core.net.SocketAddress
- isDouble() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- isDup() - Method in class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- isDurable() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- isEmpty() - Method in class io.vertx.mutiny.core.MultiMap
- isEmpty() - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- isEmpty() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- isEmpty() - Method in class io.vertx.mutiny.ext.web.RequestBody
- isEmpty() - Method in class io.vertx.mutiny.ext.web.Session
- isEmpty() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- isEmpty() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
- isEmpty() - Method in class io.vertx.mutiny.openapi.contract.SecurityRequirement
- isEnded() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- isEqual(String, String) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- isEventLoopContext() - Method in class io.vertx.mutiny.core.Context
- isExactPath() - Method in class io.vertx.mutiny.ext.web.Route
- isExpectMultipart() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- isExplode() - Method in class io.vertx.mutiny.openapi.contract.Parameter
- isFileUpload() - Method in class io.vertx.mutiny.ext.web.multipart.FormDataPart
- isFinal() - Method in class io.vertx.mutiny.core.http.WebSocketFrame
- isFirstAcquirer() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- isFlagEnabled(String) - Method in class io.vertx.mutiny.core.cli.CommandLine
- isFloat() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- isFollowRedirects() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- isForeground() - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- isFresh() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- isHidden() - Method in class io.vertx.mutiny.core.cli.CLI
- isHolding(Object) - Method in class io.vertx.mutiny.servicediscovery.ServiceReference
- isHttpOnly() - Method in class io.vertx.mutiny.core.http.Cookie
- isInetSocket() - Method in class io.vertx.mutiny.core.net.SocketAddress
- isInteger() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- isJsonArray() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- isJsonArray() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- isJsonObject() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- isJsonObject() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- isListening() - Method in class io.vertx.mutiny.ext.stomp.StompServer
- isLocalPointer() - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- isLong() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- isMap() - Method in class io.vertx.mutiny.redis.client.Response
- isMatchedBy(ParsedHeaderValue) - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- isMatchedBy(ParsedHeaderValue) - Method in class io.vertx.mutiny.ext.web.MIMEHeader
- isMatchedBy(ParsedHeaderValue) - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
- isMediaTypeSupported(String) - Static method in class io.vertx.mutiny.openapi.contract.MediaType
- isMetricsEnabled() - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- isMetricsEnabled() - Method in class io.vertx.mutiny.core.eventbus.EventBus
- isMetricsEnabled() - Method in class io.vertx.mutiny.core.http.HttpClient
- isMetricsEnabled() - Method in class io.vertx.mutiny.core.http.HttpServer
- isMetricsEnabled() - Method in class io.vertx.mutiny.core.http.WebSocketClient
- isMetricsEnabled() - Method in interface io.vertx.mutiny.core.metrics.Measured
- isMetricsEnabled() - Method in class io.vertx.mutiny.core.net.NetClient
- isMetricsEnabled() - Method in class io.vertx.mutiny.core.net.NetServer
- isMetricsEnabled() - Method in class io.vertx.mutiny.core.Vertx
- isMetricsEnabled() - Method in class io.vertx.mutiny.core.WorkerExecutor
- isNativeTransportEnabled() - Method in class io.vertx.mutiny.core.Vertx
- isNull() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- isNull() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- isNull() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- isNull(Object) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- isNumber() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- isNumber() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- isObject() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- isObject() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- isObject(Object) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- isOnEventLoopThread() - Static method in class io.vertx.mutiny.core.Context
- isOnVertxThread() - Static method in class io.vertx.mutiny.core.Context
- isOnWorkerThread() - Static method in class io.vertx.mutiny.core.Context
- isOpenChannel() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- isOptional() - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterValidationRule
- 
Deprecated.
- isOptionAssigned(Option) - Method in class io.vertx.mutiny.core.cli.CommandLine
- isOther() - Method in class io.vertx.mutiny.core.file.FileProps
- isParent(JsonPointer) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- isPaused() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- isPermitted() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- isPermitted() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
- isPermitted() - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
- isPing() - Method in class io.vertx.mutiny.core.http.WebSocketFrame
- isPublishAutoAck() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- isRegenerated() - Method in class io.vertx.mutiny.ext.web.Session
- isRegexPath() - Method in class io.vertx.mutiny.ext.web.Route
- isRegistered() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- isRegularFile() - Method in class io.vertx.mutiny.core.file.FileProps
- isRequired() - Method in class io.vertx.mutiny.openapi.contract.Parameter
- isRequired() - Method in class io.vertx.mutiny.openapi.contract.RequestBody
- isRetain() - Method in class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- isRootPointer() - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- isSecure() - Method in class io.vertx.mutiny.core.http.Cookie
- isSeenInCommandLine(Option) - Method in class io.vertx.mutiny.core.cli.CommandLine
- isSend() - Method in class io.vertx.mutiny.core.eventbus.Message
- isSessionAccessed() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- isSessionPresent() - Method in class io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
- isShared() - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- isSizeAvailable() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- isSsl() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- isSsl() - Method in class io.vertx.mutiny.core.http.HttpConnection
- isSsl() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- isSsl() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- isSsl() - Method in class io.vertx.mutiny.core.http.WebSocket
- isSsl() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- isSsl() - Method in class io.vertx.mutiny.core.net.NetSocket
- isSsl() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- isSSL() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- isSSL() - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- isString() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- isString() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- isString() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- isSubscriptionAutoAck() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- issuer(String) - Method in class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- isSymbolicLink() - Method in class io.vertx.mutiny.core.file.FileProps
- isSync() - Method in class io.vertx.mutiny.json.schema.Schema
- 
Deprecated.
- isText() - Method in class io.vertx.mutiny.core.http.WebSocketFrame
- isText() - Method in class io.vertx.mutiny.ext.shell.cli.CliToken
- isText() - Method in class io.vertx.mutiny.ext.web.multipart.FormDataPart
- isValid() - Method in class io.vertx.mutiny.core.cli.CommandLine
- isValid() - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- 
LikeAsyncFileLock.isValid()but thehandlerwill be called when the operation completes or if an error occurs.
- isValid(String) - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- isValidAndAwait() - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- 
Blocking variant ofAsyncFileLock.isValid().
- isValidAndForget() - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- 
Variant ofAsyncFileLock.isValid()that ignores the result of the operation.
- isValidBlocking() - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- isValidCollection(List<String>) - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- isWorkerContext() - Method in class io.vertx.mutiny.core.Context
- iterator() - Method in class io.vertx.mutiny.core.MultiMap
- iterator() - Method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- iterator() - Method in class io.vertx.mutiny.redis.client.Response
- iterator() - Method in class io.vertx.mutiny.sqlclient.RowSet
J
- JadeTemplateEngine - Class in io.vertx.mutiny.ext.web.templ.jade
- 
Deprecated.
- JadeTemplateEngine(JadeTemplateEngine) - Constructor for class io.vertx.mutiny.ext.web.templ.jade.JadeTemplateEngine
- 
Deprecated.
- JadeTemplateEngine(Object) - Constructor for class io.vertx.mutiny.ext.web.templ.jade.JadeTemplateEngine
- 
Deprecated.
- JDBCAuth - Class in io.vertx.mutiny.ext.auth.jdbc
- 
Factory interface for creatingAuthenticationProviderinstances that use the Vert.x JDBC client.
- JDBCAuth(JDBCAuth) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- JDBCAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- JDBCAuthentication - Class in io.vertx.mutiny.ext.auth.jdbc
- 
Deprecated.
- JDBCAuthentication(JDBCAuthentication) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- 
Deprecated.
- JDBCAuthentication(Object) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- 
Deprecated.
- JDBCAuthorization - Class in io.vertx.mutiny.ext.auth.jdbc
- 
Deprecated.
- JDBCAuthorization(JDBCAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- 
Deprecated.
- JDBCAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- 
Deprecated.
- JDBCClient - Class in io.vertx.mutiny.ext.jdbc
- 
An asynchronous client interface for interacting with a JDBC compliant database
- JDBCClient(JDBCClient) - Constructor for class io.vertx.mutiny.ext.jdbc.JDBCClient
- JDBCClient(Object) - Constructor for class io.vertx.mutiny.ext.jdbc.JDBCClient
- JDBCDataSource - Class in io.vertx.mutiny.servicediscovery.types
- 
NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
- JDBCDataSource(JDBCDataSource) - Constructor for class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- JDBCDataSource(Object) - Constructor for class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- JDBCHashStrategy - Class in io.vertx.mutiny.ext.auth.jdbc
- 
Deprecated.
- JDBCHashStrategy(JDBCHashStrategy) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- JDBCHashStrategy(Object) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- JDBCPool - Class in io.vertx.mutiny.jdbcclient
- 
JDBCPool is the interface that allows using the Sql Client API with plain JDBC.
- JDBCPool(JDBCPool) - Constructor for class io.vertx.mutiny.jdbcclient.JDBCPool
- JDBCPool(Object) - Constructor for class io.vertx.mutiny.jdbcclient.JDBCPool
- jdbcType() - Method in class io.vertx.mutiny.sqlclient.desc.ColumnDescriptor
- JDBCUserUtil - Class in io.vertx.mutiny.ext.auth.jdbc
- 
Deprecated.
- JDBCUserUtil(JDBCUserUtil) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- JDBCUserUtil(Object) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- Job - Class in io.vertx.mutiny.ext.shell.system
- 
A job executed in aJobController, grouping one or several process.
- Job(Job) - Constructor for class io.vertx.mutiny.ext.shell.system.Job
- Job(Object) - Constructor for class io.vertx.mutiny.ext.shell.system.Job
- jobController() - Method in class io.vertx.mutiny.ext.shell.Shell
- JobController - Class in io.vertx.mutiny.ext.shell.system
- 
The job controller.
- JobController(JobController) - Constructor for class io.vertx.mutiny.ext.shell.system.JobController
- JobController(Object) - Constructor for class io.vertx.mutiny.ext.shell.system.JobController
- jobs() - Method in class io.vertx.mutiny.ext.shell.system.JobController
- json(SchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Bodies
- json(Class<U>) - Static method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- json(Object) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- JSON - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.Creates a predicate validating the responsecontent-typeisapplication/json.
- JSON_ARRAPPEND - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_ARRINDEX - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_ARRINSERT - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_ARRLEN - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_ARRPOP - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_ARRTRIM - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_CLEAR - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_DEBUG - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_DEL - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_FORGET - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_GET - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_ITERATOR - Static variable in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- 
Instance of a JsonPointerIterator to query Vert.x Json structures
- JSON_MGET - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_NULL - Static variable in class io.vertx.mutiny.sqlclient.Row
- 
The JSON null literal value.
- JSON_NULL - Static variable in class io.vertx.mutiny.sqlclient.Tuple
- 
The JSON null literal value.
- JSON_NUMINCRBY - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_NUMMULTBY - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_NUMPOWBY - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_OBJKEYS - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_OBJLEN - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_RESP - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_SET - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_STRAPPEND - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_STRLEN - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_TOGGLE - Static variable in class io.vertx.mutiny.redis.client.Command
- JSON_TYPE - Static variable in class io.vertx.mutiny.redis.client.Command
- jsonAndAwait(Object) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Blocking variant ofRoutingContext.json(Object).
- jsonAndForget(Object) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Variant ofRoutingContext.json(Object)that ignores the result of the operation.
- jsonArrappend(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.ARRAPPEND.
- jsonArrappendAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonArrappend(List).
- jsonArrappendAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonArrappend(List)that ignores the result of the operation.
- jsonArray() - Static method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- jsonArrindex(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.ARRINDEX.
- jsonArrindexAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonArrindex(List).
- jsonArrindexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonArrindex(List)that ignores the result of the operation.
- jsonArrinsert(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.ARRINSERT.
- jsonArrinsertAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonArrinsert(List).
- jsonArrinsertAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonArrinsert(List)that ignores the result of the operation.
- jsonArrlen(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.ARRLEN.
- jsonArrlenAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonArrlen(List).
- jsonArrlenAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonArrlen(List)that ignores the result of the operation.
- jsonArrpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.ARRPOP.
- jsonArrpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonArrpop(List).
- jsonArrpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonArrpop(List)that ignores the result of the operation.
- jsonArrtrim(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.ARRTRIM.
- jsonArrtrimAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonArrtrim(List).
- jsonArrtrimAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonArrtrim(List)that ignores the result of the operation.
- jsonClear(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.CLEAR.
- jsonClearAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonClear(List).
- jsonClearAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonClear(List)that ignores the result of the operation.
- jsonDebug(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.DEBUG.
- jsonDebugAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonDebug(List).
- jsonDebugAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonDebug(List)that ignores the result of the operation.
- jsonDel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.DEL.
- jsonDelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonDel(List).
- jsonDelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonDel(List)that ignores the result of the operation.
- JsonEvent - Class in io.vertx.mutiny.core.parsetools
- 
A JSON event emited by theJsonParser.
- JsonEvent(JsonEvent) - Constructor for class io.vertx.mutiny.core.parsetools.JsonEvent
- JsonEvent(Object) - Constructor for class io.vertx.mutiny.core.parsetools.JsonEvent
- jsonForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.FORGET.
- jsonForgetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonForget(List).
- jsonForgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonForget(List)that ignores the result of the operation.
- JsonFormatValidator - Class in io.vertx.mutiny.json.schema
- JsonFormatValidator(JsonFormatValidator) - Constructor for class io.vertx.mutiny.json.schema.JsonFormatValidator
- JsonFormatValidator(Object) - Constructor for class io.vertx.mutiny.json.schema.JsonFormatValidator
- jsonGet(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.GET.
- jsonGetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonGet(List).
- jsonGetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonGet(List)that ignores the result of the operation.
- jsonMget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.MGET.
- jsonMgetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonMget(List).
- jsonMgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonMget(List)that ignores the result of the operation.
- jsonNumincrby(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.NUMINCRBY.
- jsonNumincrbyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonNumincrby(List).
- jsonNumincrbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonNumincrby(List)that ignores the result of the operation.
- jsonNummultby(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.NUMMULTBY.
- jsonNummultbyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonNummultby(List).
- jsonNummultbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonNummultby(List)that ignores the result of the operation.
- jsonNumpowby(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.NUMPOWBY.
- jsonNumpowbyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonNumpowby(List).
- jsonNumpowbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonNumpowby(List)that ignores the result of the operation.
- jsonObject() - Static method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- jsonObject() - Static method in class io.vertx.mutiny.sqlclient.templates.TupleMapper
- jsonObjkeys(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.OBJKEYS.
- jsonObjkeysAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonObjkeys(List).
- jsonObjkeysAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonObjkeys(List)that ignores the result of the operation.
- jsonObjlen(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.OBJLEN.
- jsonObjlenAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonObjlen(List).
- jsonObjlenAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonObjlen(List)that ignores the result of the operation.
- jsonParam(String, SchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- JsonParser - Class in io.vertx.mutiny.core.parsetools
- 
A parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.
- JsonParser(JsonParser) - Constructor for class io.vertx.mutiny.core.parsetools.JsonParser
- JsonParser(Object) - Constructor for class io.vertx.mutiny.core.parsetools.JsonParser
- JsonPointer - Class in io.vertx.mutiny.core.json.pointer
- 
Implementation of RFC6901 Json Pointers.
- JsonPointer(JsonPointer) - Constructor for class io.vertx.mutiny.core.json.pointer.JsonPointer
- JsonPointer(Object) - Constructor for class io.vertx.mutiny.core.json.pointer.JsonPointer
- JsonPointerIterator - Class in io.vertx.mutiny.core.json.pointer
- 
The JsonPointerIterator is used by the read/write algorithms of theJsonPointerto read/write the querying data structure
 Every method takes the currentValue as parameter, representing the actual value held by the query algorithm.
 Implementations of this interface should be stateless, so they can be reused
 You can implement this interface to query the structure you want using json pointers
- JsonPointerIterator(JsonPointerIterator) - Constructor for class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- JsonPointerIterator(Object) - Constructor for class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- jsonResp(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.RESP.
- jsonRespAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonResp(List).
- jsonRespAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonResp(List)that ignores the result of the operation.
- JsonSchema - Class in io.vertx.mutiny.json.schema
- 
A Json-Schema holder.
- JsonSchema(JsonSchema) - Constructor for class io.vertx.mutiny.json.schema.JsonSchema
- JsonSchema(Object) - Constructor for class io.vertx.mutiny.json.schema.JsonSchema
- jsonSet(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.SET.
- jsonSetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonSet(List).
- jsonSetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonSet(List)that ignores the result of the operation.
- jsonStrappend(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.STRAPPEND.
- jsonStrappendAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonStrappend(List).
- jsonStrappendAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonStrappend(List)that ignores the result of the operation.
- jsonStream(JsonParser) - Static method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- jsonStrlen(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.STRLEN.
- jsonStrlenAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonStrlen(List).
- jsonStrlenAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonStrlen(List)that ignores the result of the operation.
- jsonToggle(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.TOGGLE.
- jsonToggleAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonToggle(List).
- jsonToggleAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonToggle(List)that ignores the result of the operation.
- jsonType(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command JSON.TYPE.
- jsonTypeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.jsonType(List).
- jsonTypeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.jsonType(List)that ignores the result of the operation.
- jWKSet() - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Retrieve the public server JSON Web Key (JWK) required to verify the authenticity of issued ID and access tokens.
- jWKSetAndAwait() - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Blocking variant ofOAuth2Auth.jWKSet().
- jWKSetAndForget() - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Variant ofOAuth2Auth.jWKSet()that ignores the result of the operation.
- JWTAuth - Class in io.vertx.mutiny.ext.auth.jwt
- 
Factory interface for creating JWT basedAuthenticationProviderinstances.
- JWTAuth(JWTAuth) - Constructor for class io.vertx.mutiny.ext.auth.jwt.JWTAuth
- JWTAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.jwt.JWTAuth
- JWTAuthHandler - Class in io.vertx.mutiny.ext.web.handler
- 
An auth handler that provides JWT Authentication support.
- JWTAuthHandler(JWTAuthHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
- JWTAuthHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
- JWTAuthorization - Class in io.vertx.mutiny.ext.auth.jwt.authorization
- 
Implementation of the JWT authorization provider.
- JWTAuthorization(JWTAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.jwt.authorization.JWTAuthorization
- JWTAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.jwt.authorization.JWTAuthorization
K
- KafkaAdminClient - Class in io.vertx.mutiny.kafka.admin
- 
Vert.x Kafka Admin client implementation
- KafkaAdminClient(KafkaAdminClient) - Constructor for class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- KafkaAdminClient(Object) - Constructor for class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- KafkaConsumer<K,V> - Class in io.vertx.mutiny.kafka.client.consumer 
- 
Vert.x Kafka consumer.
- KafkaConsumer(KafkaConsumer) - Constructor for class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- KafkaConsumer(KafkaConsumer, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- KafkaConsumer(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- KafkaConsumerRecord<K,V> - Class in io.vertx.mutiny.kafka.client.consumer 
- 
Vert.x Kafka consumer record
- KafkaConsumerRecord(KafkaConsumerRecord) - Constructor for class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- KafkaConsumerRecord(KafkaConsumerRecord, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- KafkaConsumerRecord(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- KafkaConsumerRecords<K,V> - Class in io.vertx.mutiny.kafka.client.consumer 
- 
Vert.x Kafka consumer records
- KafkaConsumerRecords(KafkaConsumerRecords) - Constructor for class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
- KafkaConsumerRecords(KafkaConsumerRecords, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
- KafkaConsumerRecords(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
- KafkaHeader - Class in io.vertx.mutiny.kafka.client.producer
- 
Vert.x Kafka producer record header.
- KafkaHeader(KafkaHeader) - Constructor for class io.vertx.mutiny.kafka.client.producer.KafkaHeader
- KafkaHeader(Object) - Constructor for class io.vertx.mutiny.kafka.client.producer.KafkaHeader
- KafkaProducer<K,V> - Class in io.vertx.mutiny.kafka.client.producer 
- 
Vert.x Kafka producer.
- KafkaProducer(KafkaProducer) - Constructor for class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- KafkaProducer(KafkaProducer, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- KafkaProducer(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- KafkaProducerRecord<K,V> - Class in io.vertx.mutiny.kafka.client.producer 
- 
Vert.x Kafka producer record.
- KafkaProducerRecord(KafkaProducerRecord) - Constructor for class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- KafkaProducerRecord(KafkaProducerRecord, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- KafkaProducerRecord(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- KEEP_ALIVE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
keep-alive header value
- keepAliveTimeSeconds() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- key() - Method in class io.vertx.mutiny.junit5.VertxParameterProvider
- key() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- key() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaHeader
- key() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- key(String, Vertx) - Static method in class io.vertx.mutiny.ext.consul.Watch
- key(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.mutiny.ext.consul.Watch
- KEY_META_DATA_OPERATION - Static variable in class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- KEY_META_DATA_VALIDATED_REQUEST - Static variable in class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- keyCertOptions() - Method in class io.vertx.mutiny.core.net.SelfSignedCertificate
- KeycloakAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for Keycloak.
- KeycloakAuth(KeycloakAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.KeycloakAuth
- KeycloakAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.KeycloakAuth
- KeycloakAuthorization - Class in io.vertx.mutiny.ext.auth.oauth2.authorization
- 
Implementation of the Keycloak Authorization Provider.
- KeycloakAuthorization(KeycloakAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.authorization.KeycloakAuthorization
- KeycloakAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.authorization.KeycloakAuthorization
- keyPrefix(String, Vertx) - Static method in class io.vertx.mutiny.ext.consul.Watch
- keyPrefix(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.mutiny.ext.consul.Watch
- keys() - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Get the keys of the map, asynchronously.
- keys(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Find all keys matching the given pattern.
- KEYS - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Find all keys matching the given pattern.
- keysAndAwait() - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Blocking variant ofAsyncMap.keys().
- keysAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.keys(String).
- keysAndForget() - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Variant ofAsyncMap.keys()that ignores the result of the operation.
- keysAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.keys(String)that ignores the result of the operation.
L
- label(String) - Method in class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- LanguageHeader - Class in io.vertx.mutiny.ext.web
- 
A parsed language header.
- LanguageHeader(LanguageHeader) - Constructor for class io.vertx.mutiny.ext.web.LanguageHeader
- LanguageHeader(Object) - Constructor for class io.vertx.mutiny.ext.web.LanguageHeader
- last() - Method in class io.vertx.mutiny.ext.web.Route
- LAST_INSERTED_ID - Static variable in class io.vertx.mutiny.mysqlclient.MySQLClient
- 
SqlResult for MySQL last_insert_id.
 The property kind can be used to fetch the auto incremented id of the last row when executing inserting or updating operations.
- LAST_MODIFIED - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Last-Modified header name
- lastAccessed() - Method in class io.vertx.mutiny.ext.web.Session
- lastAccessedTime() - Method in class io.vertx.mutiny.ext.shell.term.Term
- lastAccessTime() - Method in class io.vertx.mutiny.core.file.FileProps
- lastMessageId() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- lastModified(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- lastModified(Instant) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- lastModifiedTime() - Method in class io.vertx.mutiny.core.file.FileProps
- lastsave() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the UNIX time stamp of the last successful save to disk.
- LASTSAVE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the UNIX time stamp of the last successful save to disk.
- lastsaveAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.lastsave().
- lastsaveAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.lastsave()that ignores the result of the operation.
- lastStopped() - Method in class io.vertx.mutiny.ext.shell.system.Job
- latency(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A container for latency diagnostics commands.
- LATENCY - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A container for latency diagnostics commands.
- latencyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.latency(List).
- latencyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.latency(List)that ignores the result of the operation.
- lcs(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Find longest common substring.
- LCS - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Find longest common substring.
- lcsAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.lcs(List).
- lcsAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.lcs(List)that ignores the result of the operation.
- LdapAuthentication - Class in io.vertx.mutiny.ext.auth.ldap
- 
Factory interface for creating a LDAPAuthenticationProvider.
- LdapAuthentication(LdapAuthentication) - Constructor for class io.vertx.mutiny.ext.auth.ldap.LdapAuthentication
- LdapAuthentication(Object) - Constructor for class io.vertx.mutiny.ext.auth.ldap.LdapAuthentication
- leaderStatus() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Get the Raft leader for the datacenter in which the agent is running.
- leaderStatusAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.leaderStatus().
- leaderStatusAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.leaderStatus()that ignores the result of the operation.
- length() - Method in class io.vertx.mutiny.core.buffer.Buffer
- length() - Method in class io.vertx.mutiny.ext.web.RequestBody
- length() - Method in class io.vertx.mutiny.httpproxy.Body
- lindex(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get an element from a list by its index.
- LINDEX - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get an element from a list by its index.
- lindexAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.lindex(String,String).
- lindexAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.lindex(String,String)that ignores the result of the operation.
- line() - Method in class io.vertx.mutiny.ext.shell.system.Job
- linearDelay(long, long) - Static method in class io.vertx.mutiny.circuitbreaker.RetryPolicy
- lineTokens() - Method in class io.vertx.mutiny.ext.shell.cli.Completion
- link(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Create a hard link on the file system fromlinktoexisting, asynchronously.
- linkAndAwait(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.link(String,String).
- linkAndForget(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.link(String,String)that ignores the result of the operation.
- linkBlocking(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- LinkedInAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for LinkedIn.
- LinkedInAuth(LinkedInAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.LinkedInAuth
- LinkedInAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.LinkedInAuth
- linsert(String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Insert an element before or after another element in a list.
- LINSERT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Insert an element before or after another element in a list.
- linsertAndAwait(String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.linsert(String,String,String,String).
- linsertAndForget(String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.linsert(String,String,String,String)that ignores the result of the operation.
- listAclTokens() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.UseConsulClient.getAclTokens()instead
- listAclTokensAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.UseConsulClient.getAclTokens()instead
- listAclTokensAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.UseConsulClient.getAclTokens()instead
- listConsumerGroups() - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Get the the consumer groups available in the cluster with the default options
- listConsumerGroupsAndAwait() - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.listConsumerGroups().
- listConsumerGroupsAndForget() - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.listConsumerGroups()that ignores the result of the operation.
- listen() - Method in class io.vertx.mutiny.core.http.HttpServer
- 
LikeHttpServer.listen(int, java.lang.String)but supplying a handler that will be called when the server is actually listening (or has failed).
- listen() - Method in class io.vertx.mutiny.core.net.NetServer
- 
LikeNetServer.listen()but providing a handler that will be notified when the server is listening, or fails.
- listen() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- 
Listen on default port 7000 with a handler to report the state of the socket listen operation.
- listen() - Method in class io.vertx.mutiny.ext.shell.ShellServer
- 
Start the shell service, this is an asynchronous start.
- listen() - Method in class io.vertx.mutiny.ext.shell.term.TermServer
- 
Bind the term server, theTermServer.termHandler(java.util.function.Consumer<io.vertx.mutiny.ext.shell.term.Term>)must be set before.
- listen() - Method in class io.vertx.mutiny.ext.stomp.StompServer
- 
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
- listen() - Method in class io.vertx.mutiny.mqtt.MqttServer
- 
Start the server listening for incoming connections using the specified options through the constructor
- listen(int) - Method in class io.vertx.mutiny.core.http.HttpServer
- 
LikeHttpServer.listen(int, java.lang.String)but supplying a handler that will be called when the server is actually listening (or has failed).
- listen(int) - Method in class io.vertx.mutiny.core.net.NetServer
- 
LikeNetServer.listen()but providing a handler that will be notified when the server is listening, or fails.
- listen(int) - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- 
Listen on specific port
- listen(int) - Method in class io.vertx.mutiny.ext.stomp.StompServer
- 
Connects the STOMP server to the given port.
- listen(int) - Method in class io.vertx.mutiny.mqtt.MqttServer
- 
Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.
- listen(int, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Start listening on the given port and host.
- listen(int, String) - Method in class io.vertx.mutiny.core.http.HttpServer
- 
LikeHttpServer.listen(int, java.lang.String)but supplying a handler that will be called when the server is actually listening (or has failed).
- listen(int, String) - Method in class io.vertx.mutiny.core.net.NetServer
- 
LikeNetServer.listen()but providing a handler that will be notified when the server is listening, or fails.
- listen(int, String) - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- 
Listen on specific port and bind to specific address
- listen(int, String) - Method in class io.vertx.mutiny.ext.stomp.StompServer
- 
Connects the STOMP server to the given port / interface.
- listen(int, String) - Method in class io.vertx.mutiny.mqtt.MqttServer
- 
Start the server listening for incoming connections on the port and host specified It ignores any options specified through the constructor
- listen(SocketAddress) - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).
- listen(SocketAddress) - Method in class io.vertx.mutiny.core.net.NetServer
- 
LikeNetServer.listen()but providing a handler that will be notified when the server is listening, or fails.
- listen(Consumer<ConfigChange>) - Method in class io.vertx.mutiny.config.ConfigRetriever
- listenAndAwait() - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Blocking variant ofHttpServer.listen(int, java.lang.String).
- listenAndAwait() - Method in class io.vertx.mutiny.core.net.NetServer
- 
Blocking variant ofNetServer.listen().
- listenAndAwait() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- 
Blocking variant ofTcpEventBusBridge.listen().
- listenAndAwait() - Method in class io.vertx.mutiny.ext.shell.ShellServer
- 
Blocking variant ofShellServer.listen().
- listenAndAwait() - Method in class io.vertx.mutiny.ext.shell.term.TermServer
- 
Blocking variant ofTermServer.listen().
- listenAndAwait() - Method in class io.vertx.mutiny.ext.stomp.StompServer
- 
Blocking variant ofStompServer.listen().
- listenAndAwait() - Method in class io.vertx.mutiny.mqtt.MqttServer
- 
Blocking variant ofMqttServer.listen(int, java.lang.String).
- listenAndAwait(int) - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Blocking variant ofHttpServer.listen(int).
- listenAndAwait(int) - Method in class io.vertx.mutiny.core.net.NetServer
- 
Blocking variant ofNetServer.listen(int).
- listenAndAwait(int) - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- 
Blocking variant ofTcpEventBusBridge.listen(int).
- listenAndAwait(int) - Method in class io.vertx.mutiny.ext.stomp.StompServer
- 
Blocking variant ofStompServer.listen(int).
- listenAndAwait(int) - Method in class io.vertx.mutiny.mqtt.MqttServer
- 
Blocking variant ofMqttServer.listen(int).
- listenAndAwait(int, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Blocking variant ofDatagramSocket.listen(int,String).
- listenAndAwait(int, String) - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Blocking variant ofHttpServer.listen(int,String).
- listenAndAwait(int, String) - Method in class io.vertx.mutiny.core.net.NetServer
- 
Blocking variant ofNetServer.listen(int,String).
- listenAndAwait(int, String) - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- 
Blocking variant ofTcpEventBusBridge.listen(int,String).
- listenAndAwait(int, String) - Method in class io.vertx.mutiny.ext.stomp.StompServer
- 
Blocking variant ofStompServer.listen(int,String).
- listenAndAwait(int, String) - Method in class io.vertx.mutiny.mqtt.MqttServer
- 
Blocking variant ofMqttServer.listen(int,String).
- listenAndAwait(SocketAddress) - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Blocking variant ofHttpServer.listen(io.vertx.mutiny.core.net.SocketAddress).
- listenAndAwait(SocketAddress) - Method in class io.vertx.mutiny.core.net.NetServer
- 
Blocking variant ofNetServer.listen(io.vertx.mutiny.core.net.SocketAddress).
- listenAndForget() - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Variant ofHttpServer.listen(int, java.lang.String)that ignores the result of the operation.
- listenAndForget() - Method in class io.vertx.mutiny.core.net.NetServer
- 
Variant ofNetServer.listen()that ignores the result of the operation.
- listenAndForget() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- 
Variant ofTcpEventBusBridge.listen()that ignores the result of the operation.
- listenAndForget() - Method in class io.vertx.mutiny.ext.shell.ShellServer
- 
Variant ofShellServer.listen()that ignores the result of the operation.
- listenAndForget() - Method in class io.vertx.mutiny.ext.shell.term.TermServer
- 
Variant ofTermServer.listen()that ignores the result of the operation.
- listenAndForget() - Method in class io.vertx.mutiny.ext.stomp.StompServer
- 
Variant ofStompServer.listen()that ignores the result of the operation.
- listenAndForget() - Method in class io.vertx.mutiny.mqtt.MqttServer
- 
Variant ofMqttServer.listen(int, java.lang.String)that ignores the result of the operation.
- listenAndForget(int) - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Variant ofHttpServer.listen(int)that ignores the result of the operation.
- listenAndForget(int) - Method in class io.vertx.mutiny.core.net.NetServer
- 
Variant ofNetServer.listen(int)that ignores the result of the operation.
- listenAndForget(int) - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- 
Variant ofTcpEventBusBridge.listen(int)that ignores the result of the operation.
- listenAndForget(int) - Method in class io.vertx.mutiny.ext.stomp.StompServer
- 
Variant ofStompServer.listen(int)that ignores the result of the operation.
- listenAndForget(int) - Method in class io.vertx.mutiny.mqtt.MqttServer
- 
Variant ofMqttServer.listen(int)that ignores the result of the operation.
- listenAndForget(int, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Variant ofDatagramSocket.listen(int,String)that ignores the result of the operation.
- listenAndForget(int, String) - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Variant ofHttpServer.listen(int,String)that ignores the result of the operation.
- listenAndForget(int, String) - Method in class io.vertx.mutiny.core.net.NetServer
- 
Variant ofNetServer.listen(int,String)that ignores the result of the operation.
- listenAndForget(int, String) - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- 
Variant ofTcpEventBusBridge.listen(int,String)that ignores the result of the operation.
- listenAndForget(int, String) - Method in class io.vertx.mutiny.ext.stomp.StompServer
- 
Variant ofStompServer.listen(int,String)that ignores the result of the operation.
- listenAndForget(int, String) - Method in class io.vertx.mutiny.mqtt.MqttServer
- 
Variant ofMqttServer.listen(int,String)that ignores the result of the operation.
- listenAndForget(SocketAddress) - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Variant ofHttpServer.listen(io.vertx.mutiny.core.net.SocketAddress)that ignores the result of the operation.
- listenAndForget(SocketAddress) - Method in class io.vertx.mutiny.core.net.NetServer
- 
Variant ofNetServer.listen(io.vertx.mutiny.core.net.SocketAddress)that ignores the result of the operation.
- listenMulticastGroup(String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Joins a multicast group and listens for packets send to it.
- listenMulticastGroup(String, String, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Joins a multicast group and listens for packets send to it on the given network interface.
- listenMulticastGroupAndAwait(String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Blocking variant ofDatagramSocket.listenMulticastGroup(String).
- listenMulticastGroupAndAwait(String, String, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Blocking variant ofDatagramSocket.listenMulticastGroup(String,String,String).
- listenMulticastGroupAndForget(String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Variant ofDatagramSocket.listenMulticastGroup(String)that ignores the result of the operation.
- listenMulticastGroupAndForget(String, String, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Variant ofDatagramSocket.listenMulticastGroup(String,String,String)that ignores the result of the operation.
- listEvents() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the most recent events known by the agent
- listEventsAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.listEvents().
- listEventsAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.listEvents()that ignores the result of the operation.
- listEventsWithOptions(EventListOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the most recent events known by the agent.
- listEventsWithOptionsAndAwait(EventListOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.listEventsWithOptions(EventListOptions).
- listEventsWithOptionsAndForget(EventListOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.listEventsWithOptions(EventListOptions)that ignores the result of the operation.
- listIndexes(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Get all the indexes in this collection.
- listIndexesAndAwait(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.listIndexes(String).
- listIndexesAndForget(String) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.listIndexes(String)that ignores the result of the operation.
- listNodeSessions(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the active sessions for a given node
- listNodeSessionsAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.listNodeSessions(String).
- listNodeSessionsAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.listNodeSessions(String)that ignores the result of the operation.
- listNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the active sessions for a given node This is blocking query unlikeConsulClient.listNodeSessions(java.lang.String)
- listNodeSessionsWithOptionsAndAwait(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.listNodeSessionsWithOptions(String,BlockingQueryOptions).
- listNodeSessionsWithOptionsAndForget(String, BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.listNodeSessionsWithOptions(String,BlockingQueryOptions)that ignores the result of the operation.
- listSessions() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the active sessions
- listSessionsAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.listSessions().
- listSessionsAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.listSessions()that ignores the result of the operation.
- listSessionsWithOptions(BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns the active sessions This is blocking query unlikeConsulClient.listSessions()
- listSessionsWithOptionsAndAwait(BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.listSessionsWithOptions(BlockingQueryOptions).
- listSessionsWithOptionsAndForget(BlockingQueryOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.listSessionsWithOptions(BlockingQueryOptions)that ignores the result of the operation.
- listTopics() - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
List the topics available in the cluster with the default options.
- listTopicsAndAwait() - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Blocking variant ofKafkaAdminClient.listTopics().
- listTopicsAndForget() - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- 
Variant ofKafkaAdminClient.listTopics()that ignores the result of the operation.
- LiveAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for live.com Services.
- LiveAuth(LiveAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.LiveAuth
- LiveAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.LiveAuth
- llen(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the length of a list.
- LLEN - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the length of a list.
- llenAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.llen(String).
- llenAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.llen(String)that ignores the result of the operation.
- lmove(String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Pop an element from a list, push it to another list and return it.
- LMOVE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Pop an element from a list, push it to another list and return it.
- lmoveAndAwait(String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.lmove(String,String,String,String).
- lmoveAndForget(String, String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.lmove(String,String,String,String)that ignores the result of the operation.
- lmpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Pop elements from a list.
- LMPOP - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Pop elements from a list.
- lmpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.lmpop(List).
- lmpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.lmpop(List)that ignores the result of the operation.
- load() - Static method in class io.vertx.mutiny.ext.auth.HashingStrategy
- 
Deprecated.
- localAddress() - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- localAddress() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- localAddress() - Method in class io.vertx.mutiny.core.http.HttpConnection
- localAddress() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- localAddress() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- localAddress() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- localAddress() - Method in class io.vertx.mutiny.core.http.WebSocket
- localAddress() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- localAddress() - Method in class io.vertx.mutiny.core.net.NetSocket
- localAddress() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- localAddress() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- localAddress(boolean) - Method in class io.vertx.mutiny.core.http.HttpConnection
- localAddress(boolean) - Method in class io.vertx.mutiny.core.net.NetSocket
- localChecks() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Return all the checks that are registered with the local agent.
- localChecksAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.localChecks().
- localChecksAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.localChecks()that ignores the result of the operation.
- localConsumer(String) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- localConsumer(String, Consumer<Message<T>>) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- locale(Function<ApolloWSMessage, Locale>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.as of 4.2, use#beforeExecute(Handler)instead
- locale(Function<RoutingContext, Locale>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- 
Deprecated.as of 4.2, use#beforeExecute(Handler)instead
- LocalMap<K,V> - Class in io.vertx.mutiny.core.shareddata 
- 
Local maps can be used to share data safely in a single Vert.x instance.
- LocalMap(LocalMap) - Constructor for class io.vertx.mutiny.core.shareddata.LocalMap
- LocalMap(LocalMap, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.core.shareddata.LocalMap
- LocalMap(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.core.shareddata.LocalMap
- localServices() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Returns list of services registered with the local agent.
- localServicesAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.localServices().
- localServicesAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.localServices()that ignores the result of the operation.
- LocalSessionStore - Class in io.vertx.mutiny.ext.web.sstore
- 
A session store which is only available on a single node.
- LocalSessionStore(LocalSessionStore) - Constructor for class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
- LocalSessionStore(Object) - Constructor for class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
- LOCATION - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Location header name
- lock() - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
LikeAsyncFile.lock()but thehandlerwill be called when the operation is complete or if an error occurs.
- lock(long, long, boolean) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
LikeAsyncFile.lock()but thehandlerwill be called when the operation is complete or if an error occurs.
- Lock - Class in io.vertx.mutiny.core.shareddata
- 
An asynchronous exclusive lock which can be obtained from any node in the cluster.
- Lock(Lock) - Constructor for class io.vertx.mutiny.core.shareddata.Lock
- Lock(Object) - Constructor for class io.vertx.mutiny.core.shareddata.Lock
- lockAndAwait() - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Blocking variant ofAsyncFile.lock().
- lockAndAwait(long, long, boolean) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Blocking variant ofAsyncFile.lock(long,long,boolean).
- lockAndForget() - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Variant ofAsyncFile.lock()that ignores the result of the operation.
- lockAndForget(long, long, boolean) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Variant ofAsyncFile.lock(long,long,boolean)that ignores the result of the operation.
- LoggerFormatter - Class in io.vertx.mutiny.ext.web.handler
- 
Implement to format the output of theLoggerHandler
- LoggerFormatter(LoggerFormatter) - Constructor for class io.vertx.mutiny.ext.web.handler.LoggerFormatter
- LoggerFormatter(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.LoggerFormatter
- LoggerHandler - Class in io.vertx.mutiny.ext.web.handler
- 
A handler which logs request information to the Vert.x logger.
- LoggerHandler(LoggerHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.LoggerHandler
- LoggerHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.LoggerHandler
- loginHint(String) - Method in class io.vertx.mutiny.ext.web.UserContext
- logout() - Method in class io.vertx.mutiny.ext.web.UserContext
- logout(String) - Method in class io.vertx.mutiny.ext.web.UserContext
- logoutAndAwait() - Method in class io.vertx.mutiny.ext.web.UserContext
- logoutAndAwait(String) - Method in class io.vertx.mutiny.ext.web.UserContext
- logoutAndForget() - Method in class io.vertx.mutiny.ext.web.UserContext
- logoutAndForget(String) - Method in class io.vertx.mutiny.ext.web.UserContext
- lolwut(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Display some computer art and the Redis version.
- LOLWUT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Display some computer art and the Redis version.
- lolwutAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.lolwut(List).
- lolwutAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.lolwut(List)that ignores the result of the operation.
- longValue() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- lookup(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
- lookup4(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Try to lookup the A (ipv4) record for the given name.
- lookup4AndAwait(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Blocking variant ofDnsClient.lookup4(String).
- lookup4AndForget(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Variant ofDnsClient.lookup4(String)that ignores the result of the operation.
- lookup6(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Try to lookup the AAAA (ipv6) record for the given name.
- lookup6AndAwait(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Blocking variant ofDnsClient.lookup6(String).
- lookup6AndForget(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Variant ofDnsClient.lookup6(String)that ignores the result of the operation.
- lookupAndAwait(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Blocking variant ofDnsClient.lookup(String).
- lookupAndForget(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Variant ofDnsClient.lookup(String)that ignores the result of the operation.
- lpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove and get the first elements in a list.
- LPOP - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove and get the first elements in a list.
- lpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.lpop(List).
- lpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.lpop(List)that ignores the result of the operation.
- lpos(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return the index of matching elements on a list.
- LPOS - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return the index of matching elements on a list.
- lposAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.lpos(List).
- lposAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.lpos(List)that ignores the result of the operation.
- lprops(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Obtain properties for the link represented bypath, asynchronously.
- lpropsAndAwait(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.lprops(String).
- lpropsAndForget(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.lprops(String)that ignores the result of the operation.
- lpropsBlocking(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- lpush(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Prepend one or multiple elements to a list.
- LPUSH - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Prepend one or multiple elements to a list.
- lpushAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.lpush(List).
- lpushAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.lpush(List)that ignores the result of the operation.
- lpushx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Prepend an element to a list, only if the list exists.
- LPUSHX - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Prepend an element to a list, only if the list exists.
- lpushxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.lpushx(List).
- lpushxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.lpushx(List)that ignores the result of the operation.
- lrange(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get a range of elements from a list.
- LRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get a range of elements from a list.
- lrangeAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.lrange(String,String,String).
- lrangeAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.lrange(String,String,String)that ignores the result of the operation.
- lrem(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove elements from a list.
- LREM - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove elements from a list.
- lremAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.lrem(String,String,String).
- lremAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.lrem(String,String,String)that ignores the result of the operation.
- lset(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Set the value of an element in a list by its index.
- LSET - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Set the value of an element in a list by its index.
- lsetAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.lset(String,String,String).
- lsetAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.lset(String,String,String)that ignores the result of the operation.
- ltrim(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Trim a list to the specified range.
- LTRIM - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Trim a list to the specified range.
- ltrimAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ltrim(String,String,String).
- ltrimAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ltrim(String,String,String)that ignores the result of the operation.
M
- MailAttachment - Class in io.vertx.mutiny.ext.mail
- 
Represent a mail attachment that can be used in a MailMessage.
- MailAttachment(MailAttachment) - Constructor for class io.vertx.mutiny.ext.mail.MailAttachment
- MailAttachment(Object) - Constructor for class io.vertx.mutiny.ext.mail.MailAttachment
- MailchimpAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for Mailchimp.
- MailchimpAuth(MailchimpAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.MailchimpAuth
- MailchimpAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.MailchimpAuth
- MailClient - Class in io.vertx.mutiny.ext.mail
- 
SMTP mail client for Vert.x
- MailClient(MailClient) - Constructor for class io.vertx.mutiny.ext.mail.MailClient
- MailClient(Object) - Constructor for class io.vertx.mutiny.ext.mail.MailClient
- MailClientBuilder - Class in io.vertx.mutiny.ext.mail
- 
A builder forMailClient.
- MailClientBuilder(MailClientBuilder) - Constructor for class io.vertx.mutiny.ext.mail.MailClientBuilder
- MailClientBuilder(Object) - Constructor for class io.vertx.mutiny.ext.mail.MailClientBuilder
- maintenanceService(MaintenanceOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Places a given service into "maintenance mode"
- maintenanceServiceAndAwait(MaintenanceOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.maintenanceService(MaintenanceOptions).
- maintenanceServiceAndForget(MaintenanceOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.maintenanceService(MaintenanceOptions)that ignores the result of the operation.
- majorVersion() - Method in class io.vertx.mutiny.sqlclient.spi.DatabaseMetadata
- map(Row) - Method in class io.vertx.mutiny.sqlclient.templates.RowMapper
- map(Function<Integer, String>, int, T) - Method in class io.vertx.mutiny.sqlclient.templates.TupleMapper
- mapFrom(TupleMapper<T>) - Method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- mapFrom(Class<T>) - Method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- mapper(Function<T, Map<String, Object>>) - Static method in class io.vertx.mutiny.sqlclient.templates.TupleMapper
- mapping(Function<Row, U>) - Method in class io.vertx.mutiny.sqlclient.PreparedQuery
- mapping(Function<Row, U>) - Method in class io.vertx.mutiny.sqlclient.Query
- mapTo(TypeReference<T>) - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- mapTo(RowMapper<U>) - Method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- mapTo(Class<T>) - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- mapTo(Class<U>) - Method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- match(AuthorizationContext) - Method in class io.vertx.mutiny.ext.auth.authorization.Authorization
- match(User) - Method in class io.vertx.mutiny.ext.auth.authorization.Authorization
- matches(String) - Method in class io.vertx.mutiny.ext.stomp.Destination
- maxAge() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- maxAgeSeconds(int) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- maxRecordSize(int) - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- Measured - Interface in io.vertx.mutiny.core.metrics
- 
NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
- mediaType() - Method in class io.vertx.mutiny.ext.web.multipart.FormDataPart
- MediaType - Class in io.vertx.mutiny.openapi.contract
- 
This interface represents the most important attributes of an OpenAPI Operation.
- MediaType(MediaType) - Constructor for class io.vertx.mutiny.openapi.contract.MediaType
- MediaType(Object) - Constructor for class io.vertx.mutiny.openapi.contract.MediaType
- memory(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A container for memory diagnostics commands.
- MEMORY - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A container for memory diagnostics commands.
- memoryAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.memory(List).
- memoryAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.memory(List)that ignores the result of the operation.
- merge(User) - Method in class io.vertx.mutiny.ext.auth.User
- merge(RequestParameter) - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- message() - Method in class io.vertx.mutiny.core.eventbus.DeliveryContext
- message() - Method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
- 
Deprecated.
- message() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent
- 
Deprecated.
- message() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
- message() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.Message
- Message<T> - Class in io.vertx.mutiny.core.eventbus
- 
Represents a message that is received from the event bus in a handler.
- Message - Class in io.vertx.mutiny.ext.web.handler.graphql.ws
- 
A GraphQL over WebSocket Protocol message.
- Message(Message) - Constructor for class io.vertx.mutiny.core.eventbus.Message
- Message(Message, TypeArg<T>) - Constructor for class io.vertx.mutiny.core.eventbus.Message
- Message(Message) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ws.Message
- Message(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.ws.Message
- Message(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.core.eventbus.Message
- MessageConsumer<T> - Class in io.vertx.mutiny.core.eventbus
- 
An event bus consumer object representing a stream of message to anEventBusaddress that can be read from.
- MessageConsumer(MessageConsumer) - Constructor for class io.vertx.mutiny.core.eventbus.MessageConsumer
- MessageConsumer(MessageConsumer, TypeArg<T>) - Constructor for class io.vertx.mutiny.core.eventbus.MessageConsumer
- MessageConsumer(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.core.eventbus.MessageConsumer
- messageCount() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQMessage
- messageCount(String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Returns the number of messages in a queue ready to be delivered.
- messageCountAndAwait(String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.messageCount(String).
- messageCountAndForget(String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.messageCount(String)that ignores the result of the operation.
- messageHandler(Consumer<ApolloWSMessage>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- messageHandler(Consumer<Message>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- 
Deprecated.as of 4.5.1, useGraphQLWSHandler.builder(GraphQL)instead
- messageId() - Method in interface io.vertx.mutiny.mqtt.messages.MqttMessage
- messageId() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubAckMessage
- messageId() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubCompMessage
- messageId() - Method in class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- messageId() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubRecMessage
- messageId() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubRelMessage
- messageId() - Method in class io.vertx.mutiny.mqtt.messages.MqttSubAckMessage
- messageId() - Method in class io.vertx.mutiny.mqtt.messages.MqttSubscribeMessage
- messageId() - Method in class io.vertx.mutiny.mqtt.messages.MqttUnsubscribeMessage
- MessageProducer<T> - Class in io.vertx.mutiny.core.eventbus
- 
Represents a stream of message that can be written to.
- MessageProducer(MessageProducer) - Constructor for class io.vertx.mutiny.core.eventbus.MessageProducer
- MessageProducer(MessageProducer, TypeArg<T>) - Constructor for class io.vertx.mutiny.core.eventbus.MessageProducer
- MessageProducer(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.core.eventbus.MessageProducer
- MessageSource - Class in io.vertx.mutiny.servicediscovery.types
- 
Service type for data producer.
- MessageSource(MessageSource) - Constructor for class io.vertx.mutiny.servicediscovery.types.MessageSource
- MessageSource(Object) - Constructor for class io.vertx.mutiny.servicediscovery.types.MessageSource
- metadata() - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Get for the session.
- metadata() - Method in class io.vertx.mutiny.ext.web.Route
- metadata() - Method in class io.vertx.mutiny.ext.web.Router
- metadataAndAwait() - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Blocking variant ofCassandraClient.metadata().
- metadataAndForget() - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Variant ofCassandraClient.metadata()that ignores the result of the operation.
- metaDataService() - Method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- MetaDataService - Class in io.vertx.mutiny.ext.auth.webauthn
- 
Factory interface for creating FIDO2 MetaDataService.
- MetaDataService(MetaDataService) - Constructor for class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- MetaDataService(Object) - Constructor for class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- method() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- method() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- method(HttpMethod) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- method(HttpMethod) - Method in class io.vertx.mutiny.ext.web.Route
- MethodOverrideHandler - Class in io.vertx.mutiny.ext.web.handler
- 
NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
- MethodOverrideHandler(MethodOverrideHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
- MethodOverrideHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
- methods() - Method in class io.vertx.mutiny.ext.web.Route
- metricsNames() - Method in class io.vertx.mutiny.micrometer.MetricsService
- MetricsService - Class in io.vertx.mutiny.micrometer
- 
The metrics service mainly allows to return a snapshot of measured objects.
 This service is derived and adapted fromMetricsServicein the vertx-dropwizard-metrics module.
- MetricsService(MetricsService) - Constructor for class io.vertx.mutiny.micrometer.MetricsService
- MetricsService(Object) - Constructor for class io.vertx.mutiny.micrometer.MetricsService
- mget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the values of all the given keys.
- MGET - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the values of all the given keys.
- mgetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.mget(List).
- mgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.mget(List)that ignores the result of the operation.
- MicroProfileAuthorization - Class in io.vertx.mutiny.ext.auth.jwt.authorization
- 
Implementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key.
- MicroProfileAuthorization(MicroProfileAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.jwt.authorization.MicroProfileAuthorization
- MicroProfileAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.jwt.authorization.MicroProfileAuthorization
- migrate(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Atomically transfer a key from a Redis instance to another one.
- MIGRATE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Atomically transfer a key from a Redis instance to another one.
- migrateAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.migrate(List).
- migrateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.migrate(List)that ignores the result of the operation.
- MIMEHeader - Class in io.vertx.mutiny.ext.web
- MIMEHeader(MIMEHeader) - Constructor for class io.vertx.mutiny.ext.web.MIMEHeader
- MIMEHeader(Object) - Constructor for class io.vertx.mutiny.ext.web.MIMEHeader
- minorVersion() - Method in class io.vertx.mutiny.sqlclient.spi.DatabaseMetadata
- missingKeyHandler(Consumer<String>) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- mkdir(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Create the directory represented bypath, asynchronously.
- mkdir(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Create the directory represented bypath, asynchronously.
- mkdirAndAwait(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.mkdir(String).
- mkdirAndAwait(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.mkdir(String,String).
- mkdirAndForget(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.mkdir(String)that ignores the result of the operation.
- mkdirAndForget(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.mkdir(String,String)that ignores the result of the operation.
- mkdirBlocking(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- mkdirBlocking(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- mkdirs(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Create the directory represented bypathand any non existent parents, asynchronously.
- mkdirs(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Create the directory represented bypathand any non existent parents, asynchronously.
- mkdirsAndAwait(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.mkdirs(String).
- mkdirsAndAwait(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.mkdirs(String,String).
- mkdirsAndForget(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.mkdirs(String)that ignores the result of the operation.
- mkdirsAndForget(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.mkdirs(String,String)that ignores the result of the operation.
- mkdirsBlocking(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- mkdirsBlocking(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- mode() - Static method in class io.vertx.mutiny.ext.web.common.WebEnvironment
- modified(boolean, boolean) - Method in class io.vertx.mutiny.amqp.AmqpMessage
- modifiedHandler(Consumer<Router>) - Method in class io.vertx.mutiny.ext.web.Router
- module(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A container for module commands.
- MODULE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A container for module commands.
- moduleAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.module(List).
- moduleAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.module(List)that ignores the result of the operation.
- MongoAuth - Class in io.vertx.mutiny.ext.auth.mongo
- 
An extension of AuthProvider which is using as store
- MongoAuth(MongoAuth) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- MongoAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- MongoAuthentication - Class in io.vertx.mutiny.ext.auth.mongo
- 
An extension of AuthProvider which is using as store
- MongoAuthentication(MongoAuthentication) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- MongoAuthentication(Object) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- MongoAuthorization - Class in io.vertx.mutiny.ext.auth.mongo
- 
An extension of AuthProvider which is using as store
- MongoAuthorization(MongoAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
- MongoAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
- MongoClient - Class in io.vertx.mutiny.ext.mongo
- 
A Vert.x service used to interact with MongoDB server instances.
- MongoClient(MongoClient) - Constructor for class io.vertx.mutiny.ext.mongo.MongoClient
- MongoClient(Object) - Constructor for class io.vertx.mutiny.ext.mongo.MongoClient
- MongoDataSource - Class in io.vertx.mutiny.servicediscovery.types
- 
NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
- MongoDataSource(MongoDataSource) - Constructor for class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- MongoDataSource(Object) - Constructor for class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- MongoGridFsClient - Class in io.vertx.mutiny.ext.mongo
- MongoGridFsClient(MongoGridFsClient) - Constructor for class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- MongoGridFsClient(Object) - Constructor for class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- MongoUserUtil - Class in io.vertx.mutiny.ext.auth.mongo
- 
Utility to create users/roles/permissions.
- MongoUserUtil(MongoUserUtil) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- MongoUserUtil(Object) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- monitor() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Listen for all requests received by the server in real time.
- MONITOR - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Listen for all requests received by the server in real time.
- monitorAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.monitor().
- monitorAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.monitor()that ignores the result of the operation.
- moreResults() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- mountOperationToEventBus(String, String) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- mountPoint() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- mountServiceFromTag(String, String) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- mountServicesFromExtensions() - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- mountServicesFromExtensions() - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- mountSubRouter(String, Router) - Method in class io.vertx.mutiny.ext.web.Router
- 
Deprecated.This method duplicates the sub router functionality fromRoute.subRouter(Router). Mount a sub router on this router
- move(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Move a file from the pathfromto pathto, asynchronously.
- move(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Move a key to another database.
- move(String, String, CopyOptions) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Move a file from the pathfromto pathto, asynchronously.
- MOVE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Move a key to another database.
- moveAndAwait(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.move(String,String).
- moveAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.move(String,String).
- moveAndAwait(String, String, CopyOptions) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.move(String,String,CopyOptions).
- moveAndForget(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.move(String,String)that ignores the result of the operation.
- moveAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.move(String,String)that ignores the result of the operation.
- moveAndForget(String, String, CopyOptions) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.move(String,String,CopyOptions)that ignores the result of the operation.
- moveBlocking(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- MqttClient - Class in io.vertx.mutiny.mqtt
- 
An MQTT client
- MqttClient(MqttClient) - Constructor for class io.vertx.mutiny.mqtt.MqttClient
- MqttClient(Object) - Constructor for class io.vertx.mutiny.mqtt.MqttClient
- MqttConnAckMessage - Class in io.vertx.mutiny.mqtt.messages
- 
Represents an MQTT CONNACK message
- MqttConnAckMessage(MqttConnAckMessage) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
- MqttConnAckMessage(Object) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
- MqttDisconnectMessage - Class in io.vertx.mutiny.mqtt.messages
- 
Represents an MQTT CONNACK message
- MqttDisconnectMessage(MqttDisconnectMessage) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttDisconnectMessage
- MqttDisconnectMessage(Object) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttDisconnectMessage
- MqttEndpoint - Class in io.vertx.mutiny.mqtt
- 
Represents an MQTT endpoint for point-to-point communication with the remote MQTT client
- MqttEndpoint(MqttEndpoint) - Constructor for class io.vertx.mutiny.mqtt.MqttEndpoint
- MqttEndpoint(Object) - Constructor for class io.vertx.mutiny.mqtt.MqttEndpoint
- MqttMessage - Interface in io.vertx.mutiny.mqtt.messages
- 
Represent the interface for each MQTT message
- MqttPubAckMessage - Class in io.vertx.mutiny.mqtt.messages
- 
Represents an MQTT PUBACK message
- MqttPubAckMessage(MqttPubAckMessage) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttPubAckMessage
- MqttPubAckMessage(Object) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttPubAckMessage
- MqttPubCompMessage - Class in io.vertx.mutiny.mqtt.messages
- 
Represents an MQTT PUBCOMP message
- MqttPubCompMessage(MqttPubCompMessage) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttPubCompMessage
- MqttPubCompMessage(Object) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttPubCompMessage
- MqttPublishMessage - Class in io.vertx.mutiny.mqtt.messages
- 
Represents an MQTT PUBLISH message
- MqttPublishMessage(MqttPublishMessage) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- MqttPublishMessage(Object) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- MqttPubRecMessage - Class in io.vertx.mutiny.mqtt.messages
- 
Represents an MQTT PUBREC message
- MqttPubRecMessage(MqttPubRecMessage) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttPubRecMessage
- MqttPubRecMessage(Object) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttPubRecMessage
- MqttPubRelMessage - Class in io.vertx.mutiny.mqtt.messages
- 
Represents an MQTT PUBREL message
- MqttPubRelMessage(MqttPubRelMessage) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttPubRelMessage
- MqttPubRelMessage(Object) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttPubRelMessage
- MqttServer - Class in io.vertx.mutiny.mqtt
- 
An MQTT server
- MqttServer(MqttServer) - Constructor for class io.vertx.mutiny.mqtt.MqttServer
- MqttServer(Object) - Constructor for class io.vertx.mutiny.mqtt.MqttServer
- MqttSubAckMessage - Class in io.vertx.mutiny.mqtt.messages
- 
Represents an MQTT SUBACK message
- MqttSubAckMessage(MqttSubAckMessage) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttSubAckMessage
- MqttSubAckMessage(Object) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttSubAckMessage
- MqttSubscribeMessage - Class in io.vertx.mutiny.mqtt.messages
- 
Represents an MQTT SUBSCRIBE message
- MqttSubscribeMessage(MqttSubscribeMessage) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttSubscribeMessage
- MqttSubscribeMessage(Object) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttSubscribeMessage
- MqttTopicSubscription - Class in io.vertx.mutiny.mqtt
- 
Represents a subscription to a topic
- MqttTopicSubscription(MqttTopicSubscription) - Constructor for class io.vertx.mutiny.mqtt.MqttTopicSubscription
- MqttTopicSubscription(Object) - Constructor for class io.vertx.mutiny.mqtt.MqttTopicSubscription
- MqttUnsubscribeMessage - Class in io.vertx.mutiny.mqtt.messages
- 
Represents an MQTT UNSUBSCRIBE message
- MqttUnsubscribeMessage(MqttUnsubscribeMessage) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttUnsubscribeMessage
- MqttUnsubscribeMessage(Object) - Constructor for class io.vertx.mutiny.mqtt.messages.MqttUnsubscribeMessage
- mset(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Set multiple keys to multiple values.
- MSET - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Set multiple keys to multiple values.
- msetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.mset(List).
- msetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.mset(List)that ignores the result of the operation.
- msetnx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Set multiple keys to multiple values, only if none of the keys exist.
- MSETNX - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Set multiple keys to multiple values, only if none of the keys exist.
- msetnxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.msetnx(List).
- msetnxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.msetnx(List)that ignores the result of the operation.
- MSSQLBuilder - Class in io.vertx.mutiny.mssqlclient
- 
Entry point for building MSSQL clients.
- MSSQLBuilder(MSSQLBuilder) - Constructor for class io.vertx.mutiny.mssqlclient.MSSQLBuilder
- MSSQLBuilder(Object) - Constructor for class io.vertx.mutiny.mssqlclient.MSSQLBuilder
- MSSQLConnection - Class in io.vertx.mutiny.mssqlclient
- 
A connection to Microsoft SQL Server.
- MSSQLConnection(MSSQLConnection) - Constructor for class io.vertx.mutiny.mssqlclient.MSSQLConnection
- MSSQLConnection(Object) - Constructor for class io.vertx.mutiny.mssqlclient.MSSQLConnection
- MSSQLPool - Class in io.vertx.mutiny.mssqlclient
- 
Deprecated.
- MSSQLPool(MSSQLPool) - Constructor for class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- MSSQLPool(Object) - Constructor for class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- multi() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Mark the start of a transaction block.
- MULTI - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Mark the start of a transaction block.
- multiAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.multi().
- multiAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.multi()that ignores the result of the operation.
- MultiHelper - Class in io.smallrye.mutiny.vertx
- MultiHelper() - Constructor for class io.smallrye.mutiny.vertx.MultiHelper
- MultiMap - Class in io.vertx.mutiny.core
- 
This class represents a MultiMap of String keys to a List of String values.
- MultiMap(MultiMap) - Constructor for class io.vertx.mutiny.core.MultiMap
- MultiMap(Object) - Constructor for class io.vertx.mutiny.core.MultiMap
- MULTIPART_FORM_DATA - Static variable in class io.vertx.mutiny.openapi.contract.MediaType
- multipartFileUploadExists(String, String) - Static method in class io.vertx.mutiny.ext.web.validation.RequestPredicate
- MultipartForm - Class in io.vertx.mutiny.ext.web.multipart
- 
A multipart form.
- MultipartForm(MultipartForm) - Constructor for class io.vertx.mutiny.ext.web.multipart.MultipartForm
- MultipartForm(Object) - Constructor for class io.vertx.mutiny.ext.web.multipart.MultipartForm
- multipartFormData(ObjectSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Bodies
- multipartMixed() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- multipartMixed(boolean) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- MultiReadStream<T,U> - Class in io.smallrye.mutiny.vertx 
- MultiReadStream(ReadStream<T>, Function<T, U>) - Constructor for class io.smallrye.mutiny.vertx.MultiReadStream
- MultiTenantHandler - Class in io.vertx.mutiny.ext.web.handler
- 
A handler which selectively executes another handler if a precondition is met.
- MultiTenantHandler(MultiTenantHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- MultiTenantHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- MutinyDelegate - Interface in io.smallrye.mutiny.vertx
- 
Interface implemented by every generated Mutiny type.
- MutinyGen - Annotation Type in io.smallrye.mutiny.vertx
- 
Associate an Mutiny generated class with its original type,used for mapping the generated classes to their original type.
- MutinyHelper - Class in io.smallrye.mutiny.vertx
- MutinyHelper() - Constructor for class io.smallrye.mutiny.vertx.MutinyHelper
- MVELTemplateEngine - Class in io.vertx.mutiny.ext.web.templ.mvel
- 
A template engine that uses the Handlebars library.
- MVELTemplateEngine(MVELTemplateEngine) - Constructor for class io.vertx.mutiny.ext.web.templ.mvel.MVELTemplateEngine
- MVELTemplateEngine(Object) - Constructor for class io.vertx.mutiny.ext.web.templ.mvel.MVELTemplateEngine
- MxRecord - Class in io.vertx.mutiny.core.dns
- 
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
- MxRecord(MxRecord) - Constructor for class io.vertx.mutiny.core.dns.MxRecord
- MxRecord(Object) - Constructor for class io.vertx.mutiny.core.dns.MxRecord
- MySQLBuilder - Class in io.vertx.mutiny.mysqlclient
- 
Entry point for building MySQL clients.
- MySQLBuilder(MySQLBuilder) - Constructor for class io.vertx.mutiny.mysqlclient.MySQLBuilder
- MySQLBuilder(Object) - Constructor for class io.vertx.mutiny.mysqlclient.MySQLBuilder
- MySQLClient - Class in io.vertx.mutiny.mysqlclient
- 
An interface to define MySQL specific constants or behaviors.
- MySQLClient(MySQLClient) - Constructor for class io.vertx.mutiny.mysqlclient.MySQLClient
- MySQLClient(Object) - Constructor for class io.vertx.mutiny.mysqlclient.MySQLClient
- MySQLConnection - Class in io.vertx.mutiny.mysqlclient
- 
An interface which represents a connection to MySQL server.
- MySQLConnection(MySQLConnection) - Constructor for class io.vertx.mutiny.mysqlclient.MySQLConnection
- MySQLConnection(Object) - Constructor for class io.vertx.mutiny.mysqlclient.MySQLConnection
- MySQLPool - Class in io.vertx.mutiny.mysqlclient
- 
Deprecated.
- MySQLPool(MySQLPool) - Constructor for class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- MySQLPool(Object) - Constructor for class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
N
- nack(StompServerConnection, Frame) - Method in class io.vertx.mutiny.ext.stomp.Destination
- nack(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Sends a non-acknowledgement for the given message.
- nack(String, String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Sends a non-acknowledgement for the given frame.
- nackAndAwait(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.nack(String).
- nackAndAwait(String, String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.nack(String,String).
- nackAndForget(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.nack(String)that ignores the result of the operation.
- nackAndForget(String, String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.nack(String,String)that ignores the result of the operation.
- nackHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- name() - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- name() - Method in class io.vertx.mutiny.core.dns.MxRecord
- name() - Method in class io.vertx.mutiny.core.dns.SrvRecord
- name() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- name() - Method in class io.vertx.mutiny.ext.shell.command.Command
- name() - Method in class io.vertx.mutiny.ext.web.FileUpload
- name() - Method in class io.vertx.mutiny.ext.web.multipart.FormDataPart
- name() - Method in class io.vertx.mutiny.sqlclient.desc.ColumnDescriptor
- name() - Method in class io.vertx.mutiny.sqlclient.PropertyKind
- names() - Method in class io.vertx.mutiny.core.MultiMap
- names() - Method in class io.vertx.mutiny.uritemplate.Variables
- needsSeparator() - Method in class io.vertx.mutiny.ext.auth.HashingAlgorithm
- 
Deprecated.
- NetClient - Class in io.vertx.mutiny.core.net
- 
A TCP client.
- NetClient(NetClient) - Constructor for class io.vertx.mutiny.core.net.NetClient
- NetClient(Object) - Constructor for class io.vertx.mutiny.core.net.NetClient
- NetServer - Class in io.vertx.mutiny.core.net
- 
Represents a TCP server
- NetServer(NetServer) - Constructor for class io.vertx.mutiny.core.net.NetServer
- NetServer(Object) - Constructor for class io.vertx.mutiny.core.net.NetServer
- netSocket() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- NetSocket - Class in io.vertx.mutiny.core.net
- 
Represents a socket-like interface to a TCP connection on either the client or the server side.
- NetSocket(NetSocket) - Constructor for class io.vertx.mutiny.core.net.NetSocket
- NetSocket(Object) - Constructor for class io.vertx.mutiny.core.net.NetSocket
- nettyEventLoopGroup() - Method in class io.vertx.mutiny.core.Vertx
- 
Deprecated.removed from public API in Vert.x 5
- newArrayParser(ValueParser<String>) - Method in class io.vertx.mutiny.ext.web.validation.builder.ArrayParserFactory
- newDelimited(Buffer) - Static method in class io.vertx.mutiny.core.parsetools.RecordParser
- newDelimited(Buffer, ReadStream<Buffer>) - Static method in class io.vertx.mutiny.core.parsetools.RecordParser
- newDelimited(Buffer, Flow.Publisher<Buffer>) - Static method in class io.vertx.mutiny.core.parsetools.RecordParser
- newDelimited(Buffer, Consumer<Buffer>) - Static method in class io.vertx.mutiny.core.parsetools.RecordParser
- newDelimited(String) - Static method in class io.vertx.mutiny.core.parsetools.RecordParser
- newDelimited(String, ReadStream<Buffer>) - Static method in class io.vertx.mutiny.core.parsetools.RecordParser
- newDelimited(String, Flow.Publisher<Buffer>) - Static method in class io.vertx.mutiny.core.parsetools.RecordParser
- newDelimited(String, Consumer<Buffer>) - Static method in class io.vertx.mutiny.core.parsetools.RecordParser
- newFixed(int) - Static method in class io.vertx.mutiny.core.parsetools.RecordParser
- newFixed(int, ReadStream<Buffer>) - Static method in class io.vertx.mutiny.core.parsetools.RecordParser
- newFixed(int, Flow.Publisher<Buffer>) - Static method in class io.vertx.mutiny.core.parsetools.RecordParser
- newFixed(int, Consumer<Buffer>) - Static method in class io.vertx.mutiny.core.parsetools.RecordParser
- newInstance(AmqpClient) - Static method in class io.vertx.mutiny.amqp.AmqpClient
- newInstance(AmqpConnection) - Static method in class io.vertx.mutiny.amqp.AmqpConnection
- newInstance(AmqpMessage) - Static method in class io.vertx.mutiny.amqp.AmqpMessage
- newInstance(AmqpMessageBuilder) - Static method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- newInstance(AmqpReceiver) - Static method in class io.vertx.mutiny.amqp.AmqpReceiver
- newInstance(AmqpSender) - Static method in class io.vertx.mutiny.amqp.AmqpSender
- newInstance(CamelBridge) - Static method in class io.vertx.mutiny.camel.CamelBridge
- newInstance(CassandraClient) - Static method in class io.vertx.mutiny.cassandra.CassandraClient
- newInstance(CassandraRowStream) - Static method in class io.vertx.mutiny.cassandra.CassandraRowStream
- newInstance(ResultSet) - Static method in class io.vertx.mutiny.cassandra.ResultSet
- newInstance(CircuitBreaker) - Static method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- newInstance(FailurePolicy) - Static method in class io.vertx.mutiny.circuitbreaker.FailurePolicy
- newInstance(FailurePolicy, TypeArg<T>) - Static method in class io.vertx.mutiny.circuitbreaker.FailurePolicy
- newInstance(HystrixMetricHandler) - Static method in class io.vertx.mutiny.circuitbreaker.HystrixMetricHandler
- newInstance(RetryPolicy) - Static method in class io.vertx.mutiny.circuitbreaker.RetryPolicy
- newInstance(ConfigRetriever) - Static method in class io.vertx.mutiny.config.ConfigRetriever
- newInstance(Buffer) - Static method in class io.vertx.mutiny.core.buffer.Buffer
- newInstance(CLI) - Static method in class io.vertx.mutiny.core.cli.CLI
- newInstance(CommandLine) - Static method in class io.vertx.mutiny.core.cli.CommandLine
- newInstance(Context) - Static method in class io.vertx.mutiny.core.Context
- newInstance(DatagramPacket) - Static method in class io.vertx.mutiny.core.datagram.DatagramPacket
- newInstance(DatagramSocket) - Static method in class io.vertx.mutiny.core.datagram.DatagramSocket
- newInstance(DnsClient) - Static method in class io.vertx.mutiny.core.dns.DnsClient
- newInstance(MxRecord) - Static method in class io.vertx.mutiny.core.dns.MxRecord
- newInstance(SrvRecord) - Static method in class io.vertx.mutiny.core.dns.SrvRecord
- newInstance(DeliveryContext) - Static method in class io.vertx.mutiny.core.eventbus.DeliveryContext
- newInstance(DeliveryContext, TypeArg<T>) - Static method in class io.vertx.mutiny.core.eventbus.DeliveryContext
- newInstance(EventBus) - Static method in class io.vertx.mutiny.core.eventbus.EventBus
- newInstance(Message) - Static method in class io.vertx.mutiny.core.eventbus.Message
- newInstance(MessageConsumer) - Static method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- newInstance(MessageConsumer, TypeArg<T>) - Static method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- newInstance(MessageProducer) - Static method in class io.vertx.mutiny.core.eventbus.MessageProducer
- newInstance(MessageProducer, TypeArg<T>) - Static method in class io.vertx.mutiny.core.eventbus.MessageProducer
- newInstance(Message, TypeArg<T>) - Static method in class io.vertx.mutiny.core.eventbus.Message
- newInstance(AsyncFile) - Static method in class io.vertx.mutiny.core.file.AsyncFile
- newInstance(AsyncFileLock) - Static method in class io.vertx.mutiny.core.file.AsyncFileLock
- newInstance(FileProps) - Static method in class io.vertx.mutiny.core.file.FileProps
- newInstance(FileSystem) - Static method in class io.vertx.mutiny.core.file.FileSystem
- newInstance(FileSystemProps) - Static method in class io.vertx.mutiny.core.file.FileSystemProps
- newInstance(ClientWebSocket) - Static method in class io.vertx.mutiny.core.http.ClientWebSocket
- newInstance(Cookie) - Static method in class io.vertx.mutiny.core.http.Cookie
- newInstance(HttpClient) - Static method in class io.vertx.mutiny.core.http.HttpClient
- newInstance(HttpClientBuilder) - Static method in class io.vertx.mutiny.core.http.HttpClientBuilder
- newInstance(HttpClientRequest) - Static method in class io.vertx.mutiny.core.http.HttpClientRequest
- newInstance(HttpClientResponse) - Static method in class io.vertx.mutiny.core.http.HttpClientResponse
- newInstance(HttpConnection) - Static method in class io.vertx.mutiny.core.http.HttpConnection
- newInstance(HttpFrame) - Static method in class io.vertx.mutiny.core.http.HttpFrame
- newInstance(HttpHeaders) - Static method in class io.vertx.mutiny.core.http.HttpHeaders
- newInstance(HttpResponseHead) - Static method in interface io.vertx.mutiny.core.http.HttpResponseHead
- newInstance(HttpServer) - Static method in class io.vertx.mutiny.core.http.HttpServer
- newInstance(HttpServerFileUpload) - Static method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- newInstance(HttpServerRequest) - Static method in class io.vertx.mutiny.core.http.HttpServerRequest
- newInstance(HttpServerResponse) - Static method in class io.vertx.mutiny.core.http.HttpServerResponse
- newInstance(ServerWebSocket) - Static method in class io.vertx.mutiny.core.http.ServerWebSocket
- newInstance(ServerWebSocketHandshake) - Static method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- newInstance(WebSocket) - Static method in class io.vertx.mutiny.core.http.WebSocket
- newInstance(WebSocketBase) - Static method in interface io.vertx.mutiny.core.http.WebSocketBase
- newInstance(WebSocketClient) - Static method in class io.vertx.mutiny.core.http.WebSocketClient
- newInstance(WebSocketFrame) - Static method in class io.vertx.mutiny.core.http.WebSocketFrame
- newInstance(JsonPointer) - Static method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- newInstance(JsonPointerIterator) - Static method in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- newInstance(Measured) - Static method in interface io.vertx.mutiny.core.metrics.Measured
- newInstance(MultiMap) - Static method in class io.vertx.mutiny.core.MultiMap
- newInstance(HostAndPort) - Static method in class io.vertx.mutiny.core.net.HostAndPort
- newInstance(NetClient) - Static method in class io.vertx.mutiny.core.net.NetClient
- newInstance(NetServer) - Static method in class io.vertx.mutiny.core.net.NetServer
- newInstance(NetSocket) - Static method in class io.vertx.mutiny.core.net.NetSocket
- newInstance(SelfSignedCertificate) - Static method in class io.vertx.mutiny.core.net.SelfSignedCertificate
- newInstance(SocketAddress) - Static method in class io.vertx.mutiny.core.net.SocketAddress
- newInstance(JsonEvent) - Static method in class io.vertx.mutiny.core.parsetools.JsonEvent
- newInstance(JsonParser) - Static method in class io.vertx.mutiny.core.parsetools.JsonParser
- newInstance(RecordParser) - Static method in class io.vertx.mutiny.core.parsetools.RecordParser
- newInstance(Promise) - Static method in class io.vertx.mutiny.core.Promise
- newInstance(Promise, TypeArg<T>) - Static method in class io.vertx.mutiny.core.Promise
- newInstance(AsyncMap) - Static method in class io.vertx.mutiny.core.shareddata.AsyncMap
- newInstance(AsyncMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.mutiny.core.shareddata.AsyncMap
- newInstance(Counter) - Static method in class io.vertx.mutiny.core.shareddata.Counter
- newInstance(LocalMap) - Static method in class io.vertx.mutiny.core.shareddata.LocalMap
- newInstance(LocalMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.mutiny.core.shareddata.LocalMap
- newInstance(Lock) - Static method in class io.vertx.mutiny.core.shareddata.Lock
- newInstance(SharedData) - Static method in class io.vertx.mutiny.core.shareddata.SharedData
- newInstance(Pipe) - Static method in class io.vertx.mutiny.core.streams.Pipe
- newInstance(Pipe, TypeArg<T>) - Static method in class io.vertx.mutiny.core.streams.Pipe
- newInstance(Pump) - Static method in class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
- newInstance(ReadStream) - Static method in interface io.vertx.mutiny.core.streams.ReadStream
- newInstance(ReadStream, TypeArg<T>) - Static method in interface io.vertx.mutiny.core.streams.ReadStream
- newInstance(StreamBase) - Static method in interface io.vertx.mutiny.core.streams.StreamBase
- newInstance(WriteStream) - Static method in interface io.vertx.mutiny.core.streams.WriteStream
- newInstance(WriteStream, TypeArg<T>) - Static method in interface io.vertx.mutiny.core.streams.WriteStream
- newInstance(TimeoutStream) - Static method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- newInstance(Timer) - Static method in class io.vertx.mutiny.core.Timer
- newInstance(Vertx) - Static method in class io.vertx.mutiny.core.Vertx
- newInstance(VertxBuilder) - Static method in class io.vertx.mutiny.core.VertxBuilder
- newInstance(WorkerExecutor) - Static method in class io.vertx.mutiny.core.WorkerExecutor
- newInstance(DB2Builder) - Static method in class io.vertx.mutiny.db2client.DB2Builder
- newInstance(DB2Connection) - Static method in class io.vertx.mutiny.db2client.DB2Connection
- newInstance(DB2Pool) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- newInstance(AuthenticationProvider) - Static method in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
- newInstance(AndAuthorization) - Static method in class io.vertx.mutiny.ext.auth.authorization.AndAuthorization
- newInstance(Authorization) - Static method in class io.vertx.mutiny.ext.auth.authorization.Authorization
- newInstance(AuthorizationContext) - Static method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationContext
- newInstance(AuthorizationProvider) - Static method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
- newInstance(Authorizations) - Static method in class io.vertx.mutiny.ext.auth.authorization.Authorizations
- newInstance(NotAuthorization) - Static method in class io.vertx.mutiny.ext.auth.authorization.NotAuthorization
- newInstance(OrAuthorization) - Static method in class io.vertx.mutiny.ext.auth.authorization.OrAuthorization
- newInstance(PermissionBasedAuthorization) - Static method in class io.vertx.mutiny.ext.auth.authorization.PermissionBasedAuthorization
- newInstance(RoleBasedAuthorization) - Static method in class io.vertx.mutiny.ext.auth.authorization.RoleBasedAuthorization
- newInstance(WildcardPermissionBasedAuthorization) - Static method in class io.vertx.mutiny.ext.auth.authorization.WildcardPermissionBasedAuthorization
- newInstance(AuthProvider) - Static method in class io.vertx.mutiny.ext.auth.AuthProvider
- 
Deprecated.
- newInstance(ChainAuth) - Static method in class io.vertx.mutiny.ext.auth.ChainAuth
- newInstance(HashingAlgorithm) - Static method in class io.vertx.mutiny.ext.auth.HashingAlgorithm
- 
Deprecated.
- newInstance(HashingStrategy) - Static method in class io.vertx.mutiny.ext.auth.HashingStrategy
- 
Deprecated.
- newInstance(HtdigestAuth) - Static method in class io.vertx.mutiny.ext.auth.htdigest.HtdigestAuth
- newInstance(HtpasswdAuth) - Static method in class io.vertx.mutiny.ext.auth.htpasswd.HtpasswdAuth
- newInstance(JDBCAuth) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- newInstance(JDBCAuthentication) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- 
Deprecated.
- newInstance(JDBCAuthorization) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- 
Deprecated.
- newInstance(JDBCHashStrategy) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- newInstance(JDBCUserUtil) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- newInstance(JWTAuthorization) - Static method in class io.vertx.mutiny.ext.auth.jwt.authorization.JWTAuthorization
- newInstance(MicroProfileAuthorization) - Static method in class io.vertx.mutiny.ext.auth.jwt.authorization.MicroProfileAuthorization
- newInstance(JWTAuth) - Static method in class io.vertx.mutiny.ext.auth.jwt.JWTAuth
- newInstance(LdapAuthentication) - Static method in class io.vertx.mutiny.ext.auth.ldap.LdapAuthentication
- newInstance(HashStrategy) - Static method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Deprecated.
- newInstance(MongoAuth) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- newInstance(MongoAuthentication) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- newInstance(MongoAuthorization) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
- newInstance(MongoUserUtil) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- newInstance(KeycloakAuthorization) - Static method in class io.vertx.mutiny.ext.auth.oauth2.authorization.KeycloakAuthorization
- newInstance(ScopeAuthorization) - Static method in class io.vertx.mutiny.ext.auth.oauth2.authorization.ScopeAuthorization
- newInstance(OAuth2Auth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- newInstance(AmazonCognitoAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.AmazonCognitoAuth
- newInstance(AzureADAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.AzureADAuth
- newInstance(BoxAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.BoxAuth
- newInstance(CloudFoundryAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.CloudFoundryAuth
- newInstance(DropboxAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.DropboxAuth
- newInstance(FacebookAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.FacebookAuth
- newInstance(FoursquareAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.FoursquareAuth
- newInstance(GiteeAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GiteeAuth
- newInstance(GithubAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GithubAuth
- newInstance(GitLabAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GitLabAuth
- newInstance(GoogleAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.GoogleAuth
- newInstance(HerokuAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.HerokuAuth
- newInstance(IBMCloudAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.IBMCloudAuth
- newInstance(InstagramAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.InstagramAuth
- newInstance(KeycloakAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.KeycloakAuth
- newInstance(LinkedInAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.LinkedInAuth
- newInstance(LiveAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.LiveAuth
- newInstance(MailchimpAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.MailchimpAuth
- newInstance(OpenIDConnectAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.OpenIDConnectAuth
- newInstance(SalesforceAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.SalesforceAuth
- newInstance(ShopifyAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.ShopifyAuth
- newInstance(SoundcloudAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.SoundcloudAuth
- newInstance(StripeAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.StripeAuth
- newInstance(TwitterAuth) - Static method in class io.vertx.mutiny.ext.auth.oauth2.providers.TwitterAuth
- newInstance(HotpAuth) - Static method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- newInstance(OtpKeyGenerator) - Static method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- newInstance(TotpAuth) - Static method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- newInstance(VertxContextPRNG) - Static method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- newInstance(PropertyFileAuthentication) - Static method in class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthentication
- newInstance(PropertyFileAuthorization) - Static method in class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthorization
- newInstance(ShiroAuth) - Static method in class io.vertx.mutiny.ext.auth.shiro.ShiroAuth
- 
Deprecated.
- newInstance(SqlAuthentication) - Static method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthentication
- newInstance(SqlAuthorization) - Static method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthorization
- newInstance(SqlUserUtil) - Static method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- newInstance(User) - Static method in class io.vertx.mutiny.ext.auth.User
- newInstance(VertxContextPRNG) - Static method in class io.vertx.mutiny.ext.auth.VertxContextPRNG
- 
Deprecated.
- newInstance(MetaDataService) - Static method in class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- newInstance(WebAuthn) - Static method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- newInstance(BaseBridgeEvent) - Static method in class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- newInstance(ConsulClient) - Static method in class io.vertx.mutiny.ext.consul.ConsulClient
- newInstance(Watch) - Static method in class io.vertx.mutiny.ext.consul.Watch
- newInstance(WatchResult) - Static method in class io.vertx.mutiny.ext.consul.WatchResult
- newInstance(WatchResult, TypeArg<T>) - Static method in class io.vertx.mutiny.ext.consul.WatchResult
- newInstance(Watch, TypeArg<T>) - Static method in class io.vertx.mutiny.ext.consul.Watch
- newInstance(BridgeEvent) - Static method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent
- newInstance(TcpEventBusBridge) - Static method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- newInstance(HealthCheckHandler) - Static method in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- newInstance(HealthChecks) - Static method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- newInstance(JDBCClient) - Static method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- newInstance(MailAttachment) - Static method in class io.vertx.mutiny.ext.mail.MailAttachment
- newInstance(MailClient) - Static method in class io.vertx.mutiny.ext.mail.MailClient
- newInstance(MailClientBuilder) - Static method in class io.vertx.mutiny.ext.mail.MailClientBuilder
- newInstance(MongoClient) - Static method in class io.vertx.mutiny.ext.mongo.MongoClient
- newInstance(MongoGridFsClient) - Static method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- newInstance(CliToken) - Static method in class io.vertx.mutiny.ext.shell.cli.CliToken
- newInstance(Completion) - Static method in class io.vertx.mutiny.ext.shell.cli.Completion
- newInstance(Command) - Static method in class io.vertx.mutiny.ext.shell.command.Command
- newInstance(CommandBuilder) - Static method in class io.vertx.mutiny.ext.shell.command.CommandBuilder
- newInstance(CommandProcess) - Static method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- newInstance(CommandRegistry) - Static method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- newInstance(CommandResolver) - Static method in class io.vertx.mutiny.ext.shell.command.CommandResolver
- newInstance(Session) - Static method in class io.vertx.mutiny.ext.shell.session.Session
- newInstance(Shell) - Static method in class io.vertx.mutiny.ext.shell.Shell
- newInstance(ShellServer) - Static method in class io.vertx.mutiny.ext.shell.ShellServer
- newInstance(ShellService) - Static method in class io.vertx.mutiny.ext.shell.ShellService
- newInstance(Job) - Static method in class io.vertx.mutiny.ext.shell.system.Job
- newInstance(JobController) - Static method in class io.vertx.mutiny.ext.shell.system.JobController
- newInstance(Process) - Static method in class io.vertx.mutiny.ext.shell.system.Process
- newInstance(Pty) - Static method in class io.vertx.mutiny.ext.shell.term.Pty
- newInstance(SignalHandler) - Static method in class io.vertx.mutiny.ext.shell.term.SignalHandler
- newInstance(SockJSTermHandler) - Static method in class io.vertx.mutiny.ext.shell.term.SockJSTermHandler
- newInstance(Term) - Static method in class io.vertx.mutiny.ext.shell.term.Term
- newInstance(TermServer) - Static method in class io.vertx.mutiny.ext.shell.term.TermServer
- newInstance(Tty) - Static method in class io.vertx.mutiny.ext.shell.term.Tty
- newInstance(SQLClient) - Static method in class io.vertx.mutiny.ext.sql.SQLClient
- newInstance(SQLConnection) - Static method in class io.vertx.mutiny.ext.sql.SQLConnection
- newInstance(SQLOperations) - Static method in interface io.vertx.mutiny.ext.sql.SQLOperations
- newInstance(SQLRowStream) - Static method in class io.vertx.mutiny.ext.sql.SQLRowStream
- newInstance(Acknowledgement) - Static method in class io.vertx.mutiny.ext.stomp.Acknowledgement
- newInstance(Destination) - Static method in class io.vertx.mutiny.ext.stomp.Destination
- newInstance(DestinationFactory) - Static method in class io.vertx.mutiny.ext.stomp.DestinationFactory
- newInstance(Frames) - Static method in class io.vertx.mutiny.ext.stomp.Frames
- newInstance(ServerFrame) - Static method in class io.vertx.mutiny.ext.stomp.ServerFrame
- newInstance(StompClient) - Static method in class io.vertx.mutiny.ext.stomp.StompClient
- newInstance(StompClientConnection) - Static method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- newInstance(StompServer) - Static method in class io.vertx.mutiny.ext.stomp.StompServer
- newInstance(StompServerConnection) - Static method in class io.vertx.mutiny.ext.stomp.StompServerConnection
- newInstance(StompServerHandler) - Static method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- newInstance(HTTPOperationRequestValidationHandler) - Static method in interface io.vertx.mutiny.ext.web.api.contract.HTTPOperationRequestValidationHandler
- 
Deprecated.
- newInstance(OpenAPI3RequestValidationHandler) - Static method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
- 
Deprecated.
- newInstance(OpenAPI3RouterFactory) - Static method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- newInstance(RouterFactory) - Static method in interface io.vertx.mutiny.ext.web.api.contract.RouterFactory
- 
Deprecated.
- newInstance(RequestParameter) - Static method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- newInstance(RequestParameters) - Static method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- newInstance(RouteToEBServiceHandler) - Static method in class io.vertx.mutiny.ext.web.api.service.RouteToEBServiceHandler
- newInstance(ContainerDeserializer) - Static method in class io.vertx.mutiny.ext.web.api.validation.ContainerDeserializer
- 
Deprecated.
- newInstance(CustomValidator) - Static method in class io.vertx.mutiny.ext.web.api.validation.CustomValidator
- 
Deprecated.
- newInstance(HTTPRequestValidationHandler) - Static method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- newInstance(ParameterTypeValidator) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- newInstance(ParameterValidationRule) - Static method in class io.vertx.mutiny.ext.web.api.validation.ParameterValidationRule
- 
Deprecated.
- newInstance(ValidationHandler) - Static method in interface io.vertx.mutiny.ext.web.api.validation.ValidationHandler
- 
Deprecated.
- newInstance(CachingWebClient) - Static method in class io.vertx.mutiny.ext.web.client.CachingWebClient
- newInstance(HttpRequest) - Static method in class io.vertx.mutiny.ext.web.client.HttpRequest
- newInstance(HttpRequest, TypeArg<T>) - Static method in class io.vertx.mutiny.ext.web.client.HttpRequest
- newInstance(HttpResponse) - Static method in class io.vertx.mutiny.ext.web.client.HttpResponse
- newInstance(HttpResponse, TypeArg<T>) - Static method in class io.vertx.mutiny.ext.web.client.HttpResponse
- newInstance(OAuth2WebClient) - Static method in class io.vertx.mutiny.ext.web.client.OAuth2WebClient
- newInstance(ErrorConverter) - Static method in class io.vertx.mutiny.ext.web.client.predicate.ErrorConverter
- 
Deprecated.
- newInstance(ResponsePredicate) - Static method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- newInstance(ResponsePredicateResult) - Static method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
- 
Deprecated.
- newInstance(WebClient) - Static method in class io.vertx.mutiny.ext.web.client.WebClient
- newInstance(WebClientSession) - Static method in class io.vertx.mutiny.ext.web.client.WebClientSession
- newInstance(BodyCodec) - Static method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- newInstance(BodyCodec, TypeArg<T>) - Static method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- newInstance(TemplateEngine) - Static method in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- newInstance(WebEnvironment) - Static method in class io.vertx.mutiny.ext.web.common.WebEnvironment
- newInstance(FileUpload) - Static method in class io.vertx.mutiny.ext.web.FileUpload
- newInstance(APIKeyHandler) - Static method in class io.vertx.mutiny.ext.web.handler.APIKeyHandler
- newInstance(AuthenticationHandler) - Static method in interface io.vertx.mutiny.ext.web.handler.AuthenticationHandler
- newInstance(AuthorizationHandler) - Static method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
- newInstance(BasicAuthHandler) - Static method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
- newInstance(BodyHandler) - Static method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- newInstance(ChainAuthHandler) - Static method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
- newInstance(CorsHandler) - Static method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- newInstance(CSPHandler) - Static method in class io.vertx.mutiny.ext.web.handler.CSPHandler
- newInstance(CSRFHandler) - Static method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- newInstance(DigestAuthHandler) - Static method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
- newInstance(ErrorHandler) - Static method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
- newInstance(FaviconHandler) - Static method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
- newInstance(FormLoginHandler) - Static method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- newInstance(ApolloWSConnectionInitEvent) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent
- 
Deprecated.
- newInstance(ApolloWSHandler) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- newInstance(ApolloWSMessage) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
- 
Deprecated.
- newInstance(VertxBatchLoader) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader
- 
Deprecated.
- newInstance(VertxBatchLoader, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader
- 
Deprecated.
- newInstance(VertxMappedBatchLoader) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
- 
Deprecated.
- newInstance(VertxMappedBatchLoader, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
- 
Deprecated.
- newInstance(ExecutionInputBuilderWithContext) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- newInstance(ExecutionInputBuilderWithContext, TypeArg<C>) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- newInstance(GraphiQLHandler) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- newInstance(GraphiQLHandlerBuilder) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandlerBuilder
- newInstance(GraphQLHandler) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- newInstance(GraphQLHandlerBuilder) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandlerBuilder
- newInstance(VertxDataFetcher) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxDataFetcher
- 
Deprecated.
- newInstance(VertxDataFetcher, TypeArg<T>) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxDataFetcher
- 
Deprecated.
- newInstance(VertxPropertyDataFetcher) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
- 
Deprecated.
- newInstance(UploadScalar) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.UploadScalar
- newInstance(ConnectionInitEvent) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
- newInstance(GraphQLWSHandler) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- newInstance(GraphQLWSHandlerBuilder) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- newInstance(Message) - Static method in class io.vertx.mutiny.ext.web.handler.graphql.ws.Message
- newInstance(HSTSHandler) - Static method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
- newInstance(InputTrustHandler) - Static method in interface io.vertx.mutiny.ext.web.handler.InputTrustHandler
- newInstance(JWTAuthHandler) - Static method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
- newInstance(LoggerFormatter) - Static method in class io.vertx.mutiny.ext.web.handler.LoggerFormatter
- newInstance(LoggerHandler) - Static method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
- newInstance(MethodOverrideHandler) - Static method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
- newInstance(MultiTenantHandler) - Static method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- newInstance(OAuth2AuthHandler) - Static method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- newInstance(OtpAuthHandler) - Static method in class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- newInstance(PlatformHandler) - Static method in interface io.vertx.mutiny.ext.web.handler.PlatformHandler
- newInstance(ProtocolUpgradeHandler) - Static method in interface io.vertx.mutiny.ext.web.handler.ProtocolUpgradeHandler
- newInstance(RedirectAuthHandler) - Static method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
- newInstance(ResponseContentTypeHandler) - Static method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
- newInstance(ResponseTimeHandler) - Static method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
- newInstance(SecurityPolicyHandler) - Static method in interface io.vertx.mutiny.ext.web.handler.SecurityPolicyHandler
- newInstance(SessionHandler) - Static method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- newInstance(SimpleAuthenticationHandler) - Static method in class io.vertx.mutiny.ext.web.handler.SimpleAuthenticationHandler
- newInstance(BridgeEvent) - Static method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
- newInstance(SockJSHandler) - Static method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- newInstance(SockJSSocket) - Static method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- newInstance(StaticHandler) - Static method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- newInstance(TemplateHandler) - Static method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
- newInstance(TimeoutHandler) - Static method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
- newInstance(WebAuthnHandler) - Static method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- newInstance(XFrameHandler) - Static method in class io.vertx.mutiny.ext.web.handler.XFrameHandler
- newInstance(LanguageHeader) - Static method in class io.vertx.mutiny.ext.web.LanguageHeader
- newInstance(MIMEHeader) - Static method in class io.vertx.mutiny.ext.web.MIMEHeader
- newInstance(FormDataPart) - Static method in class io.vertx.mutiny.ext.web.multipart.FormDataPart
- newInstance(MultipartForm) - Static method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- newInstance(OpenAPIHolder) - Static method in class io.vertx.mutiny.ext.web.openapi.OpenAPIHolder
- newInstance(Operation) - Static method in class io.vertx.mutiny.ext.web.openapi.Operation
- newInstance(OpenAPIRoute) - Static method in class io.vertx.mutiny.ext.web.openapi.router.OpenAPIRoute
- newInstance(RequestExtractor) - Static method in class io.vertx.mutiny.ext.web.openapi.router.RequestExtractor
- newInstance(RouterBuilder) - Static method in class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- newInstance(RouterBuilder) - Static method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- newInstance(SecurityScheme) - Static method in class io.vertx.mutiny.ext.web.openapi.SecurityScheme
- newInstance(ParsedHeaderValue) - Static method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
- newInstance(ParsedHeaderValues) - Static method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
- newInstance(ProxyHandler) - Static method in class io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
- newInstance(RequestBody) - Static method in class io.vertx.mutiny.ext.web.RequestBody
- newInstance(Route) - Static method in class io.vertx.mutiny.ext.web.Route
- newInstance(Router) - Static method in class io.vertx.mutiny.ext.web.Router
- newInstance(RoutingContext) - Static method in class io.vertx.mutiny.ext.web.RoutingContext
- newInstance(Session) - Static method in class io.vertx.mutiny.ext.web.Session
- newInstance(ClusteredSessionStore) - Static method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
- newInstance(CookieSessionStore) - Static method in class io.vertx.mutiny.ext.web.sstore.cookie.CookieSessionStore
- newInstance(InfinispanSessionStore) - Static method in class io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore
- newInstance(LocalSessionStore) - Static method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
- newInstance(RedisSessionStore) - Static method in class io.vertx.mutiny.ext.web.sstore.redis.RedisSessionStore
- newInstance(SessionStore) - Static method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- newInstance(FreeMarkerTemplateEngine) - Static method in class io.vertx.mutiny.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- newInstance(HandlebarsTemplateEngine) - Static method in class io.vertx.mutiny.ext.web.templ.handlebars.HandlebarsTemplateEngine
- newInstance(HTTLTemplateEngine) - Static method in class io.vertx.mutiny.ext.web.templ.httl.HTTLTemplateEngine
- newInstance(JadeTemplateEngine) - Static method in class io.vertx.mutiny.ext.web.templ.jade.JadeTemplateEngine
- 
Deprecated.
- newInstance(MVELTemplateEngine) - Static method in class io.vertx.mutiny.ext.web.templ.mvel.MVELTemplateEngine
- newInstance(PebbleTemplateEngine) - Static method in class io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine
- newInstance(PugTemplateEngine) - Static method in class io.vertx.mutiny.ext.web.templ.pug.PugTemplateEngine
- newInstance(RockerTemplateEngine) - Static method in class io.vertx.mutiny.ext.web.templ.rocker.RockerTemplateEngine
- newInstance(ThymeleafTemplateEngine) - Static method in class io.vertx.mutiny.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- newInstance(UserContext) - Static method in class io.vertx.mutiny.ext.web.UserContext
- newInstance(ArrayParserFactory) - Static method in class io.vertx.mutiny.ext.web.validation.builder.ArrayParserFactory
- newInstance(Bodies) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Bodies
- newInstance(BodyProcessorFactory) - Static method in class io.vertx.mutiny.ext.web.validation.builder.BodyProcessorFactory
- newInstance(ObjectParserFactory) - Static method in class io.vertx.mutiny.ext.web.validation.builder.ObjectParserFactory
- newInstance(ParameterProcessorFactory) - Static method in class io.vertx.mutiny.ext.web.validation.builder.ParameterProcessorFactory
- newInstance(Parameters) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- newInstance(Parsers) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parsers
- newInstance(StyledParameterProcessorFactory) - Static method in class io.vertx.mutiny.ext.web.validation.builder.StyledParameterProcessorFactory
- newInstance(TupleParserFactory) - Static method in class io.vertx.mutiny.ext.web.validation.builder.TupleParserFactory
- newInstance(ValidationHandlerBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- newInstance(RequestParameter) - Static method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- newInstance(RequestParameters) - Static method in class io.vertx.mutiny.ext.web.validation.RequestParameters
- newInstance(RequestPredicate) - Static method in class io.vertx.mutiny.ext.web.validation.RequestPredicate
- newInstance(RequestPredicateResult) - Static method in class io.vertx.mutiny.ext.web.validation.RequestPredicateResult
- newInstance(ValidationHandler) - Static method in class io.vertx.mutiny.ext.web.validation.ValidationHandler
- newInstance(Body) - Static method in class io.vertx.mutiny.httpproxy.Body
- newInstance(HttpProxy) - Static method in class io.vertx.mutiny.httpproxy.HttpProxy
- newInstance(OriginRequestProvider) - Static method in class io.vertx.mutiny.httpproxy.OriginRequestProvider
- newInstance(ProxyContext) - Static method in class io.vertx.mutiny.httpproxy.ProxyContext
- newInstance(ProxyInterceptor) - Static method in interface io.vertx.mutiny.httpproxy.ProxyInterceptor
- newInstance(ProxyRequest) - Static method in class io.vertx.mutiny.httpproxy.ProxyRequest
- newInstance(ProxyResponse) - Static method in class io.vertx.mutiny.httpproxy.ProxyResponse
- newInstance(JDBCPool) - Static method in class io.vertx.mutiny.jdbcclient.JDBCPool
- newInstance(SqlOutParam) - Static method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- newInstance(JsonFormatValidator) - Static method in class io.vertx.mutiny.json.schema.JsonFormatValidator
- newInstance(JsonSchema) - Static method in class io.vertx.mutiny.json.schema.JsonSchema
- newInstance(Ref) - Static method in class io.vertx.mutiny.json.schema.Ref
- newInstance(Schema) - Static method in class io.vertx.mutiny.json.schema.Schema
- 
Deprecated.
- newInstance(SchemaParser) - Static method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- newInstance(SchemaRepository) - Static method in class io.vertx.mutiny.json.schema.SchemaRepository
- newInstance(SchemaRouter) - Static method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- newInstance(Validator) - Static method in class io.vertx.mutiny.json.schema.Validator
- newInstance(KafkaAdminClient) - Static method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- newInstance(KafkaConsumer) - Static method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- newInstance(KafkaConsumerRecord) - Static method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- newInstance(KafkaConsumerRecord, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- newInstance(KafkaConsumerRecords) - Static method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
- newInstance(KafkaConsumerRecords, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
- newInstance(KafkaConsumer, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- newInstance(KafkaHeader) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaHeader
- newInstance(KafkaProducer) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- newInstance(KafkaProducerRecord) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- newInstance(KafkaProducerRecord, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- newInstance(KafkaProducer, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- newInstance(MetricsService) - Static method in class io.vertx.mutiny.micrometer.MetricsService
- newInstance(PrometheusScrapingHandler) - Static method in class io.vertx.mutiny.micrometer.PrometheusScrapingHandler
- newInstance(MqttConnAckMessage) - Static method in class io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
- newInstance(MqttDisconnectMessage) - Static method in class io.vertx.mutiny.mqtt.messages.MqttDisconnectMessage
- newInstance(MqttMessage) - Static method in interface io.vertx.mutiny.mqtt.messages.MqttMessage
- newInstance(MqttPubAckMessage) - Static method in class io.vertx.mutiny.mqtt.messages.MqttPubAckMessage
- newInstance(MqttPubCompMessage) - Static method in class io.vertx.mutiny.mqtt.messages.MqttPubCompMessage
- newInstance(MqttPublishMessage) - Static method in class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- newInstance(MqttPubRecMessage) - Static method in class io.vertx.mutiny.mqtt.messages.MqttPubRecMessage
- newInstance(MqttPubRelMessage) - Static method in class io.vertx.mutiny.mqtt.messages.MqttPubRelMessage
- newInstance(MqttSubAckMessage) - Static method in class io.vertx.mutiny.mqtt.messages.MqttSubAckMessage
- newInstance(MqttSubscribeMessage) - Static method in class io.vertx.mutiny.mqtt.messages.MqttSubscribeMessage
- newInstance(MqttUnsubscribeMessage) - Static method in class io.vertx.mutiny.mqtt.messages.MqttUnsubscribeMessage
- newInstance(MqttClient) - Static method in class io.vertx.mutiny.mqtt.MqttClient
- newInstance(MqttEndpoint) - Static method in class io.vertx.mutiny.mqtt.MqttEndpoint
- newInstance(MqttServer) - Static method in class io.vertx.mutiny.mqtt.MqttServer
- newInstance(MqttTopicSubscription) - Static method in class io.vertx.mutiny.mqtt.MqttTopicSubscription
- newInstance(MSSQLBuilder) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLBuilder
- newInstance(MSSQLConnection) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- newInstance(MSSQLPool) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- newInstance(MySQLBuilder) - Static method in class io.vertx.mutiny.mysqlclient.MySQLBuilder
- newInstance(MySQLClient) - Static method in class io.vertx.mutiny.mysqlclient.MySQLClient
- newInstance(MySQLConnection) - Static method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- newInstance(MySQLPool) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- newInstance(MediaType) - Static method in class io.vertx.mutiny.openapi.contract.MediaType
- newInstance(OAuthFlow) - Static method in class io.vertx.mutiny.openapi.contract.OAuthFlow
- newInstance(OAuthFlows) - Static method in class io.vertx.mutiny.openapi.contract.OAuthFlows
- newInstance(OpenAPIContract) - Static method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- newInstance(Operation) - Static method in class io.vertx.mutiny.openapi.contract.Operation
- newInstance(Parameter) - Static method in class io.vertx.mutiny.openapi.contract.Parameter
- newInstance(Path) - Static method in class io.vertx.mutiny.openapi.contract.Path
- newInstance(RequestBody) - Static method in class io.vertx.mutiny.openapi.contract.RequestBody
- newInstance(Response) - Static method in class io.vertx.mutiny.openapi.contract.Response
- newInstance(SecurityRequirement) - Static method in class io.vertx.mutiny.openapi.contract.SecurityRequirement
- newInstance(SecurityScheme) - Static method in class io.vertx.mutiny.openapi.contract.SecurityScheme
- newInstance(Server) - Static method in class io.vertx.mutiny.openapi.contract.Server
- newInstance(RequestParameter) - Static method in class io.vertx.mutiny.openapi.validation.RequestParameter
- newInstance(RequestValidator) - Static method in class io.vertx.mutiny.openapi.validation.RequestValidator
- newInstance(ResponseParameter) - Static method in class io.vertx.mutiny.openapi.validation.ResponseParameter
- newInstance(ValidatableRequest) - Static method in class io.vertx.mutiny.openapi.validation.ValidatableRequest
- newInstance(ValidatableResponse) - Static method in class io.vertx.mutiny.openapi.validation.ValidatableResponse
- newInstance(ValidatedRequest) - Static method in class io.vertx.mutiny.openapi.validation.ValidatedRequest
- newInstance(ValidatedResponse) - Static method in class io.vertx.mutiny.openapi.validation.ValidatedResponse
- newInstance(OracleBuilder) - Static method in class io.vertx.mutiny.oracleclient.OracleBuilder
- newInstance(OracleClient) - Static method in class io.vertx.mutiny.oracleclient.OracleClient
- newInstance(OracleConnection) - Static method in class io.vertx.mutiny.oracleclient.OracleConnection
- newInstance(OraclePool) - Static method in class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- newInstance(PgBuilder) - Static method in class io.vertx.mutiny.pgclient.PgBuilder
- newInstance(PgConnection) - Static method in class io.vertx.mutiny.pgclient.PgConnection
- newInstance(PgPool) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- newInstance(PgChannel) - Static method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- newInstance(PgSubscriber) - Static method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- newInstance(RabbitMQClient) - Static method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- newInstance(RabbitMQConsumer) - Static method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- newInstance(RabbitMQMessage) - Static method in class io.vertx.mutiny.rabbitmq.RabbitMQMessage
- newInstance(RabbitMQPublisher) - Static method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- newInstance(Command) - Static method in class io.vertx.mutiny.redis.client.Command
- newInstance(Redis) - Static method in class io.vertx.mutiny.redis.client.Redis
- newInstance(RedisAPI) - Static method in class io.vertx.mutiny.redis.client.RedisAPI
- newInstance(RedisConnection) - Static method in class io.vertx.mutiny.redis.client.RedisConnection
- newInstance(Request) - Static method in class io.vertx.mutiny.redis.client.Request
- newInstance(Response) - Static method in class io.vertx.mutiny.redis.client.Response
- newInstance(ServiceDiscovery) - Static method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- newInstance(ServiceReference) - Static method in class io.vertx.mutiny.servicediscovery.ServiceReference
- newInstance(ServiceExporter) - Static method in class io.vertx.mutiny.servicediscovery.spi.ServiceExporter
- newInstance(ServiceImporter) - Static method in class io.vertx.mutiny.servicediscovery.spi.ServiceImporter
- newInstance(ServicePublisher) - Static method in class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- newInstance(EventBusService) - Static method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- newInstance(HttpEndpoint) - Static method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- newInstance(JDBCDataSource) - Static method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- newInstance(MessageSource) - Static method in class io.vertx.mutiny.servicediscovery.types.MessageSource
- newInstance(MongoDataSource) - Static method in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- newInstance(RedisDataSource) - Static method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- newInstance(ClientBuilder) - Static method in class io.vertx.mutiny.sqlclient.ClientBuilder
- newInstance(ClientBuilder, TypeArg<C>) - Static method in class io.vertx.mutiny.sqlclient.ClientBuilder
- newInstance(Cursor) - Static method in class io.vertx.mutiny.sqlclient.Cursor
- newInstance(ColumnDescriptor) - Static method in class io.vertx.mutiny.sqlclient.desc.ColumnDescriptor
- newInstance(Pool) - Static method in class io.vertx.mutiny.sqlclient.Pool
- newInstance(PreparedQuery) - Static method in class io.vertx.mutiny.sqlclient.PreparedQuery
- newInstance(PreparedQuery, TypeArg<T>) - Static method in class io.vertx.mutiny.sqlclient.PreparedQuery
- newInstance(PreparedStatement) - Static method in class io.vertx.mutiny.sqlclient.PreparedStatement
- newInstance(PropertyKind) - Static method in class io.vertx.mutiny.sqlclient.PropertyKind
- newInstance(PropertyKind, TypeArg<T>) - Static method in class io.vertx.mutiny.sqlclient.PropertyKind
- newInstance(Query) - Static method in class io.vertx.mutiny.sqlclient.Query
- newInstance(Query, TypeArg<T>) - Static method in class io.vertx.mutiny.sqlclient.Query
- newInstance(Row) - Static method in class io.vertx.mutiny.sqlclient.Row
- newInstance(RowIterator) - Static method in class io.vertx.mutiny.sqlclient.RowIterator
- newInstance(RowIterator, TypeArg<R>) - Static method in class io.vertx.mutiny.sqlclient.RowIterator
- newInstance(RowSet) - Static method in class io.vertx.mutiny.sqlclient.RowSet
- newInstance(RowSet, TypeArg<R>) - Static method in class io.vertx.mutiny.sqlclient.RowSet
- newInstance(RowStream) - Static method in class io.vertx.mutiny.sqlclient.RowStream
- newInstance(RowStream, TypeArg<T>) - Static method in class io.vertx.mutiny.sqlclient.RowStream
- newInstance(DatabaseMetadata) - Static method in class io.vertx.mutiny.sqlclient.spi.DatabaseMetadata
- newInstance(SqlClient) - Static method in class io.vertx.mutiny.sqlclient.SqlClient
- newInstance(SqlConnection) - Static method in class io.vertx.mutiny.sqlclient.SqlConnection
- newInstance(SqlResult) - Static method in class io.vertx.mutiny.sqlclient.SqlResult
- newInstance(SqlResult, TypeArg<T>) - Static method in class io.vertx.mutiny.sqlclient.SqlResult
- newInstance(RowMapper) - Static method in class io.vertx.mutiny.sqlclient.templates.RowMapper
- newInstance(RowMapper, TypeArg<T>) - Static method in class io.vertx.mutiny.sqlclient.templates.RowMapper
- newInstance(SqlTemplate) - Static method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- newInstance(SqlTemplate, TypeArg<I>, TypeArg<R>) - Static method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- newInstance(TupleMapper) - Static method in class io.vertx.mutiny.sqlclient.templates.TupleMapper
- newInstance(TupleMapper, TypeArg<T>) - Static method in class io.vertx.mutiny.sqlclient.templates.TupleMapper
- newInstance(Transaction) - Static method in class io.vertx.mutiny.sqlclient.Transaction
- newInstance(Tuple) - Static method in class io.vertx.mutiny.sqlclient.Tuple
- newInstance(UriTemplate) - Static method in class io.vertx.mutiny.uritemplate.UriTemplate
- newInstance(Variables) - Static method in class io.vertx.mutiny.uritemplate.Variables
- newInstance(ExtensionContext, ParameterContext) - Method in class io.vertx.mutiny.junit5.VertxParameterProvider
- newParser() - Static method in class io.vertx.mutiny.core.parsetools.JsonParser
- newParser(ReadStream<Buffer>) - Static method in class io.vertx.mutiny.core.parsetools.JsonParser
- newParser(Flow.Publisher<Buffer>) - Static method in class io.vertx.mutiny.core.parsetools.JsonParser
- newSession(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- newTupleParser(List<ValueParser<String>>, ValueParser<String>) - Method in class io.vertx.mutiny.ext.web.validation.builder.TupleParserFactory
- next() - Method in class io.vertx.mutiny.core.eventbus.DeliveryContext
- next() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- next() - Method in class io.vertx.mutiny.sqlclient.RowIterator
- next() - Method in class io.vertx.mutiny.sqlclient.RowSet
- next() - Method in class io.vertx.mutiny.sqlclient.SqlResult
- nextBoolean() - Method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- nextBytes(byte[]) - Method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- nextDouble() - Method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- nextFloat() - Method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- nextGaussian() - Method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- nextInt() - Method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- nextInt(int) - Method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- nextLong() - Method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- nextResult() - Method in class io.vertx.mutiny.ext.consul.WatchResult
- nextString(int) - Method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- nodeHealthChecks(String, CheckQueryOptions, Vertx, ConsulClientOptions) - Static method in class io.vertx.mutiny.ext.consul.Watch
- nodes(Vertx) - Static method in class io.vertx.mutiny.ext.consul.Watch
- nodes(Vertx, ConsulClientOptions) - Static method in class io.vertx.mutiny.ext.consul.Watch
- none() - Static method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- NOOP - Static variable in class io.smallrye.mutiny.vertx.UniHelper
- normalisedPath() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.
- normalizedPath() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- NotAuthorization - Class in io.vertx.mutiny.ext.auth.authorization
- 
Allows to perform a logical 'not' of the specified authorization
- NotAuthorization(NotAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.authorization.NotAuthorization
- NotAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.authorization.NotAuthorization
- noticeHandler(Consumer<PgNotice>) - Method in class io.vertx.mutiny.pgclient.PgConnection
- notificationHandler(Consumer<PgNotification>) - Method in class io.vertx.mutiny.pgclient.PgConnection
- nullArg() - Method in class io.vertx.mutiny.redis.client.Request
- 
Deprecated.REDIS does not supportnullas a parameter, only as response. This was a deviation from the official protocol which should be avoided. Other clients explicitly do not allow this. Adds anullencoded string. Redis does not allow storing thenullvalue by itself. This method will encode any null value as the four character long string"null". As a recommendation, this method should not be used directly unless this is the intented behavior. It is present to handle special cases such as encoding ofJsonObjectandJsonArraywhich may contain null values.
- numberOfRedirections() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- numberOfSubscriptions() - Method in class io.vertx.mutiny.ext.stomp.Destination
- numberPumped() - Method in class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
O
- OAuth2Auth - Class in io.vertx.mutiny.ext.auth.oauth2
- 
Factory interface for creating OAuth2 basedAuthenticationProviderinstances.
- OAuth2Auth(OAuth2Auth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- OAuth2Auth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- OAuth2AuthHandler - Class in io.vertx.mutiny.ext.web.handler
- 
An auth handler that provides OAuth2 Authentication support.
- OAuth2AuthHandler(OAuth2AuthHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- OAuth2AuthHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- OAuth2WebClient - Class in io.vertx.mutiny.ext.web.client
- 
An asynchronous OAuth2/OIDC aware HTTP / HTTP/2 client calledWebClientOAuth2.
- OAuth2WebClient(OAuth2WebClient) - Constructor for class io.vertx.mutiny.ext.web.client.OAuth2WebClient
- OAuth2WebClient(Object) - Constructor for class io.vertx.mutiny.ext.web.client.OAuth2WebClient
- OAuthFlow - Class in io.vertx.mutiny.openapi.contract
- 
Represents an OAuth Flow Object (the configuration).
- OAuthFlow(OAuthFlow) - Constructor for class io.vertx.mutiny.openapi.contract.OAuthFlow
- OAuthFlow(Object) - Constructor for class io.vertx.mutiny.openapi.contract.OAuthFlow
- OAuthFlows - Class in io.vertx.mutiny.openapi.contract
- 
Represents an OAuth Flows Object.
- OAuthFlows(OAuthFlows) - Constructor for class io.vertx.mutiny.openapi.contract.OAuthFlows
- OAuthFlows(Object) - Constructor for class io.vertx.mutiny.openapi.contract.OAuthFlows
- object(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A container for object introspection commands.
- OBJECT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A container for object introspection commands.
- objectAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.object(List).
- objectAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.object(List)that ignores the result of the operation.
- objectContainsKey(Object, String) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- objectEventMode() - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- ObjectParserFactory - Class in io.vertx.mutiny.ext.web.validation.builder
- 
This interface is used to create able to parse serialized object structures.
- ObjectParserFactory(ObjectParserFactory) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.ObjectParserFactory
- ObjectParserFactory(Object) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.ObjectParserFactory
- objectValue() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- objectValueMode() - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- of(boolean) - Static method in class io.vertx.mutiny.json.schema.JsonSchema
- of(JsonObject) - Static method in class io.vertx.mutiny.json.schema.JsonSchema
- of(HttpServerRequest, Operation) - Static method in class io.vertx.mutiny.openapi.validation.ValidatableRequest
- 
Creates a newValidatableRequestobject based on the passed and .
- of(Class<U>) - Static method in class io.smallrye.mutiny.vertx.TypeArg
- of(Object) - Static method in class io.vertx.mutiny.sqlclient.Tuple
- of(Object, Object) - Static method in class io.vertx.mutiny.sqlclient.Tuple
- of(Object, Object, Object) - Static method in class io.vertx.mutiny.sqlclient.Tuple
- of(Object, Object, Object, Object) - Static method in class io.vertx.mutiny.sqlclient.Tuple
- of(Object, Object, Object, Object, Object) - Static method in class io.vertx.mutiny.sqlclient.Tuple
- of(Object, Object, Object, Object, Object, Object) - Static method in class io.vertx.mutiny.sqlclient.Tuple
- of(String) - Static method in class io.vertx.mutiny.uritemplate.UriTemplate
- of(String, JsonObject) - Static method in class io.vertx.mutiny.json.schema.JsonSchema
- ofAndAwait(HttpServerRequest, Operation) - Static method in class io.vertx.mutiny.openapi.validation.ValidatableRequest
- ofAndForget(HttpServerRequest, Operation) - Static method in class io.vertx.mutiny.openapi.validation.ValidatableRequest
- 
Variant ofValidatableRequest.of(io.vertx.mutiny.core.http.HttpServerRequest,io.vertx.mutiny.openapi.contract.Operation)that ignores the result of the operation.
- offset() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- offsetsForTimes(TopicPartition, Long) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Look up the offset for the given partition by timestamp.
- offsetsForTimesAndAwait(TopicPartition, Long) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.offsetsForTimes(TopicPartition,Long).
- offsetsForTimesAndForget(TopicPartition, Long) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.offsetsForTimes(TopicPartition,Long)that ignores the result of the operation.
- oldId() - Method in class io.vertx.mutiny.ext.web.Session
- onAck(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- onAckHandler(Consumer<Acknowledgement>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- onAuthenticationRequest(StompServerConnection, String, String) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- 
Called when the client connects to a server requiring authentication.
- onAuthenticationRequestAndAwait(StompServerConnection, String, String) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- onAuthenticationRequestAndForget(StompServerConnection, String, String) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- 
Variant ofStompServerHandler.onAuthenticationRequest(io.vertx.mutiny.ext.stomp.StompServerConnection,String,String)that ignores the result of the operation.
- onClose(StompServerConnection) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- onComplete() - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
- onComplete(Runnable) - Method in interface io.smallrye.mutiny.vertx.WriteStreamSubscriber
- 
Sets the handler to invoke on completion events.
- onConnectionInit(Consumer<ConnectionInitEvent>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- one() - Method in class io.vertx.mutiny.cassandra.ResultSet
- onError(Throwable) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
- onFailure(Consumer<? super Throwable>) - Method in interface io.smallrye.mutiny.vertx.WriteStreamSubscriber
- 
Sets the handler to invoke on failure events.
- onMessage(Consumer<Message>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- onNack(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- onNackHandler(Consumer<Acknowledgement>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- onNext(R) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
- onPublish(Record) - Method in class io.vertx.mutiny.servicediscovery.spi.ServiceExporter
- onServerActivity() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
- onSocketEnd(Consumer<ServerWebSocket>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- onSubscribe(Flow.Subscription) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
- onUnpublish(String) - Method in class io.vertx.mutiny.servicediscovery.spi.ServiceExporter
- onUpdate(Record) - Method in class io.vertx.mutiny.servicediscovery.spi.ServiceExporter
- onWriteStreamError(Consumer<? super Throwable>) - Method in interface io.smallrye.mutiny.vertx.WriteStreamSubscriber
- 
Sets the handler to invoke if the adaptedWriteStreamfails.
- open() - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- open(String, OpenOptions) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Open the file represented bypath, asynchronously.
- openAndAwait(String, OpenOptions) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.open(String,OpenOptions).
- openAndForget(String, OpenOptions) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.open(String,OpenOptions)that ignores the result of the operation.
- OpenAPI3RequestValidationHandler - Class in io.vertx.mutiny.ext.web.api.contract.openapi3
- 
Deprecated.
- OpenAPI3RequestValidationHandler(OpenAPI3RequestValidationHandler) - Constructor for class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
- 
Deprecated.
- OpenAPI3RequestValidationHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
- 
Deprecated.
- OpenAPI3RouterFactory - Class in io.vertx.mutiny.ext.web.api.contract.openapi3
- 
Deprecated.
- OpenAPI3RouterFactory(OpenAPI3RouterFactory) - Constructor for class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- OpenAPI3RouterFactory(Object) - Constructor for class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- OpenAPIContract - Class in io.vertx.mutiny.openapi.contract
- OpenAPIContract(OpenAPIContract) - Constructor for class io.vertx.mutiny.openapi.contract.OpenAPIContract
- OpenAPIContract(Object) - Constructor for class io.vertx.mutiny.openapi.contract.OpenAPIContract
- OpenAPIHolder - Class in io.vertx.mutiny.ext.web.openapi
- OpenAPIHolder(OpenAPIHolder) - Constructor for class io.vertx.mutiny.ext.web.openapi.OpenAPIHolder
- OpenAPIHolder(Object) - Constructor for class io.vertx.mutiny.ext.web.openapi.OpenAPIHolder
- OpenAPIRoute - Class in io.vertx.mutiny.ext.web.openapi.router
- OpenAPIRoute(OpenAPIRoute) - Constructor for class io.vertx.mutiny.ext.web.openapi.router.OpenAPIRoute
- OpenAPIRoute(Object) - Constructor for class io.vertx.mutiny.ext.web.openapi.router.OpenAPIRoute
- openBlocking(String, OpenOptions) - Method in class io.vertx.mutiny.core.file.FileSystem
- openHandler(Runnable) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- OpenIDConnectAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create anOAuth2Authfor OpenID Connect.
- OpenIDConnectAuth(OpenIDConnectAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.OpenIDConnectAuth
- OpenIDConnectAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.OpenIDConnectAuth
- operation(String) - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- operation(String) - Method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- Operation - Class in io.vertx.mutiny.ext.web.openapi
- 
Interface representing an Operation
- Operation - Class in io.vertx.mutiny.openapi.contract
- 
This interface represents the most important attributes of an OpenAPI Operation.
- Operation(Operation) - Constructor for class io.vertx.mutiny.ext.web.openapi.Operation
- Operation(Operation) - Constructor for class io.vertx.mutiny.openapi.contract.Operation
- Operation(Object) - Constructor for class io.vertx.mutiny.ext.web.openapi.Operation
- Operation(Object) - Constructor for class io.vertx.mutiny.openapi.contract.Operation
- operations() - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- operations() - Method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- optionalDeepObjectParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- optionalExplodedParam(String, ArraySchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- optionalExplodedParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- optionalExplodedParam(String, TupleSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- optionalJsonParam(String, SchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- optionalParam(String, ArraySchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- optionalParam(String, BooleanSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- optionalParam(String, NumberSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- optionalParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- optionalParam(String, SchemaBuilder, ValueParser<String>) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- optionalParam(String, StringSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- optionalParam(String, TupleSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- optionalSerializedParam(String, ArrayParserFactory, ArraySchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- optionalSerializedParam(String, ObjectParserFactory, ObjectSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- optionalSerializedParam(String, TupleParserFactory, TupleSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- options() - Method in class io.vertx.mutiny.ext.stomp.StompClient
- options() - Method in class io.vertx.mutiny.ext.stomp.StompServer
- options() - Method in class io.vertx.mutiny.ext.web.Router
- options() - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- options(String) - Method in class io.vertx.mutiny.ext.web.Router
- optionsWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
- OracleBuilder - Class in io.vertx.mutiny.oracleclient
- 
Entry point for building Oracle clients.
- OracleBuilder(OracleBuilder) - Constructor for class io.vertx.mutiny.oracleclient.OracleBuilder
- OracleBuilder(Object) - Constructor for class io.vertx.mutiny.oracleclient.OracleBuilder
- OracleClient - Class in io.vertx.mutiny.oracleclient
- 
An interface to define Oracle specific constants or behaviors.
- OracleClient(OracleClient) - Constructor for class io.vertx.mutiny.oracleclient.OracleClient
- OracleClient(Object) - Constructor for class io.vertx.mutiny.oracleclient.OracleClient
- OracleConnection - Class in io.vertx.mutiny.oracleclient
- 
A connection to Oracle Database.
- OracleConnection(OracleConnection) - Constructor for class io.vertx.mutiny.oracleclient.OracleConnection
- OracleConnection(Object) - Constructor for class io.vertx.mutiny.oracleclient.OracleConnection
- OraclePool - Class in io.vertx.mutiny.oracleclient
- 
Deprecated.
- OraclePool(OraclePool) - Constructor for class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- OraclePool(Object) - Constructor for class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- OrAuthorization - Class in io.vertx.mutiny.ext.auth.authorization
- 
Allows to perform a logical 'or' between several authorizations
- OrAuthorization(OrAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.authorization.OrAuthorization
- OrAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.authorization.OrAuthorization
- order(int) - Method in class io.vertx.mutiny.ext.web.Route
- origin(int, String) - Method in class io.vertx.mutiny.httpproxy.HttpProxy
- origin(SocketAddress) - Method in class io.vertx.mutiny.httpproxy.HttpProxy
- origin(OriginRequestProvider) - Method in class io.vertx.mutiny.httpproxy.HttpProxy
- ORIGIN - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Origin header name
- OriginRequestProvider - Class in io.vertx.mutiny.httpproxy
- 
A provider that creates the request to the origin server based onProxyContext.
- OriginRequestProvider(OriginRequestProvider) - Constructor for class io.vertx.mutiny.httpproxy.OriginRequestProvider
- OriginRequestProvider(Object) - Constructor for class io.vertx.mutiny.httpproxy.OriginRequestProvider
- originSelector(Function<HttpServerRequest, Uni<SocketAddress>>) - Method in class io.vertx.mutiny.httpproxy.HttpProxy
- 
Deprecated.useHttpProxy.origin(OriginRequestProvider)instead
- OtpAuthHandler - Class in io.vertx.mutiny.ext.web.handler
- 
An auth handler that provides One Time Password (Multi-Factor) Authentication support.
- OtpAuthHandler(OtpAuthHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- OtpAuthHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- OtpKeyGenerator - Class in io.vertx.mutiny.ext.auth.otp
- 
Otp key generator.
- OtpKeyGenerator(OtpKeyGenerator) - Constructor for class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- OtpKeyGenerator(Object) - Constructor for class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- OUT(int) - Static method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- OUT(String) - Static method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- OUT(JDBCType) - Static method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- OUTPUT - Static variable in class io.vertx.mutiny.jdbcclient.JDBCPool
- 
The property to be used to retrieve the output of the callable statement
- OUTPUT - Static variable in class io.vertx.mutiny.oracleclient.OracleClient
- 
The property to be used to retrieve the output of the callable statement
- overlaps(long, long) - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- owner() - Method in class io.vertx.mutiny.core.Context
P
- param(String, ArraySchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- param(String, BooleanSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- param(String, NumberSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- param(String, ObjectSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- param(String, SchemaBuilder, ValueParser<String>) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- param(String, StringSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- param(String, TupleSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- parameter(ParameterLocation, ParameterProcessor) - Method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- parameter(String) - Method in class io.vertx.mutiny.ext.web.handler.APIKeyHandler
- parameter(String) - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- parameter(String) - Method in class io.vertx.mutiny.ext.web.MIMEHeader
- parameter(String) - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
- Parameter - Class in io.vertx.mutiny.openapi.contract
- 
This interface represents the most important attributes of an OpenAPI Parameter.
- Parameter(Parameter) - Constructor for class io.vertx.mutiny.openapi.contract.Parameter
- Parameter(Object) - Constructor for class io.vertx.mutiny.openapi.contract.Parameter
- parameterClosingConsumer() - Method in class io.vertx.mutiny.junit5.VertxParameterProvider
- ParameterProcessorFactory - Class in io.vertx.mutiny.ext.web.validation.builder
- 
This interface is used to build parameter processors supported on every .
- ParameterProcessorFactory(ParameterProcessorFactory) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.ParameterProcessorFactory
- ParameterProcessorFactory(Object) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.ParameterProcessorFactory
- parameters() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- parameters() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
- parameters() - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
- Parameters - Class in io.vertx.mutiny.ext.web.validation.builder
- 
In this interface you can find all availableParameterProcessorFactoryto use inValidationHandlerBuilder.
- Parameters(Parameters) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.Parameters
- Parameters(Object) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.Parameters
- parameterTypeValidator() - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterValidationRule
- 
Deprecated.
- ParameterTypeValidator - Class in io.vertx.mutiny.ext.web.api.validation
- 
Deprecated.
- ParameterTypeValidator(ParameterTypeValidator) - Constructor for class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- ParameterTypeValidator(Object) - Constructor for class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- ParameterValidationRule - Class in io.vertx.mutiny.ext.web.api.validation
- 
Deprecated.
- ParameterValidationRule(ParameterValidationRule) - Constructor for class io.vertx.mutiny.ext.web.api.validation.ParameterValidationRule
- 
Deprecated.
- ParameterValidationRule(Object) - Constructor for class io.vertx.mutiny.ext.web.api.validation.ParameterValidationRule
- 
Deprecated.
- params() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- params() - Method in class io.vertx.mutiny.ext.auth.HashingAlgorithm
- 
Deprecated.
- params(boolean) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- parent() - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- parse(JsonObject) - Method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- parse(JsonObject, JsonPointer) - Method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- parse(Boolean) - Method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- parse(Boolean, JsonPointer) - Method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- parse(List<String>) - Method in class io.vertx.mutiny.core.cli.CLI
- parse(List<String>, boolean) - Method in class io.vertx.mutiny.core.cli.CLI
- parseAuthority(String, int) - Static method in class io.vertx.mutiny.core.net.HostAndPort
- parsedHeaders() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- ParsedHeaderValue - Interface in io.vertx.mutiny.ext.web
- ParsedHeaderValues - Class in io.vertx.mutiny.ext.web
- 
A container with the request's headers that are meaningful enough to be parsed Contains: Accept -> MIME header, parameters and sortable Accept-Charset -> Parameters and sortable Accept-Encoding -> Parameters and sortable Accept-Language -> Parameters and sortable Content-Type -> MIME header and parameters
- ParsedHeaderValues(ParsedHeaderValues) - Constructor for class io.vertx.mutiny.ext.web.ParsedHeaderValues
- ParsedHeaderValues(Object) - Constructor for class io.vertx.mutiny.ext.web.ParsedHeaderValues
- parseFromString(String) - Method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- parseFromString(String, JsonPointer) - Method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- parseOperationSpec() - Method in interface io.vertx.mutiny.ext.web.api.contract.HTTPOperationRequestValidationHandler
- 
Deprecated.
- parseOperationSpec() - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
- 
Deprecated.
- Parsers - Class in io.vertx.mutiny.ext.web.validation.builder
- 
In this interface you can find all availableArrayParserFactory,ObjectParserFactory&TupleParserFactory
- Parsers(Parsers) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.Parsers
- Parsers(Object) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.Parsers
- partition() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- partition() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- partitionsAssignedHandler(Consumer<Set<TopicPartition>>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- partitionsFor(String) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Get metadata about the partitions for a given topic.
- partitionsFor(String) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Get the partition metadata for the give topic.
- partitionsForAndAwait(String) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.partitionsFor(String).
- partitionsForAndAwait(String) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Blocking variant ofKafkaProducer.partitionsFor(String).
- partitionsForAndForget(String) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.partitionsFor(String)that ignores the result of the operation.
- partitionsForAndForget(String) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Variant ofKafkaProducer.partitionsFor(String)that ignores the result of the operation.
- partitionsRevokedHandler(Consumer<Set<TopicPartition>>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- passCheck(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Set status of the check to "passing".
- passCheckAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.passCheck(String).
- passCheckAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.passCheck(String)that ignores the result of the operation.
- passCheckWithNote(String, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Set status of the check to "passing".
- passCheckWithNoteAndAwait(String, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.passCheckWithNote(String,String).
- passCheckWithNoteAndForget(String, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.passCheckWithNote(String,String)that ignores the result of the operation.
- patch() - Method in class io.vertx.mutiny.ext.web.Router
- patch(int, String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- patch(int, String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- patch(UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- patch(String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- patch(String) - Method in class io.vertx.mutiny.ext.web.Router
- patch(String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- patch(String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- patchAbs(UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- patchAbs(String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- patchWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
- path() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- path() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- path() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- path() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- path() - Method in class io.vertx.mutiny.core.net.SocketAddress
- path(String) - Method in class io.vertx.mutiny.ext.web.Route
- Path - Class in io.vertx.mutiny.openapi.contract
- 
This interface represents the most important attributes of an OpenAPI Parameter.
- Path(Path) - Constructor for class io.vertx.mutiny.openapi.contract.Path
- Path(Object) - Constructor for class io.vertx.mutiny.openapi.contract.Path
- pathname() - Method in class io.vertx.mutiny.ext.web.multipart.FormDataPart
- pathParam(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- pathParameter(ParameterProcessorFactory) - Method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- pathParameter(String) - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- pathParameter(String) - Method in class io.vertx.mutiny.ext.web.validation.RequestParameters
- pathParametersNames() - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- pathParametersNames() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameters
- pathParams() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- pathRegex(String) - Method in class io.vertx.mutiny.ext.web.Route
- pause() - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
- pause() - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- pause() - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- pause() - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Deprecated.no replacement for back-pressure, instead ignore the packet or buffer it somewhere
- pause() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- pause() - Method in class io.vertx.mutiny.core.file.AsyncFile
- pause() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- pause() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- pause() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- pause() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- pause() - Method in class io.vertx.mutiny.core.http.WebSocket
- pause() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- pause() - Method in class io.vertx.mutiny.core.net.NetSocket
- pause() - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- pause() - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- pause() - Method in interface io.vertx.mutiny.core.streams.ReadStream
- pause() - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- pause() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- pause() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- pause() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- pause() - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- pause() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- pause() - Method in class io.vertx.mutiny.redis.client.RedisConnection
- pause() - Method in class io.vertx.mutiny.sqlclient.RowStream
- pause(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Suspend fetching from the requested partition.
- pause(Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Suspend fetching from the requested partitions.
- pauseAndAwait(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.pause(TopicPartition).
- pauseAndAwait(Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.pause(Set).
- pauseAndForget(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.pause(TopicPartition)that ignores the result of the operation.
- pauseAndForget(Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.pause(Set)that ignores the result of the operation.
- paused() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Get the set of partitions that were previously paused by a call to pause(Set).
- pausedAndAwait() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.paused().
- pausedAndForget() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.paused()that ignores the result of the operation.
- payload() - Method in class io.vertx.mutiny.core.http.HttpFrame
- payload() - Method in class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- PebbleTemplateEngine - Class in io.vertx.mutiny.ext.web.templ.pebble
- 
A template engine that uses the Pebble library.
- PebbleTemplateEngine(PebbleTemplateEngine) - Constructor for class io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine
- PebbleTemplateEngine(Object) - Constructor for class io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine
- peersStatus() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Retrieves the Raft peers for the datacenter in which the the agent is running.
- peersStatusAndAwait() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.peersStatus().
- peersStatusAndForget() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.peersStatus()that ignores the result of the operation.
- pendingQueueFull() - Method in class io.vertx.mutiny.redis.client.RedisConnection
- periodicStream(long) - Method in class io.vertx.mutiny.core.Vertx
- 
Deprecated.useVertx.setPeriodic(long, java.util.function.Consumer<java.lang.Long>)instead. RxJava like integrations should use the Vert.x scheduler integration.
- periodicStream(long, long) - Method in class io.vertx.mutiny.core.Vertx
- 
Deprecated.useVertx.setPeriodic(long, java.util.function.Consumer<java.lang.Long>)instead. RxJava like integrations should use the Vert.x scheduler integration.
- PermissionBasedAuthorization - Class in io.vertx.mutiny.ext.auth.authorization
- 
Represents a permission Note that the permission can optionally be assigned to a specific resource
- PermissionBasedAuthorization(PermissionBasedAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.authorization.PermissionBasedAuthorization
- PermissionBasedAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.authorization.PermissionBasedAuthorization
- persist(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove the expiration from a key.
- PERSIST - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove the expiration from a key.
- persistAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.persist(String).
- persistAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.persist(String)that ignores the result of the operation.
- pexpire(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Set a key's time to live in milliseconds.
- PEXPIRE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Set a key's time to live in milliseconds.
- pexpireAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.pexpire(List).
- pexpireAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.pexpire(List)that ignores the result of the operation.
- pexpireat(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- PEXPIREAT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireatAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.pexpireat(List).
- pexpireatAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.pexpireat(List)that ignores the result of the operation.
- pexpiretime(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the expiration Unix timestamp for a key in milliseconds.
- PEXPIRETIME - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the expiration Unix timestamp for a key in milliseconds.
- pexpiretimeAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.pexpiretime(String).
- pexpiretimeAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.pexpiretime(String)that ignores the result of the operation.
- pfadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Adds the specified elements to the specified HyperLogLog.
- PFADD - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Adds the specified elements to the specified HyperLogLog.
- pfaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.pfadd(List).
- pfaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.pfadd(List)that ignores the result of the operation.
- pfcount(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- PFCOUNT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcountAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.pfcount(List).
- pfcountAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.pfcount(List)that ignores the result of the operation.
- pfdebug(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Internal commands for debugging HyperLogLog values.
- PFDEBUG - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Internal commands for debugging HyperLogLog values.
- pfdebugAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.pfdebug(String,String).
- pfdebugAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.pfdebug(String,String)that ignores the result of the operation.
- pfmerge(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Merge N different HyperLogLogs into a single one.
- PFMERGE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Merge N different HyperLogLogs into a single one.
- pfmergeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.pfmerge(List).
- pfmergeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.pfmerge(List)that ignores the result of the operation.
- pfselftest() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
An internal command for testing HyperLogLog values.
- PFSELFTEST - Static variable in class io.vertx.mutiny.redis.client.Command
- 
An internal command for testing HyperLogLog values.
- pfselftestAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.pfselftest().
- pfselftestAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.pfselftest()that ignores the result of the operation.
- PgBuilder - Class in io.vertx.mutiny.pgclient
- 
Entry point for building PostgreSQL clients.
- PgBuilder(PgBuilder) - Constructor for class io.vertx.mutiny.pgclient.PgBuilder
- PgBuilder(Object) - Constructor for class io.vertx.mutiny.pgclient.PgBuilder
- PgChannel - Class in io.vertx.mutiny.pgclient.pubsub
- 
A channel to Postgres that tracks the subscription to a given Postgres channel using theLISTEN/UNLISTENcommands.
- PgChannel(PgChannel) - Constructor for class io.vertx.mutiny.pgclient.pubsub.PgChannel
- PgChannel(Object) - Constructor for class io.vertx.mutiny.pgclient.pubsub.PgChannel
- PgConnection - Class in io.vertx.mutiny.pgclient
- 
A connection to Postgres.
- PgConnection(PgConnection) - Constructor for class io.vertx.mutiny.pgclient.PgConnection
- PgConnection(Object) - Constructor for class io.vertx.mutiny.pgclient.PgConnection
- PgPool - Class in io.vertx.mutiny.pgclient
- 
Deprecated.
- PgPool(PgPool) - Constructor for class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- PgPool(Object) - Constructor for class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- PgSubscriber - Class in io.vertx.mutiny.pgclient.pubsub
- 
A class for managing subscriptions usingLISTEN/UNLISTENto Postgres channels.
- PgSubscriber(PgSubscriber) - Constructor for class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- PgSubscriber(Object) - Constructor for class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- ping() - Method in class io.vertx.mutiny.db2client.DB2Connection
- 
Send a PING command to check if the server is alive.
- ping() - Static method in class io.vertx.mutiny.ext.stomp.Frames
- ping() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
- ping() - Method in class io.vertx.mutiny.mqtt.MqttClient
- ping() - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Send a PING command to check if the server is alive.
- ping(Buffer) - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Send a frame to the remote endpoint.
- ping(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Ping the server.
- PING - Static variable in class io.vertx.mutiny.ext.stomp.Frames
- PING - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Ping the server.
- pingAndAwait() - Method in class io.vertx.mutiny.db2client.DB2Connection
- 
Blocking variant ofDB2Connection.ping().
- pingAndAwait() - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Blocking variant ofMySQLConnection.ping().
- pingAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Blocking variant ofHttpConnection.ping(io.vertx.mutiny.core.buffer.Buffer).
- pingAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ping(List).
- pingAndForget() - Method in class io.vertx.mutiny.db2client.DB2Connection
- 
Variant ofDB2Connection.ping()that ignores the result of the operation.
- pingAndForget() - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Variant ofMySQLConnection.ping()that ignores the result of the operation.
- pingAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Variant ofHttpConnection.ping(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- pingAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ping(List)that ignores the result of the operation.
- pingFrame(Buffer) - Static method in class io.vertx.mutiny.core.http.WebSocketFrame
- pingHandler(Runnable) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- pingHandler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpConnection
- pingHandler(Consumer<StompClientConnection>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- pingHandler(Consumer<StompServerConnection>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- pingResponseHandler(Runnable) - Method in class io.vertx.mutiny.mqtt.MqttClient
- pipe() - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- pipe() - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- pipe() - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- pipe() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- pipe() - Method in class io.vertx.mutiny.core.file.AsyncFile
- pipe() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- pipe() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- pipe() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- pipe() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- pipe() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- pipe() - Method in class io.vertx.mutiny.core.http.WebSocket
- pipe() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- pipe() - Method in class io.vertx.mutiny.core.net.NetSocket
- pipe() - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- pipe() - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- pipe() - Method in interface io.vertx.mutiny.core.streams.ReadStream
- pipe() - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- pipe() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- pipe() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- pipe() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- pipe() - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- pipe() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- pipe() - Method in class io.vertx.mutiny.redis.client.RedisConnection
- pipe() - Method in class io.vertx.mutiny.sqlclient.RowStream
- pipe(WriteStream<Buffer>) - Static method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- pipe(WriteStream<Buffer>, boolean) - Static method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- Pipe<T> - Class in io.vertx.mutiny.core.streams
- 
Pipe data from aReadStreamto aWriteStreamand performs flow control where necessary to prevent the write stream buffer from getting overfull.
- Pipe(Pipe) - Constructor for class io.vertx.mutiny.core.streams.Pipe
- Pipe(Pipe, TypeArg<T>) - Constructor for class io.vertx.mutiny.core.streams.Pipe
- Pipe(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.core.streams.Pipe
- pipeTo(WriteStream<Row>) - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- pipeTo(WriteStream<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- pipeTo(WriteStream<AmqpMessage>) - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- pipeTo(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Pipe thisReadStreamto theWriteStream.
- pipeTo(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Pipe thisReadStreamto theWriteStream.
- pipeTo(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- 
Pipe thisReadStreamto theWriteStream.
- pipeTo(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- 
Pipe thisReadStreamto theWriteStream.
- pipeTo(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Pipe thisReadStreamto theWriteStream.
- pipeTo(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Pipe thisReadStreamto theWriteStream.
- pipeTo(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Pipe thisReadStreamto theWriteStream.
- pipeTo(WriteStream<Buffer>) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Pipe thisReadStreamto theWriteStream.
- pipeTo(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Pipe thisReadStreamto theWriteStream.
- pipeTo(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- 
Pipe thisReadStreamto theWriteStream.
- pipeTo(WriteStream<Buffer>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- pipeTo(WriteStream<DatagramPacket>) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Pipe thisReadStreamto theWriteStream.
- pipeTo(WriteStream<Message<T>>) - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- 
Pipe thisReadStreamto theWriteStream.
- pipeTo(WriteStream<JsonEvent>) - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- 
Pipe thisReadStreamto theWriteStream.
- pipeTo(WriteStream<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- pipeTo(WriteStream<RabbitMQMessage>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- pipeTo(WriteStream<Response>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
- pipeTo(WriteStream<Long>) - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- pipeTo(WriteStream<String>) - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- pipeTo(WriteStream<T>) - Method in interface io.vertx.mutiny.core.streams.ReadStream
- 
Pipe thisReadStreamto theWriteStream.
- pipeTo(WriteStream<T>) - Method in class io.vertx.mutiny.sqlclient.RowStream
- pipeToAndAwait(WriteStream<Row>) - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- pipeToAndAwait(WriteStream<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- pipeToAndAwait(WriteStream<AmqpMessage>) - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- pipeToAndAwait(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).
- pipeToAndAwait(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).
- pipeToAndAwait(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- 
Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).
- pipeToAndAwait(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- 
Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).
- pipeToAndAwait(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).
- pipeToAndAwait(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).
- pipeToAndAwait(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).
- pipeToAndAwait(WriteStream<Buffer>) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).
- pipeToAndAwait(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).
- pipeToAndAwait(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- 
Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).
- pipeToAndAwait(WriteStream<Buffer>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- pipeToAndAwait(WriteStream<DatagramPacket>) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).
- pipeToAndAwait(WriteStream<Message<T>>) - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- 
Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).
- pipeToAndAwait(WriteStream<JsonEvent>) - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- 
Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).
- pipeToAndAwait(WriteStream<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- pipeToAndAwait(WriteStream<RabbitMQMessage>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- pipeToAndAwait(WriteStream<Response>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
- pipeToAndAwait(WriteStream<Long>) - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- pipeToAndAwait(WriteStream<String>) - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- pipeToAndAwait(WriteStream<T>) - Method in interface io.vertx.mutiny.core.streams.ReadStream
- 
Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).
- pipeToAndAwait(WriteStream<T>) - Method in class io.vertx.mutiny.sqlclient.RowStream
- pipeToAndForget(WriteStream<Row>) - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- pipeToAndForget(WriteStream<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- pipeToAndForget(WriteStream<AmqpMessage>) - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- pipeToAndForget(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.
- pipeToAndForget(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.
- pipeToAndForget(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- 
Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.
- pipeToAndForget(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- 
Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.
- pipeToAndForget(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.
- pipeToAndForget(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.
- pipeToAndForget(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.
- pipeToAndForget(WriteStream<Buffer>) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.
- pipeToAndForget(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.
- pipeToAndForget(WriteStream<Buffer>) - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- 
Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.
- pipeToAndForget(WriteStream<Buffer>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- pipeToAndForget(WriteStream<DatagramPacket>) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.
- pipeToAndForget(WriteStream<Message<T>>) - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- 
Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.
- pipeToAndForget(WriteStream<JsonEvent>) - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- 
Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.
- pipeToAndForget(WriteStream<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- pipeToAndForget(WriteStream<RabbitMQMessage>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- pipeToAndForget(WriteStream<Response>) - Method in class io.vertx.mutiny.redis.client.RedisConnection
- pipeToAndForget(WriteStream<Long>) - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- pipeToAndForget(WriteStream<String>) - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- pipeToAndForget(WriteStream<T>) - Method in interface io.vertx.mutiny.core.streams.ReadStream
- 
Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.
- pipeToAndForget(WriteStream<T>) - Method in class io.vertx.mutiny.sqlclient.RowStream
- pkceVerifierLength(int) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- PlatformHandler - Interface in io.vertx.mutiny.ext.web.handler
- 
Base platform interface for handlers that provide functionality to the application platform.
- poll(Duration) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Executes a poll for getting messages from Kafka.
- pollAndAwait(Duration) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.poll(Duration).
- pollAndForget(Duration) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.poll(Duration)that ignores the result of the operation.
- pollTimeout(Duration) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- pong() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- pongFrame(Buffer) - Static method in class io.vertx.mutiny.core.http.WebSocketFrame
- pongHandler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- pongHandler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- pongHandler(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.http.WebSocket
- pongHandler(Consumer<Buffer>) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- pool() - Static method in class io.vertx.mutiny.db2client.DB2Builder
- pool() - Static method in class io.vertx.mutiny.mssqlclient.MSSQLBuilder
- pool() - Static method in class io.vertx.mutiny.mysqlclient.MySQLBuilder
- pool() - Static method in class io.vertx.mutiny.oracleclient.OracleBuilder
- pool() - Static method in class io.vertx.mutiny.pgclient.PgBuilder
- pool() - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- pool(DB2ConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- pool(MSSQLConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- pool(Vertx, JsonObject) - Static method in class io.vertx.mutiny.jdbcclient.JDBCPool
- 
Deprecated.
- pool(Vertx, DB2ConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- pool(Vertx, DataSourceProvider) - Static method in class io.vertx.mutiny.jdbcclient.JDBCPool
- pool(Vertx, JDBCConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.jdbcclient.JDBCPool
- pool(Vertx, JDBCConnectOptions, PoolOptions, DataSourceProvider) - Static method in class io.vertx.mutiny.jdbcclient.JDBCPool
- pool(Vertx, MSSQLConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- pool(Vertx, MySQLConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- pool(Vertx, OracleConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- pool(Vertx, PgConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- pool(Vertx, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- pool(Vertx, SqlConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.sqlclient.Pool
- pool(Vertx, String) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- pool(Vertx, String) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- pool(Vertx, String) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- pool(Vertx, String) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- pool(Vertx, String, PoolOptions) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- pool(Vertx, String, PoolOptions) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- pool(Vertx, String, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- pool(Vertx, String, PoolOptions) - Static method in class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- pool(Vertx, String, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- pool(Vertx, Supplier<Uni<DB2ConnectOptions>>, PoolOptions) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- pool(Vertx, Supplier<Uni<MSSQLConnectOptions>>, PoolOptions) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- pool(Vertx, Supplier<Uni<MySQLConnectOptions>>, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- pool(Vertx, Supplier<Uni<OracleConnectOptions>>, PoolOptions) - Static method in class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- pool(Vertx, Supplier<Uni<PgConnectOptions>>, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- pool(Vertx, List<DB2ConnectOptions>, PoolOptions) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- pool(Vertx, List<MSSQLConnectOptions>, PoolOptions) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- pool(Vertx, List<MySQLConnectOptions>, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- pool(Vertx, List<PgConnectOptions>, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- pool(Vertx, DataSource) - Static method in class io.vertx.mutiny.jdbcclient.JDBCPool
- pool(Vertx, DataSource, JsonObject) - Static method in class io.vertx.mutiny.jdbcclient.JDBCPool
- 
Deprecated.
- pool(MySQLConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- pool(OracleConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- pool(PgConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- pool(PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- pool(SqlConnectOptions) - Static method in class io.vertx.mutiny.sqlclient.Pool
- pool(SqlConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.sqlclient.Pool
- pool(String) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- pool(String) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- pool(String) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- pool(String) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- pool(String, PoolOptions) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- pool(String, PoolOptions) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- pool(String, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- pool(String, PoolOptions) - Static method in class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- pool(String, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- pool(Consumer<ClientBuilder<Pool>>) - Static method in class io.vertx.mutiny.db2client.DB2Builder
- pool(Consumer<ClientBuilder<Pool>>) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLBuilder
- pool(Consumer<ClientBuilder<Pool>>) - Static method in class io.vertx.mutiny.mysqlclient.MySQLBuilder
- pool(Consumer<ClientBuilder<Pool>>) - Static method in class io.vertx.mutiny.oracleclient.OracleBuilder
- pool(Consumer<ClientBuilder<Pool>>) - Static method in class io.vertx.mutiny.pgclient.PgBuilder
- pool(Supplier<Uni<DB2ConnectOptions>>, PoolOptions) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- pool(Supplier<Uni<MSSQLConnectOptions>>, PoolOptions) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- pool(Supplier<Uni<MySQLConnectOptions>>, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- pool(Supplier<Uni<OracleConnectOptions>>, PoolOptions) - Static method in class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- pool(Supplier<Uni<PgConnectOptions>>, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- pool(List<DB2ConnectOptions>, PoolOptions) - Static method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- pool(List<MSSQLConnectOptions>, PoolOptions) - Static method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- pool(List<MySQLConnectOptions>, PoolOptions) - Static method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- pool(List<PgConnectOptions>, PoolOptions) - Static method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- Pool - Class in io.vertx.mutiny.sqlclient
- 
A connection pool which reuses a number of SQL connections.
- Pool(Pool) - Constructor for class io.vertx.mutiny.sqlclient.Pool
- Pool(Object) - Constructor for class io.vertx.mutiny.sqlclient.Pool
- port() - Method in class io.vertx.mutiny.core.dns.SrvRecord
- port() - Method in class io.vertx.mutiny.core.net.HostAndPort
- port() - Method in class io.vertx.mutiny.core.net.SocketAddress
- port() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- port(int) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- position() - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- position(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Get the offset of the next record that will be fetched (if a record with that offset exists).
- positionAndAwait(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.position(TopicPartition).
- positionAndForget(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.position(TopicPartition)that ignores the result of the operation.
- post() - Method in class io.vertx.mutiny.ext.web.Router
- post(int, String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- post(int, String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- post(UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- post(String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- post(String) - Method in class io.vertx.mutiny.ext.web.Router
- post(String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- post(String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- postAbs(UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- postAbs(String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- postWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
- predicate(RequestPredicate) - Method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- preferredLanguage() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- preloadMetaSchema(FileSystem) - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- preloadMetaSchema(FileSystem, Draft) - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- prepare(SimpleStatement) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Prepares the provided a .
- prepare(String) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Prepares the provided query string.
- prepare(String) - Method in class io.vertx.mutiny.db2client.DB2Connection
- prepare(String) - Method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- 
Unlike the bare Vert.x variant, this method returns aUni.
- prepare(String) - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Unlike the bare Vert.x variant, this method returns aUni.
- prepare(String) - Method in class io.vertx.mutiny.oracleclient.OracleConnection
- 
Unlike the bare Vert.x variant, this method returns aUni.
- prepare(String) - Method in class io.vertx.mutiny.pgclient.PgConnection
- 
Unlike the bare Vert.x variant, this method returns aUni.
- prepare(String) - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- 
Create a prepared statement using the givensqlstring.
- prepare(String, PrepareOptions) - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- 
Create a prepared statement using the givensqlstring.
- prepareAndAwait(SimpleStatement) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Blocking variant ofCassandraClient.prepare(SimpleStatement).
- prepareAndAwait(String) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Blocking variant ofCassandraClient.prepare(String).
- prepareAndAwait(String) - Method in class io.vertx.mutiny.db2client.DB2Connection
- prepareAndAwait(String) - Method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- 
Blocking variant ofMSSQLConnection.prepare(String).
- prepareAndAwait(String) - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Blocking variant ofMySQLConnection.prepare(String).
- prepareAndAwait(String) - Method in class io.vertx.mutiny.oracleclient.OracleConnection
- 
Blocking variant ofSqlConnection.prepare(String).
- prepareAndAwait(String) - Method in class io.vertx.mutiny.pgclient.PgConnection
- 
Blocking variant ofPgConnection.prepare(String).
- prepareAndAwait(String) - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- 
Blocking variant ofSqlConnection.prepare(String).
- prepareAndAwait(String, PrepareOptions) - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- 
Blocking variant ofSqlConnection.prepare(String,PrepareOptions).
- prepareAndForget(SimpleStatement) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Variant ofCassandraClient.prepare(SimpleStatement)that ignores the result of the operation.
- prepareAndForget(String) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Variant ofCassandraClient.prepare(String)that ignores the result of the operation.
- prepareAndForget(String) - Method in class io.vertx.mutiny.db2client.DB2Connection
- prepareAndForget(String) - Method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- 
Variant ofMSSQLConnection.prepare(String)that ignores the result of the operation.
- prepareAndForget(String) - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Variant ofMySQLConnection.prepare(String)that ignores the result of the operation.
- prepareAndForget(String) - Method in class io.vertx.mutiny.oracleclient.OracleConnection
- 
Variant ofSqlConnection.prepare(String)that ignores the result of the operation.
- prepareAndForget(String) - Method in class io.vertx.mutiny.pgclient.PgConnection
- 
Variant ofPgConnection.prepare(String)that ignores the result of the operation.
- prepareAndForget(String) - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- 
Variant ofSqlConnection.prepare(String)that ignores the result of the operation.
- prepareAndForget(String, PrepareOptions) - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- 
Variant ofSqlConnection.prepare(String,PrepareOptions)that ignores the result of the operation.
- preparedQuery(String) - Method in class io.vertx.mutiny.sqlclient.Pool
- preparedQuery(String) - Method in class io.vertx.mutiny.sqlclient.SqlClient
- preparedQuery(String, PrepareOptions) - Method in class io.vertx.mutiny.sqlclient.SqlClient
- PreparedQuery<T> - Class in io.vertx.mutiny.sqlclient
- 
A query for a prepared statement allowing parameterized execution of the query, this query will use a prepared statement.
- PreparedQuery(PreparedQuery) - Constructor for class io.vertx.mutiny.sqlclient.PreparedQuery
- PreparedQuery(PreparedQuery, TypeArg<T>) - Constructor for class io.vertx.mutiny.sqlclient.PreparedQuery
- PreparedQuery(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.sqlclient.PreparedQuery
- PreparedStatement - Class in io.vertx.mutiny.sqlclient
- 
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.
- PreparedStatement(PreparedStatement) - Constructor for class io.vertx.mutiny.sqlclient.PreparedStatement
- PreparedStatement(Object) - Constructor for class io.vertx.mutiny.sqlclient.PreparedStatement
- prevResult() - Method in class io.vertx.mutiny.ext.consul.WatchResult
- principal() - Method in class io.vertx.mutiny.ext.auth.User
- priority() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- priority() - Method in class io.vertx.mutiny.core.dns.MxRecord
- priority() - Method in class io.vertx.mutiny.core.dns.SrvRecord
- priority(short) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- privateKeyPath() - Method in class io.vertx.mutiny.core.net.SelfSignedCertificate
- process() - Method in class io.vertx.mutiny.ext.shell.system.Job
- Process - Class in io.vertx.mutiny.ext.shell.system
- 
A process managed by the shell.
- Process(Process) - Constructor for class io.vertx.mutiny.ext.shell.system.Process
- Process(Object) - Constructor for class io.vertx.mutiny.ext.shell.system.Process
- processArgs() - Method in class io.vertx.mutiny.core.Context
- processHandler(Consumer<CommandProcess>) - Method in class io.vertx.mutiny.ext.shell.command.CommandBuilder
- processId() - Method in class io.vertx.mutiny.pgclient.PgConnection
- produces(String) - Method in class io.vertx.mutiny.ext.web.Route
- productName() - Method in class io.vertx.mutiny.sqlclient.spi.DatabaseMetadata
- PrometheusScrapingHandler - Class in io.vertx.mutiny.micrometer
- 
A Vert.x WebRoutehandler for Prometheus metrics scraping.
- PrometheusScrapingHandler(PrometheusScrapingHandler) - Constructor for class io.vertx.mutiny.micrometer.PrometheusScrapingHandler
- PrometheusScrapingHandler(Object) - Constructor for class io.vertx.mutiny.micrometer.PrometheusScrapingHandler
- promise() - Static method in class io.vertx.mutiny.core.Promise
- Promise<T> - Class in io.vertx.mutiny.core
- 
Represents the writable side of an action that may, or may not, have occurred yet.
- Promise(Promise) - Constructor for class io.vertx.mutiny.core.Promise
- Promise(Promise, TypeArg<T>) - Constructor for class io.vertx.mutiny.core.Promise
- Promise(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.core.Promise
- prompt(String) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- properties() - Method in class io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
- properties() - Method in class io.vertx.mutiny.mqtt.messages.MqttDisconnectMessage
- properties() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubAckMessage
- properties() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubCompMessage
- properties() - Method in class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- properties() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubRecMessage
- properties() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubRelMessage
- properties() - Method in class io.vertx.mutiny.mqtt.messages.MqttSubscribeMessage
- properties() - Method in class io.vertx.mutiny.mqtt.messages.MqttUnsubscribeMessage
- properties() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQMessage
- property(PropertyKind<V>) - Method in class io.vertx.mutiny.sqlclient.SqlResult
- PROPERTY_COLLECTION_NAME - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The property name to be used to set the name of the collection inside the config
- PROPERTY_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The property name to be used to set the name of the field, where the password for the credentials is stored inside
- PROPERTY_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The property name to be used to set the name of the field, where the username for the credentials is stored inside
- PROPERTY_PASSWORD_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The property name to be used to set the name of the field, where the password is stored inside
- PROPERTY_PERMISSION_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The property name to be used to set the name of the field, where the permissions are stored inside
- PROPERTY_ROLE_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The property name to be used to set the name of the field, where the roles are stored inside
- PROPERTY_SALT_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The property name to be used to set the name of the field, where the SALT is stored inside
- PROPERTY_SALT_STYLE - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The property name to be used to set the name of the field, where the salt style is stored inside
- PROPERTY_USERNAME_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The property name to be used to set the name of the field, where the username is stored inside
- PropertyFileAuthentication - Class in io.vertx.mutiny.ext.auth.properties
- 
Factory interface for creating property file basedAuthenticationProviderinstances.
- PropertyFileAuthentication(PropertyFileAuthentication) - Constructor for class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthentication
- PropertyFileAuthentication(Object) - Constructor for class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthentication
- PropertyFileAuthorization - Class in io.vertx.mutiny.ext.auth.properties
- 
Factory interface for creating property file basedAuthenticationProviderinstances.
- PropertyFileAuthorization(PropertyFileAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthorization
- PropertyFileAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthorization
- PropertyKind<T> - Class in io.vertx.mutiny.sqlclient
- 
The kind of the property, this can be used to fetch some specific property of theexecution result.
- PropertyKind(PropertyKind) - Constructor for class io.vertx.mutiny.sqlclient.PropertyKind
- PropertyKind(PropertyKind, TypeArg<T>) - Constructor for class io.vertx.mutiny.sqlclient.PropertyKind
- PropertyKind(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.sqlclient.PropertyKind
- props(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Obtain properties for the file represented bypath, asynchronously.
- propsAndAwait(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.props(String).
- propsAndForget(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.props(String)that ignores the result of the operation.
- propsBlocking(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- protocol() - Method in class io.vertx.mutiny.core.dns.SrvRecord
- protocolName() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- ProtocolUpgradeHandler - Interface in io.vertx.mutiny.ext.web.handler
- 
Base interface for handlers that perform protocol upgrades.
- protocolVersion() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- proxiedRequest() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- proxy() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- proxy(ProxyOptions) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- proxy(HttpClientRequest) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- 
Proxy this request to the origin server using the specifiedrequestand then send the proxy response.
- PROXY_AUTHENTICATE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Proxy-Authenticate header name
- PROXY_AUTHORIZATION - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Proxy-Authorization header name
- proxyAndAwait(HttpClientRequest) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- 
Blocking variant ofProxyRequest.proxy(io.vertx.mutiny.core.http.HttpClientRequest).
- proxyAndForget(HttpClientRequest) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- 
Variant ofProxyRequest.proxy(io.vertx.mutiny.core.http.HttpClientRequest)that ignores the result of the operation.
- ProxyContext - Class in io.vertx.mutiny.httpproxy
- 
A controller for proxy interception.
- ProxyContext(ProxyContext) - Constructor for class io.vertx.mutiny.httpproxy.ProxyContext
- ProxyContext(Object) - Constructor for class io.vertx.mutiny.httpproxy.ProxyContext
- ProxyHandler - Class in io.vertx.mutiny.ext.web.proxy.handler
- 
NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
- ProxyHandler(ProxyHandler) - Constructor for class io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
- ProxyHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
- ProxyInterceptor - Interface in io.vertx.mutiny.httpproxy
- 
AHttpProxyinterceptor.
- ProxyRequest - Class in io.vertx.mutiny.httpproxy
- 
Handles the interoperability of the request between the user agent and the origin.
- ProxyRequest(ProxyRequest) - Constructor for class io.vertx.mutiny.httpproxy.ProxyRequest
- ProxyRequest(Object) - Constructor for class io.vertx.mutiny.httpproxy.ProxyRequest
- ProxyResponse - Class in io.vertx.mutiny.httpproxy
- 
Handles the interoperability of the response between the origin and the user agent.
- ProxyResponse(ProxyResponse) - Constructor for class io.vertx.mutiny.httpproxy.ProxyResponse
- ProxyResponse(Object) - Constructor for class io.vertx.mutiny.httpproxy.ProxyResponse
- psetex(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Set the value and expiration in milliseconds of a key.
- PSETEX - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Set the value and expiration in milliseconds of a key.
- psetexAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.psetex(String,String,String).
- psetexAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.psetex(String,String,String)that ignores the result of the operation.
- PSEUDO_AUTHORITY - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
HTTP/2:authoritypseudo header
- PSEUDO_METHOD - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
HTTP/2:methodpseudo hedaer
- PSEUDO_PATH - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
HTTP/2:pathpseudo header
- PSEUDO_SCHEME - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
HTTP/2:schemepseudo header
- PSEUDO_STATUS - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
HTTP/2:statuspseudo header
- psubscribe(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Listen for messages published to channels matching the given patterns.
- PSUBSCRIBE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Listen for messages published to channels matching the given patterns.
- psubscribeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.psubscribe(List).
- psubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.psubscribe(List)that ignores the result of the operation.
- psync(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Internal command used for replication.
- PSYNC - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Internal command used for replication.
- psyncAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.psync(List).
- psyncAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.psync(List)that ignores the result of the operation.
- pttl(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the time to live for a key in milliseconds.
- PTTL - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the time to live for a key in milliseconds.
- pttlAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.pttl(String).
- pttlAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.pttl(String)that ignores the result of the operation.
- Pty - Class in io.vertx.mutiny.ext.shell.term
- 
A pseudo terminal used for controlling aTty.
- Pty(Pty) - Constructor for class io.vertx.mutiny.ext.shell.term.Pty
- Pty(Object) - Constructor for class io.vertx.mutiny.ext.shell.term.Pty
- publicCacheControl() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- publish(Record) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Publishes a record.
- publish(Record) - Method in class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- 
Publishes a record.
- publish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Sends the PUBLISH message to the remote MQTT server
- publish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- 
Sends the PUBLISH message to the remote MQTT server
- publish(String, Buffer, MqttQoS, boolean, boolean, int) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- 
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
- publish(String, Buffer, MqttQoS, boolean, boolean, int, MqttProperties) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- 
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
- publish(String, Object) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- publish(String, Object, DeliveryOptions) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- publish(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Post a message to a channel.
- publish(String, String, BasicProperties, Buffer) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- 
Publish a message.
- PUBLISH - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Post a message to a channel.
- publishAcknowledge(int) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishAcknowledge(int, MqttPubAckReasonCode, MqttProperties) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishAcknowledgeHandler(Consumer<Integer>) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishAcknowledgeMessageHandler(Consumer<MqttPubAckMessage>) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishAndAwait(Record) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Blocking variant ofServiceDiscovery.publish(Record).
- publishAndAwait(Record) - Method in class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- 
Blocking variant ofServicePublisher.publish(Record).
- publishAndAwait(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.mutiny.mqtt.MqttClient
- publishAndAwait(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishAndAwait(String, Buffer, MqttQoS, boolean, boolean, int) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishAndAwait(String, Buffer, MqttQoS, boolean, boolean, int, MqttProperties) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.publish(String,String).
- publishAndAwait(String, String, BasicProperties, Buffer) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- publishAndForget(Record) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Variant ofServiceDiscovery.publish(Record)that ignores the result of the operation.
- publishAndForget(Record) - Method in class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- 
Variant ofServicePublisher.publish(Record)that ignores the result of the operation.
- publishAndForget(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Variant ofMqttClient.publish(String,io.vertx.mutiny.core.buffer.Buffer,MqttQoS,boolean,boolean)that ignores the result of the operation.
- publishAndForget(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- 
Variant ofMqttEndpoint.publish(String,io.vertx.mutiny.core.buffer.Buffer,MqttQoS,boolean,boolean)that ignores the result of the operation.
- publishAndForget(String, Buffer, MqttQoS, boolean, boolean, int) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- 
Variant ofMqttEndpoint.publish(String,io.vertx.mutiny.core.buffer.Buffer,MqttQoS,boolean,boolean,int)that ignores the result of the operation.
- publishAndForget(String, Buffer, MqttQoS, boolean, boolean, int, MqttProperties) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- 
Variant ofMqttEndpoint.publish(String,io.vertx.mutiny.core.buffer.Buffer,MqttQoS,boolean,boolean,int,MqttProperties)that ignores the result of the operation.
- publishAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.publish(String,String)that ignores the result of the operation.
- publishAndForget(String, String, BasicProperties, Buffer) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- 
Variant ofRabbitMQPublisher.publish(String,String,BasicProperties,io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- publishAutoAck(boolean) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishComplete(int) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishComplete(int, MqttPubCompReasonCode, MqttProperties) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishCompletionExpirationHandler(Consumer<Integer>) - Method in class io.vertx.mutiny.mqtt.MqttClient
- publishCompletionHandler(Consumer<Integer>) - Method in class io.vertx.mutiny.mqtt.MqttClient
- publishCompletionHandler(Consumer<Integer>) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishCompletionMessageHandler(Consumer<MqttPubCompMessage>) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishCompletionUnknownPacketIdHandler(Consumer<Integer>) - Method in class io.vertx.mutiny.mqtt.MqttClient
- publishConfirm(String, String, BasicProperties, Buffer) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- 
Publish a message and complete when publish confirm has returned.
- publishConfirmAndAwait(String, String, BasicProperties, Buffer) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- publishConfirmAndForget(String, String, BasicProperties, Buffer) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- 
Variant ofRabbitMQPublisher.publishConfirm(String,String,BasicProperties,io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- publisher(String) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- publisher(String, DeliveryOptions) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- publishHandler(Consumer<MqttPublishMessage>) - Method in class io.vertx.mutiny.mqtt.MqttClient
- publishHandler(Consumer<MqttPublishMessage>) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishReceived(int) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishReceived(int, MqttPubRecReasonCode, MqttProperties) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishReceivedHandler(Consumer<Integer>) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishReceivedMessageHandler(Consumer<MqttPubRecMessage>) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishRelease(int) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishRelease(int, MqttPubRelReasonCode, MqttProperties) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishReleaseHandler(Consumer<Integer>) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- publishReleaseMessageHandler(Consumer<MqttPubRelMessage>) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- pubsub(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A container for Pub/Sub commands.
- PUBSUB - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A container for Pub/Sub commands.
- pubsubAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.pubsub(List).
- pubsubAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.pubsub(List)that ignores the result of the operation.
- PugTemplateEngine - Class in io.vertx.mutiny.ext.web.templ.pug
- 
A template engine that uses Pug.
- PugTemplateEngine(PugTemplateEngine) - Constructor for class io.vertx.mutiny.ext.web.templ.pug.PugTemplateEngine
- PugTemplateEngine(Object) - Constructor for class io.vertx.mutiny.ext.web.templ.pug.PugTemplateEngine
- pump(ReadStream<T>, WriteStream<T>) - Static method in class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
- pump(ReadStream<T>, WriteStream<T>, int) - Static method in class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
- pump(Flow.Publisher<T>, WriteStream<T>) - Static method in class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
- pump(Flow.Publisher<T>, WriteStream<T>, int) - Static method in class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
- Pump - Class in io.vertx.mutiny.core.streams
- 
Deprecated.
- Pump(Pump) - Constructor for class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
- Pump(Object) - Constructor for class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
- punsubscribe(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Stop listening for messages posted to channels matching the given patterns.
- PUNSUBSCRIBE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Stop listening for messages posted to channels matching the given patterns.
- punsubscribeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.punsubscribe(List).
- punsubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.punsubscribe(List)that ignores the result of the operation.
- push(HttpMethod, HostAndPort, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- push(HttpMethod, HostAndPort, String, MultiMap) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Push a response to the client.
- push(HttpMethod, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
LikeHttpServerResponse.push(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String)with the host copied from the current request.
- push(HttpMethod, String, MultiMap) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
LikeHttpServerResponse.push(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String)with the host copied from the current request.
- push(HttpMethod, String, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Deprecated.instead use#push(HttpMethod, HostAndPort, String, Handler)
- push(HttpMethod, String, String, MultiMap) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Deprecated.
- pushAndAwait(HttpMethod, HostAndPort, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.push(HttpMethod,io.vertx.mutiny.core.net.HostAndPort,String).
- pushAndAwait(HttpMethod, HostAndPort, String, MultiMap) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- pushAndAwait(HttpMethod, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.push(HttpMethod,String).
- pushAndAwait(HttpMethod, String, MultiMap) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.push(HttpMethod,String,io.vertx.mutiny.core.MultiMap).
- pushAndAwait(HttpMethod, String, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Deprecated.instead use#push(HttpMethod, HostAndPort, String, Handler)
- pushAndAwait(HttpMethod, String, String, MultiMap) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Deprecated.
- pushAndForget(HttpMethod, HostAndPort, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.push(HttpMethod,io.vertx.mutiny.core.net.HostAndPort,String)that ignores the result of the operation.
- pushAndForget(HttpMethod, HostAndPort, String, MultiMap) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.push(HttpMethod,io.vertx.mutiny.core.net.HostAndPort,String,io.vertx.mutiny.core.MultiMap)that ignores the result of the operation.
- pushAndForget(HttpMethod, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.push(HttpMethod,String)that ignores the result of the operation.
- pushAndForget(HttpMethod, String, MultiMap) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.push(HttpMethod,String,io.vertx.mutiny.core.MultiMap)that ignores the result of the operation.
- pushAndForget(HttpMethod, String, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Deprecated.instead use#push(HttpMethod, HostAndPort, String, Handler)
- pushAndForget(HttpMethod, String, String, MultiMap) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Deprecated.
- pushHandler(Consumer<HttpClientRequest>) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- put() - Method in class io.vertx.mutiny.ext.web.Router
- put(int, String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- put(int, String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- put(Session) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Add a session with the specified ID.
- put(UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- put(Object, Object) - Method in class io.vertx.mutiny.core.Context
- put(String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- put(String) - Method in class io.vertx.mutiny.ext.web.Router
- put(String, HashingAlgorithm) - Method in class io.vertx.mutiny.ext.auth.HashingStrategy
- 
Deprecated.
- put(String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- put(String, Object) - Method in class io.vertx.mutiny.ext.shell.session.Session
- put(String, Object) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- put(String, Object) - Method in class io.vertx.mutiny.ext.web.Session
- put(String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- put(K, V) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Put a value in the map, asynchronously.
- put(K, V) - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- put(K, V, long) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
LikeAsyncMap.put(K, V)but specifying a time to live for the entry.
- putAbs(UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- putAbs(String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- putAndAwait(Session) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Blocking variant ofSessionStore.put(io.vertx.mutiny.ext.web.Session).
- putAndAwait(K, V) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Blocking variant ofAsyncMap.put(K,V).
- putAndAwait(K, V, long) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Blocking variant ofAsyncMap.put(K,V,long).
- putAndForget(Session) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Variant ofSessionStore.put(io.vertx.mutiny.ext.web.Session)that ignores the result of the operation.
- putAndForget(K, V) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Variant ofAsyncMap.put(K,V)that ignores the result of the operation.
- putAndForget(K, V, long) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Variant ofAsyncMap.put(K,V,long)that ignores the result of the operation.
- putHeader(CharSequence, CharSequence) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- putHeader(CharSequence, CharSequence) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- putHeader(String, Iterable<String>) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- putHeader(String, Iterable<String>) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- putHeader(String, Iterable<String>) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- putHeader(String, String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- putHeader(String, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- putHeader(String, String) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- putHeaders(MultiMap) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- putIfAbsent(String, Object) - Method in class io.vertx.mutiny.ext.web.Session
- putIfAbsent(K, V) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Put the entry only if there is no entry with the key already present.
- putIfAbsent(K, V) - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- putIfAbsent(K, V, long) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
LinkAsyncMap.putIfAbsent(K, V)but specifying a time to live for the entry.
- putIfAbsentAndAwait(K, V) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Blocking variant ofAsyncMap.putIfAbsent(K,V).
- putIfAbsentAndAwait(K, V, long) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Blocking variant ofAsyncMap.putIfAbsent(K,V,long).
- putIfAbsentAndForget(K, V) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Variant ofAsyncMap.putIfAbsent(K,V)that ignores the result of the operation.
- putIfAbsentAndForget(K, V, long) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Variant ofAsyncMap.putIfAbsent(K,V,long)that ignores the result of the operation.
- putLocal(Object, Object) - Method in class io.vertx.mutiny.core.Context
- putMetadata(String, Object) - Method in class io.vertx.mutiny.ext.web.Route
- putMetadata(String, Object) - Method in class io.vertx.mutiny.ext.web.Router
- putTrailer(CharSequence, CharSequence) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- putTrailer(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- putTrailer(String, Iterable<String>) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- putTrailer(String, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- putValue(String, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Adds specified key/value pair
- putValueAndAwait(String, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.putValue(String,String).
- putValueAndForget(String, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.putValue(String,String)that ignores the result of the operation.
- putValueWithOptions(String, String, KeyValueOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Unlike the bare Vert.x variant, this method returns aUni.
- putValueWithOptionsAndAwait(String, String, KeyValueOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.putValueWithOptions(String,String,KeyValueOptions).
- putValueWithOptionsAndForget(String, String, KeyValueOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.putValueWithOptions(String,String,KeyValueOptions)that ignores the result of the operation.
- putWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
Q
- qosLevel() - Method in class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- qualityOfService() - Method in class io.vertx.mutiny.mqtt.MqttTopicSubscription
- query() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- query() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- query() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- query() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- query() - Method in class io.vertx.mutiny.sqlclient.PreparedStatement
- query(Object, JsonPointerIterator) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- query(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Execute a single SQL statement, this method acquires a connection from the the pool and executes the SQL statement and returns it back after the execution.
- query(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Executes the given SQLSELECTstatement which returns the results of the query.
- query(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Executes the given SQLSELECTstatement which returns the results of the query.
- query(String) - Method in class io.vertx.mutiny.sqlclient.Pool
- query(String) - Method in class io.vertx.mutiny.sqlclient.SqlClient
- Query<T> - Class in io.vertx.mutiny.sqlclient
- 
A query.
- Query(Query) - Constructor for class io.vertx.mutiny.sqlclient.Query
- Query(Query, TypeArg<T>) - Constructor for class io.vertx.mutiny.sqlclient.Query
- Query(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.sqlclient.Query
- queryAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Blocking variant ofSQLClient.query(String).
- queryAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.query(String).
- queryAndAwait(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Blocking variant ofSQLOperations.query(String).
- queryAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Variant ofSQLClient.query(String)that ignores the result of the operation.
- queryAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.query(String)that ignores the result of the operation.
- queryAndForget(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Variant ofSQLOperations.query(String)that ignores the result of the operation.
- queryContext(Function<ApolloWSMessage, Object>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.as of 4.2, use#beforeExecute(Handler)instead
- queryContext(Function<RoutingContext, Object>) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- 
Deprecated.as of 4.2, use#beforeExecute(Handler)instead
- queryJson(Object) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- queryJsonOrDefault(Object, Object) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- queryOrDefault(Object, JsonPointerIterator, Object) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- queryParam(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- queryParameter(ParameterProcessorFactory) - Method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- queryParameter(StyledParameterProcessorFactory) - Method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- queryParameter(String) - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- queryParameter(String) - Method in class io.vertx.mutiny.ext.web.validation.RequestParameters
- queryParametersNames() - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- queryParametersNames() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameters
- queryParams() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- queryParams() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- queryParams(Charset) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- querySingle(String) - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- 
Execute a one shot SQL statement that returns a single SQL row.
- querySingle(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Execute a one shot SQL statement that returns a single SQL row.
- querySingle(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Execute a one shot SQL statement that returns a single SQL row.
- querySingle(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Execute a one shot SQL statement that returns a single SQL row.
- querySingleAndAwait(String) - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- 
Blocking variant ofSQLOperations.querySingle(String).
- querySingleAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Blocking variant ofSQLOperations.querySingle(String).
- querySingleAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLOperations.querySingle(String).
- querySingleAndAwait(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Blocking variant ofSQLOperations.querySingle(String).
- querySingleAndForget(String) - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- 
Variant ofSQLOperations.querySingle(String)that ignores the result of the operation.
- querySingleAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Variant ofSQLOperations.querySingle(String)that ignores the result of the operation.
- querySingleAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLOperations.querySingle(String)that ignores the result of the operation.
- querySingleAndForget(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Variant ofSQLOperations.querySingle(String)that ignores the result of the operation.
- querySingleWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- 
Execute a one shot SQL statement with arguments that returns a single SQL row.
- querySingleWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Execute a one shot SQL statement with arguments that returns a single SQL row.
- querySingleWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Execute a one shot SQL statement with arguments that returns a single SQL row.
- querySingleWithParams(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Execute a one shot SQL statement with arguments that returns a single SQL row.
- querySingleWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- 
Blocking variant ofSQLOperations.querySingleWithParams(String,JsonArray).
- querySingleWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Blocking variant ofSQLOperations.querySingleWithParams(String,JsonArray).
- querySingleWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLOperations.querySingleWithParams(String,JsonArray).
- querySingleWithParamsAndAwait(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Blocking variant ofSQLOperations.querySingleWithParams(String,JsonArray).
- querySingleWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- 
Variant ofSQLOperations.querySingleWithParams(String,JsonArray)that ignores the result of the operation.
- querySingleWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Variant ofSQLOperations.querySingleWithParams(String,JsonArray)that ignores the result of the operation.
- querySingleWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLOperations.querySingleWithParams(String,JsonArray)that ignores the result of the operation.
- querySingleWithParamsAndForget(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Variant ofSQLOperations.querySingleWithParams(String,JsonArray)that ignores the result of the operation.
- queryStream(Statement) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Executes the given SQL statement which returns the results of the query as a read stream.
- queryStream(String) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Executes the given SQLSELECTstatement which returns the results of the query as a read stream.
- queryStream(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Executes the given SQLSELECTstatement which returns the results of the query as a read stream.
- queryStream(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Executes the given SQLSELECTstatement which returns the results of the query as a read stream.
- queryStream(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Executes the given SQLSELECTstatement which returns the results of the query as a read stream.
- queryStreamAndAwait(Statement) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Blocking variant ofCassandraClient.queryStream(Statement).
- queryStreamAndAwait(String) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Blocking variant ofCassandraClient.queryStream(String).
- queryStreamAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Blocking variant ofSQLClient.queryStream(String).
- queryStreamAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.queryStream(String).
- queryStreamAndAwait(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Blocking variant ofSQLOperations.queryStream(String).
- queryStreamAndForget(Statement) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Variant ofCassandraClient.queryStream(Statement)that ignores the result of the operation.
- queryStreamAndForget(String) - Method in class io.vertx.mutiny.cassandra.CassandraClient
- 
Variant ofCassandraClient.queryStream(String)that ignores the result of the operation.
- queryStreamAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Variant ofSQLClient.queryStream(String)that ignores the result of the operation.
- queryStreamAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.queryStream(String)that ignores the result of the operation.
- queryStreamAndForget(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Variant ofSQLOperations.queryStream(String)that ignores the result of the operation.
- queryStreamWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Executes the given SQLSELECTstatement which returns the results of the query as a read stream.
- queryStreamWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Executes the given SQLSELECTstatement which returns the results of the query as a read stream.
- queryStreamWithParams(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Executes the given SQLSELECTstatement which returns the results of the query as a read stream.
- queryStreamWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Blocking variant ofSQLClient.queryStreamWithParams(String,JsonArray).
- queryStreamWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.queryStreamWithParams(String,JsonArray).
- queryStreamWithParamsAndAwait(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Blocking variant ofSQLOperations.queryStreamWithParams(String,JsonArray).
- queryStreamWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Variant ofSQLClient.queryStreamWithParams(String,JsonArray)that ignores the result of the operation.
- queryStreamWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.queryStreamWithParams(String,JsonArray)that ignores the result of the operation.
- queryStreamWithParamsAndForget(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Variant ofSQLOperations.queryStreamWithParams(String,JsonArray)that ignores the result of the operation.
- queryWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Execute a single SQL prepared statement, this method acquires a connection from the the pool and executes the SQL prepared statement and returns it back after the execution.
- queryWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Executes the given SQLSELECTprepared statement which returns the results of the query.
- queryWithParams(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Executes the given SQLSELECTprepared statement which returns the results of the query.
- queryWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Blocking variant ofSQLClient.queryWithParams(String,JsonArray).
- queryWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.queryWithParams(String,JsonArray).
- queryWithParamsAndAwait(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Blocking variant ofSQLOperations.queryWithParams(String,JsonArray).
- queryWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Variant ofSQLClient.queryWithParams(String,JsonArray)that ignores the result of the operation.
- queryWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.queryWithParams(String,JsonArray)that ignores the result of the operation.
- queryWithParamsAndForget(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Variant ofSQLOperations.queryWithParams(String,JsonArray)that ignores the result of the operation.
- queue(Vertx, String) - Static method in class io.vertx.mutiny.ext.stomp.Destination
- queueBind(String, String, String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Bind a queue to an exchange
- queueBind(String, String, String, Map<String, Object>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Bind a queue to an exchange
- queueBindAndAwait(String, String, String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.queueBind(String,String,String).
- queueBindAndAwait(String, String, String, Map<String, Object>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.queueBind(String,String,String,Map).
- queueBindAndForget(String, String, String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.queueBind(String,String,String)that ignores the result of the operation.
- queueBindAndForget(String, String, String, Map<String, Object>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.queueBind(String,String,String,Map)that ignores the result of the operation.
- queueDeclare(String, boolean, boolean, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Declare a queue
- queueDeclare(String, boolean, boolean, boolean, JsonObject) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Declare a queue with config options
- queueDeclareAndAwait(String, boolean, boolean, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.queueDeclare(String,boolean,boolean,boolean).
- queueDeclareAndAwait(String, boolean, boolean, boolean, JsonObject) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.queueDeclare(String,boolean,boolean,boolean,JsonObject).
- queueDeclareAndForget(String, boolean, boolean, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.queueDeclare(String,boolean,boolean,boolean)that ignores the result of the operation.
- queueDeclareAndForget(String, boolean, boolean, boolean, JsonObject) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.queueDeclare(String,boolean,boolean,boolean,JsonObject)that ignores the result of the operation.
- queueDeclareAuto() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Actively declare a server-named exclusive, autodelete, non-durable queue.
- queueDeclareAutoAndAwait() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.queueDeclareAuto().
- queueDeclareAutoAndForget() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.queueDeclareAuto()that ignores the result of the operation.
- queueDelete(String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Delete a queue, without regard for whether it is in use or has messages on it
- queueDeleteAndAwait(String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.queueDelete(String).
- queueDeleteAndForget(String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.queueDelete(String)that ignores the result of the operation.
- queueDeleteIf(String, boolean, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Delete a queue
- queueDeleteIfAndAwait(String, boolean, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.queueDeleteIf(String,boolean,boolean).
- queueDeleteIfAndForget(String, boolean, boolean) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.queueDeleteIf(String,boolean,boolean)that ignores the result of the operation.
- queueName() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- queueSize() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- queueUnbind(String, String, String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Unbind a queue from an exchange
- queueUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Unbind a queue from an exchange
- queueUnbindAndAwait(String, String, String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.queueUnbind(String,String,String).
- queueUnbindAndAwait(String, String, String, Map<String, Object>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.queueUnbind(String,String,String,Map).
- queueUnbindAndForget(String, String, String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.queueUnbind(String,String,String)that ignores the result of the operation.
- queueUnbindAndForget(String, String, String, Map<String, Object>) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.queueUnbind(String,String,String,Map)that ignores the result of the operation.
- quit(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Close the connection.
- QUIT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Close the connection.
- quitAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.quit(List).
- quitAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.quit(List)that ignores the result of the operation.
R
- RabbitMQClient - Class in io.vertx.mutiny.rabbitmq
- 
NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
- RabbitMQClient(RabbitMQClient) - Constructor for class io.vertx.mutiny.rabbitmq.RabbitMQClient
- RabbitMQClient(Object) - Constructor for class io.vertx.mutiny.rabbitmq.RabbitMQClient
- RabbitMQConsumer - Class in io.vertx.mutiny.rabbitmq
- 
A stream of messages from a rabbitmq queue.
- RabbitMQConsumer(RabbitMQConsumer) - Constructor for class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- RabbitMQConsumer(Object) - Constructor for class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- RabbitMQMessage - Class in io.vertx.mutiny.rabbitmq
- 
Represent a message received message received in a rabbitmq-queue.
- RabbitMQMessage(RabbitMQMessage) - Constructor for class io.vertx.mutiny.rabbitmq.RabbitMQMessage
- RabbitMQMessage(Object) - Constructor for class io.vertx.mutiny.rabbitmq.RabbitMQMessage
- RabbitMQPublisher - Class in io.vertx.mutiny.rabbitmq
- 
A reliable publisher that Queues up messages internally until it can successfully call basicPublish.
- RabbitMQPublisher(RabbitMQPublisher) - Constructor for class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- RabbitMQPublisher(Object) - Constructor for class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- randomkey() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return a random key from the keyspace.
- RANDOMKEY - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return a random key from the keyspace.
- randomkeyAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.randomkey().
- randomkeyAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.randomkey()that ignores the result of the operation.
- raw() - Method in class io.vertx.mutiny.ext.shell.cli.CliToken
- rawLine() - Method in class io.vertx.mutiny.ext.shell.cli.Completion
- rawValue() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- rawValue() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
- rawValue() - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
- read(int) - Method in class io.vertx.mutiny.sqlclient.Cursor
- 
Read rows from the cursor, the result is provided asynchronously to thehandler.
- read(Buffer, int, long, int) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Readslengthbytes of data from the file at positionpositionin the file, asynchronously.
- readAclToken(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Reads an ACL token with the given Accessor ID
- readAclTokenAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.readAclToken(String).
- readAclTokenAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.readAclToken(String)that ignores the result of the operation.
- readAndAwait(int) - Method in class io.vertx.mutiny.sqlclient.Cursor
- 
Blocking variant ofCursor.read(int).
- readAndAwait(Buffer, int, long, int) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Blocking variant ofAsyncFile.read(io.vertx.mutiny.core.buffer.Buffer,int,long,int).
- readAndForget(int) - Method in class io.vertx.mutiny.sqlclient.Cursor
- 
Variant ofCursor.read(int)that ignores the result of the operation.
- readAndForget(Buffer, int, long, int) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Variant ofAsyncFile.read(io.vertx.mutiny.core.buffer.Buffer,int,long,int)that ignores the result of the operation.
- readByFileName(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- readByFileNameWithOptions(String, GridFsDownloadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- readById(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- readDir(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Read the contents of the directory specified bypath, asynchronously.
- readDir(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Read the contents of the directory specified bypath, asynchronously.
- readDirAndAwait(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.readDir(String).
- readDirAndAwait(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.readDir(String,String).
- readDirAndForget(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.readDir(String)that ignores the result of the operation.
- readDirAndForget(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.readDir(String,String)that ignores the result of the operation.
- readDirBlocking(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- readDirBlocking(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- readFile(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Reads the entire file as represented by the pathpathas a , asynchronously.
- readFileAndAwait(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.readFile(String).
- readFileAndForget(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.readFile(String)that ignores the result of the operation.
- readFileBlocking(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- readFromBuffer(int, Buffer) - Method in class io.vertx.mutiny.core.buffer.Buffer
- readline(String, Handler<String>, Consumer<Completion>) - Method in class io.vertx.mutiny.ext.shell.term.Term
- readline(String, Consumer<String>) - Method in class io.vertx.mutiny.ext.shell.term.Term
- readonly() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Enables read queries for a connection to a cluster replica node.
- READONLY - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Enables read queries for a connection to a cluster replica node.
- readonlyAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.readonly().
- readonlyAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.readonly()that ignores the result of the operation.
- readPolicy(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
This endpoint reads an ACL policy with the given ID
- readPolicyAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.readPolicy(String).
- readPolicyAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.readPolicy(String)that ignores the result of the operation.
- readPolicyByName(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
This endpoint reads an ACL policy with the given name
- readPolicyByNameAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.readPolicyByName(String).
- readPolicyByNameAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.readPolicyByName(String)that ignores the result of the operation.
- ReadStream<T> - Interface in io.vertx.mutiny.core.streams
- 
Represents a stream of items that can be read from.
- ReadStreamSubscriber<R,J> - Class in io.smallrye.mutiny.vertx 
- ReadStreamSubscriber(Function<R, J>) - Constructor for class io.smallrye.mutiny.vertx.ReadStreamSubscriber
- readSymlink(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Returns the path representing the file that the symbolic link specified bylinkpoints to, asynchronously.
- readSymlinkAndAwait(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.readSymlink(String).
- readSymlinkAndForget(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.readSymlink(String)that ignores the result of the operation.
- readSymlinkBlocking(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- readwrite() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Disables read queries for a connection to a cluster replica node.
- READWRITE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Disables read queries for a connection to a cluster replica node.
- readwriteAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.readwrite().
- readwriteAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.readwrite()that ignores the result of the operation.
- realm() - Method in class io.vertx.mutiny.ext.auth.htdigest.HtdigestAuth
- receivedFrameHandler(Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClient
- receivedFrameHandler(Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- receivedFrameHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- reconnectPolicy(Function<Integer, Long>) - Method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- record() - Method in class io.vertx.mutiny.servicediscovery.ServiceReference
- recordAt(int) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
- RecordParser - Class in io.vertx.mutiny.core.parsetools
- 
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records.
- RecordParser(RecordParser) - Constructor for class io.vertx.mutiny.core.parsetools.RecordParser
- RecordParser(Object) - Constructor for class io.vertx.mutiny.core.parsetools.RecordParser
- redirect(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- redirectAndAwait(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Blocking variant ofRoutingContext.redirect(String).
- redirectAndForget(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Variant ofRoutingContext.redirect(String)that ignores the result of the operation.
- RedirectAuthHandler - Class in io.vertx.mutiny.ext.web.handler
- 
An auth handler that's used to handle auth by redirecting user to a custom login page.
- RedirectAuthHandler(RedirectAuthHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
- RedirectAuthHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
- redirectHandler(Function<HttpClientResponse, Uni<RequestOptions>>) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useHttpClientBuilder.withRedirectHandler(Function)
- redirectHandler(Function<HttpClientResponse, Uni<HttpClientRequest>>) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- Redis - Class in io.vertx.mutiny.redis.client
- 
A simple Redis client.
- Redis(Redis) - Constructor for class io.vertx.mutiny.redis.client.Redis
- Redis(Object) - Constructor for class io.vertx.mutiny.redis.client.Redis
- RedisAPI - Class in io.vertx.mutiny.redis.client
- 
Auto generated Redis API client wrapper.
- RedisAPI(RedisAPI) - Constructor for class io.vertx.mutiny.redis.client.RedisAPI
- RedisAPI(Object) - Constructor for class io.vertx.mutiny.redis.client.RedisAPI
- RedisConnection - Class in io.vertx.mutiny.redis.client
- 
A simple Redis client.
- RedisConnection(RedisConnection) - Constructor for class io.vertx.mutiny.redis.client.RedisConnection
- RedisConnection(Object) - Constructor for class io.vertx.mutiny.redis.client.RedisConnection
- RedisDataSource - Class in io.vertx.mutiny.servicediscovery.types
- 
Service type for Redis data source.
- RedisDataSource(RedisDataSource) - Constructor for class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- RedisDataSource(Object) - Constructor for class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- RedisSessionStore - Class in io.vertx.mutiny.ext.web.sstore.redis
- 
A SessionStore that uses a Redis to store the sessions and associated data.
- RedisSessionStore(RedisSessionStore) - Constructor for class io.vertx.mutiny.ext.web.sstore.redis.RedisSessionStore
- RedisSessionStore(Object) - Constructor for class io.vertx.mutiny.ext.web.sstore.redis.RedisSessionStore
- Ref - Class in io.vertx.mutiny.json.schema
- 
JsonObject$refresolver.
- Ref(Ref) - Constructor for class io.vertx.mutiny.json.schema.Ref
- Ref(Object) - Constructor for class io.vertx.mutiny.json.schema.Ref
- REFERER - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Referer header name
- refresh(User) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Refresh the current User (access token).
- refreshAndAwait(User) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Blocking variant ofOAuth2Auth.refresh(io.vertx.mutiny.ext.auth.User).
- refreshAndForget(User) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Variant ofOAuth2Auth.refresh(io.vertx.mutiny.ext.auth.User)that ignores the result of the operation.
- regenerateId() - Method in class io.vertx.mutiny.ext.web.Session
- register(String, long, Uni<Status>) - Method in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- register(String, long, Uni<Status>) - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- register(String, Uni<Status>) - Method in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- register(String, Uni<Status>) - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- registerCatalogService(Node, ServiceOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Register node with external service
- registerCatalogServiceAndAwait(Node, ServiceOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.registerCatalogService(Node,ServiceOptions).
- registerCatalogServiceAndForget(Node, ServiceOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.registerCatalogService(Node,ServiceOptions)that ignores the result of the operation.
- registerCheck(CheckOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Add a new check to the local agent.
- registerCheckAndAwait(CheckOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.registerCheck(CheckOptions).
- registerCheckAndForget(CheckOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.registerCheck(CheckOptions)that ignores the result of the operation.
- registerCodec(MessageCodec) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- registerCommand(Command) - Method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- 
Register a command
- registerCommandAndAwait(Command) - Method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- 
Blocking variant ofCommandRegistry.registerCommand(io.vertx.mutiny.ext.shell.command.Command).
- registerCommandAndForget(Command) - Method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- 
Variant ofCommandRegistry.registerCommand(io.vertx.mutiny.ext.shell.command.Command)that ignores the result of the operation.
- registerCommandResolver(CommandResolver) - Method in class io.vertx.mutiny.ext.shell.ShellServer
- registerCommands(List<Command>) - Method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- 
Register a list of commands.
- registerCommandsAndAwait(List<Command>) - Method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- 
Blocking variant ofCommandRegistry.registerCommands(List).
- registerCommandsAndForget(List<Command>) - Method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- 
Variant ofCommandRegistry.registerCommands(List)that ignores the result of the operation.
- registeredSchemas() - Method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- registerService(ServiceOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Adds a new service, with an optional health check, to the local agent.
- registerServiceAndAwait(ServiceOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.registerService(ServiceOptions).
- registerServiceAndForget(ServiceOptions) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.registerService(ServiceOptions)that ignores the result of the operation.
- registerServiceExporter(ServiceExporter, JsonObject) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Registers a discovery bridge.
- registerServiceExporterAndAwait(ServiceExporter, JsonObject) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- registerServiceExporterAndForget(ServiceExporter, JsonObject) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Variant ofServiceDiscovery.registerServiceExporter(io.vertx.mutiny.servicediscovery.spi.ServiceExporter,JsonObject)that ignores the result of the operation.
- registerServiceImporter(ServiceImporter, JsonObject) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Registers a discovery service importer.
- registerServiceImporterAndAwait(ServiceImporter, JsonObject) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- registerServiceImporterAndForget(ServiceImporter, JsonObject) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Variant ofServiceDiscovery.registerServiceImporter(io.vertx.mutiny.servicediscovery.spi.ServiceImporter,JsonObject)that ignores the result of the operation.
- registerTermServer(TermServer) - Method in class io.vertx.mutiny.ext.shell.ShellServer
- registerVerticleFactory(VerticleFactory) - Method in class io.vertx.mutiny.core.Vertx
- reject() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Deprecated.instead useServerWebSocketHandshake.reject()
- reject() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- 
Reject the WebSocket.
- reject(int) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Deprecated.instead useServerWebSocketHandshake.reject(int)
- reject(int) - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- 
LikeServerWebSocketHandshake.reject()but with astatus.
- reject(MqttConnectReturnCode) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- reject(MqttConnectReturnCode, MqttProperties) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- rejectAndAwait() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- 
Blocking variant ofServerWebSocketHandshake.reject().
- rejectAndAwait(int) - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- 
Blocking variant ofServerWebSocketHandshake.reject(int).
- rejectAndForget() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- 
Variant ofServerWebSocketHandshake.reject()that ignores the result of the operation.
- rejectAndForget(int) - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- 
Variant ofServerWebSocketHandshake.reject(int)that ignores the result of the operation.
- rejected() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- release() - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- 
LikeAsyncFileLock.release()but thehandlerwill be called when the operation completes or if an error occurs.
- release() - Method in class io.vertx.mutiny.core.shareddata.Lock
- release() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- release() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- release() - Method in class io.vertx.mutiny.servicediscovery.ServiceReference
- release() - Method in class io.vertx.mutiny.sqlclient.Row
- release(ServiceReference) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- releaseAndAwait() - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- 
Blocking variant ofAsyncFileLock.release().
- releaseAndForget() - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- 
Variant ofAsyncFileLock.release()that ignores the result of the operation.
- releaseBlocking() - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- released() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- releaseServiceObject(ServiceDiscovery, Object) - Static method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- remaining() - Method in class io.vertx.mutiny.cassandra.ResultSet
- remainingCredits() - Method in class io.vertx.mutiny.amqp.AmqpSender
- remoteAddress() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- remoteAddress() - Method in class io.vertx.mutiny.core.http.HttpConnection
- remoteAddress() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- remoteAddress() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- remoteAddress() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- remoteAddress() - Method in class io.vertx.mutiny.core.http.WebSocket
- remoteAddress() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- remoteAddress() - Method in class io.vertx.mutiny.core.net.NetSocket
- remoteAddress() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- remoteAddress() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- remoteAddress(boolean) - Method in class io.vertx.mutiny.core.http.HttpConnection
- remoteAddress(boolean) - Method in class io.vertx.mutiny.core.net.NetSocket
- remoteSettings() - Method in class io.vertx.mutiny.core.http.HttpConnection
- remoteSettingsHandler(Consumer<Http2Settings>) - Method in class io.vertx.mutiny.core.http.HttpConnection
- remove() - Method in class io.vertx.mutiny.ext.web.Route
- remove(CharSequence) - Method in class io.vertx.mutiny.core.MultiMap
- remove(Object) - Method in class io.vertx.mutiny.core.Context
- remove(Object) - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- remove(String) - Method in class io.vertx.mutiny.core.MultiMap
- remove(String) - Method in class io.vertx.mutiny.ext.shell.session.Session
- remove(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- remove(String) - Method in class io.vertx.mutiny.ext.web.Session
- remove(K) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Remove a value from the map, asynchronously.
- removeAndAwait(K) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Blocking variant ofAsyncMap.remove(K).
- removeAndForget(K) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Variant ofAsyncMap.remove(K)that ignores the result of the operation.
- removeArgument(int) - Method in class io.vertx.mutiny.core.cli.CLI
- removeBodyEndHandler(int) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- removeCookie(String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- removeCookie(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.UseHttpServerResponse#removeCookie(String)Expire a cookie, notifying a User Agent to remove it from its cookie jar.
- removeCookie(String, boolean) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- removeCookie(String, boolean) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.UseHttpServerResponse#removeCookie(String, boolean)Remove a cookie from the cookie set. If invalidate is true then it will expire a cookie, notifying a User Agent to remove it from its cookie jar.
- removeCookie(String, String, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- removeCookie(String, String, String, boolean) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- removeCookies(String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- removeCookies(String, boolean) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- removeDocument(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Remove a single matching document from a collection and return the handler withMongoClientDeleteResultresult
- removeDocumentAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.removeDocument(String,JsonObject).
- removeDocumentAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.removeDocument(String,JsonObject)that ignores the result of the operation.
- removeDocuments(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Remove matching documents from a collection and return the handler withMongoClientDeleteResultresult
- removeDocumentsAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.removeDocuments(String,JsonObject).
- removeDocumentsAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.removeDocuments(String,JsonObject)that ignores the result of the operation.
- removeDocumentsWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresult
- removeDocumentsWithOptionsAndAwait(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.removeDocumentsWithOptions(String,JsonObject,WriteOption).
- removeDocumentsWithOptionsAndForget(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.removeDocumentsWithOptions(String,JsonObject,WriteOption)that ignores the result of the operation.
- removeDocumentWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresult
- removeDocumentWithOptionsAndAwait(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.removeDocumentWithOptions(String,JsonObject,WriteOption).
- removeDocumentWithOptionsAndForget(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.removeDocumentWithOptions(String,JsonObject,WriteOption)that ignores the result of the operation.
- removeEndHandler(int) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- removeHeader(CharSequence) - Method in class io.vertx.mutiny.ext.web.client.WebClientSession
- removeHeader(String) - Method in class io.vertx.mutiny.ext.web.client.WebClientSession
- removeHeadersEndHandler(int) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- removeIfPresent(K, V) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Remove a value from the map, only if entry already exists with same value.
- removeIfPresent(K, V) - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- removeIfPresentAndAwait(K, V) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Blocking variant ofAsyncMap.removeIfPresent(K,V).
- removeIfPresentAndForget(K, V) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Variant ofAsyncMap.removeIfPresent(K,V)that ignores the result of the operation.
- removeInboundInterceptor(Consumer<DeliveryContext<T>>) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- removeLocal(Object) - Method in class io.vertx.mutiny.core.Context
- removeOption(String) - Method in class io.vertx.mutiny.core.cli.CLI
- removeOutboundInterceptor(Consumer<DeliveryContext<T>>) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- removeTenant(String) - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- rename(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Rename a key.
- RENAME - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Rename a key.
- renameAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.rename(String,String).
- renameAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.rename(String,String)that ignores the result of the operation.
- renamenx(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Rename a key, only if the new key does not exist.
- RENAMENX - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Rename a key, only if the new key does not exist.
- renamenxAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.renamenx(String,String).
- renamenxAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.renamenx(String,String)that ignores the result of the operation.
- render(JsonObject, String) - Method in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- 
Render the template.
- render(Map<String, Object>, String) - Method in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- 
Render the template.
- renderAndAwait(JsonObject, String) - Method in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- 
Blocking variant ofTemplateEngine.render(JsonObject,String).
- renderAndAwait(Map<String, Object>, String) - Method in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- 
Blocking variant ofTemplateEngine.render(Map,String).
- renderAndForget(JsonObject, String) - Method in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- 
Variant ofTemplateEngine.render(JsonObject,String)that ignores the result of the operation.
- renderAndForget(Map<String, Object>, String) - Method in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- 
Variant ofTemplateEngine.render(Map,String)that ignores the result of the operation.
- renewSession(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Renews the given session.
- renewSessionAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.renewSession(String).
- renewSessionAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.renewSession(String)that ignores the result of the operation.
- replace(K, V) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Replace the entry only if it is currently mapped to some value
- replace(K, V) - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- replace(K, V, long) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Replace the entry only if it is currently mapped to some value
- replaceAndAwait(K, V) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Blocking variant ofAsyncMap.replace(K,V).
- replaceAndAwait(K, V, long) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Blocking variant ofAsyncMap.replace(K,V,long).
- replaceAndForget(K, V) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Variant ofAsyncMap.replace(K,V)that ignores the result of the operation.
- replaceAndForget(K, V, long) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Variant ofAsyncMap.replace(K,V,long)that ignores the result of the operation.
- replaceDocuments(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Replace matching documents in the specified collection and return the handler withMongoClientUpdateResultresult
- replaceDocumentsAndAwait(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.replaceDocuments(String,JsonObject,JsonObject).
- replaceDocumentsAndForget(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.replaceDocuments(String,JsonObject,JsonObject)that ignores the result of the operation.
- replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresult
- replaceDocumentsWithOptionsAndAwait(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.replaceDocumentsWithOptions(String,JsonObject,JsonObject,UpdateOptions).
- replaceDocumentsWithOptionsAndForget(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.replaceDocumentsWithOptions(String,JsonObject,JsonObject,UpdateOptions)that ignores the result of the operation.
- replaceIfPresent(K, V, V) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Replace the entry only if it is currently mapped to a specific value
- replaceIfPresent(K, V, V) - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- replaceIfPresent(K, V, V, long) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Replace the entry only if it is currently mapped to a specific value
- replaceIfPresentAndAwait(K, V, V) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Blocking variant ofAsyncMap.replaceIfPresent(K,V,V).
- replaceIfPresentAndAwait(K, V, V, long) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Blocking variant ofAsyncMap.replaceIfPresent(K,V,V,long).
- replaceIfPresentAndForget(K, V, V) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Variant ofAsyncMap.replaceIfPresent(K,V,V)that ignores the result of the operation.
- replaceIfPresentAndForget(K, V, V, long) - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Variant ofAsyncMap.replaceIfPresent(K,V,V,long)that ignores the result of the operation.
- replconf(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
An internal command for configuring the replication stream.
- REPLCONF - Static variable in class io.vertx.mutiny.redis.client.Command
- 
An internal command for configuring the replication stream.
- replconfAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.replconf(List).
- replconfAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.replconf(List)that ignores the result of the operation.
- replicaof(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Make the server a replica of another instance, or promote it as master.
- REPLICAOF - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Make the server a replica of another instance, or promote it as master.
- replicaofAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.replicaof(String,String).
- replicaofAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.replicaof(String,String)that ignores the result of the operation.
- reply(Object) - Method in class io.vertx.mutiny.core.eventbus.Message
- reply(Object, DeliveryOptions) - Method in class io.vertx.mutiny.core.eventbus.Message
- replyAddress() - Method in class io.vertx.mutiny.core.eventbus.Message
- replyAndRequest(Object) - Method in class io.vertx.mutiny.core.eventbus.Message
- 
Reply to this message, specifying areplyHandlerfor the reply - i.e.
- replyAndRequest(Object, DeliveryOptions) - Method in class io.vertx.mutiny.core.eventbus.Message
- 
LikeMessage.replyAndRequest(java.lang.Object)but specifyingoptionsthat can be used to configure the delivery.
- replyAndRequestAndAwait(Object) - Method in class io.vertx.mutiny.core.eventbus.Message
- 
Blocking variant ofMessage.replyAndRequest(Object).
- replyAndRequestAndAwait(Object, DeliveryOptions) - Method in class io.vertx.mutiny.core.eventbus.Message
- 
Blocking variant ofMessage.replyAndRequest(Object,DeliveryOptions).
- replyAndRequestAndForget(Object) - Method in class io.vertx.mutiny.core.eventbus.Message
- 
Variant ofMessage.replyAndRequest(Object)that ignores the result of the operation.
- replyAndRequestAndForget(Object, DeliveryOptions) - Method in class io.vertx.mutiny.core.eventbus.Message
- 
Variant ofMessage.replyAndRequest(Object,DeliveryOptions)that ignores the result of the operation.
- replyTo() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- replyTo(String) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- replyToGroupId() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- replyToGroupId(String) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- request() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- request() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- request() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
- request() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- request(HttpMethod, int, String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- request(HttpMethod, int, String, String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Create an HTTP request to send to the server at thehostandport.
- request(HttpMethod, int, String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- request(HttpMethod, RequestOptions) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- request(HttpMethod, SocketAddress, int, String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- request(HttpMethod, SocketAddress, int, String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- request(HttpMethod, SocketAddress, RequestOptions) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- request(HttpMethod, SocketAddress, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- request(HttpMethod, SocketAddress, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- request(HttpMethod, SocketAddress, String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- request(HttpMethod, SocketAddress, String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- request(HttpMethod, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- request(HttpMethod, String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- request(HttpMethod, String, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- request(HttpMethod, String, String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Create an HTTP request to send to the server at thehostand default port.
- request(HttpMethod, String, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- request(RequestOptions) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Create an HTTP request to send to the server.
- request(String, Object) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- 
Sends a message and specify areplyHandlerthat will be called if the recipient subsequently replies to the message.
- request(String, Object, DeliveryOptions) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- 
LikeEventBus.request(java.lang.String, java.lang.Object)but specifyingoptionsthat can be used to configure the delivery.
- Request - Class in io.vertx.mutiny.redis.client
- 
Builder for REDIS requests that will be encoded according to the RESP protocol was introduced in Redis 1.2.
- Request(Request) - Constructor for class io.vertx.mutiny.redis.client.Request
- Request(Object) - Constructor for class io.vertx.mutiny.redis.client.Request
- REQUEST_CONTEXT_KEY - Static variable in class io.vertx.mutiny.ext.web.validation.ValidationHandler
- requestAbs(HttpMethod, SocketAddress, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- requestAbs(HttpMethod, SocketAddress, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- requestAbs(HttpMethod, UriTemplate) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- requestAbs(HttpMethod, String) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- requestAndAwait(HttpMethod, int, String, String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Blocking variant ofHttpClient.request(HttpMethod,int,String,String).
- requestAndAwait(HttpMethod, String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Blocking variant ofHttpClient.request(HttpMethod,String).
- requestAndAwait(HttpMethod, String, String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Blocking variant ofHttpClient.request(HttpMethod,String,String).
- requestAndAwait(RequestOptions) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Blocking variant ofHttpClient.request(RequestOptions).
- requestAndAwait(String, Object) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- 
Blocking variant ofEventBus.request(String,Object).
- requestAndAwait(String, Object, DeliveryOptions) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- 
Blocking variant ofEventBus.request(String,Object,DeliveryOptions).
- requestAndForget(HttpMethod, int, String, String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Variant ofHttpClient.request(HttpMethod,int,String,String)that ignores the result of the operation.
- requestAndForget(HttpMethod, String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Variant ofHttpClient.request(HttpMethod,String)that ignores the result of the operation.
- requestAndForget(HttpMethod, String, String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Variant ofHttpClient.request(HttpMethod,String,String)that ignores the result of the operation.
- requestAndForget(RequestOptions) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Variant ofHttpClient.request(RequestOptions)that ignores the result of the operation.
- requestAndForget(String, Object) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- 
Variant ofEventBus.request(String,Object)that ignores the result of the operation.
- requestAndForget(String, Object, DeliveryOptions) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- 
Variant ofEventBus.request(String,Object,DeliveryOptions)that ignores the result of the operation.
- RequestBody - Class in io.vertx.mutiny.ext.web
- RequestBody - Class in io.vertx.mutiny.openapi.contract
- 
This interface represents the most important attributes of an OpenAPI Operation.
- RequestBody(RequestBody) - Constructor for class io.vertx.mutiny.ext.web.RequestBody
- RequestBody(RequestBody) - Constructor for class io.vertx.mutiny.openapi.contract.RequestBody
- RequestBody(Object) - Constructor for class io.vertx.mutiny.ext.web.RequestBody
- RequestBody(Object) - Constructor for class io.vertx.mutiny.openapi.contract.RequestBody
- RequestExtractor - Class in io.vertx.mutiny.ext.web.openapi.router
- RequestExtractor(RequestExtractor) - Constructor for class io.vertx.mutiny.ext.web.openapi.router.RequestExtractor
- RequestExtractor(Object) - Constructor for class io.vertx.mutiny.ext.web.openapi.router.RequestExtractor
- requestHandler(Consumer<HttpServerRequest>) - Method in class io.vertx.mutiny.core.http.HttpServer
- RequestParameter - Class in io.vertx.mutiny.ext.web.api
- 
Deprecated.
- RequestParameter - Class in io.vertx.mutiny.ext.web.validation
- 
Request parameter holder
- RequestParameter - Class in io.vertx.mutiny.openapi.validation
- RequestParameter(RequestParameter) - Constructor for class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- RequestParameter(RequestParameter) - Constructor for class io.vertx.mutiny.ext.web.validation.RequestParameter
- RequestParameter(RequestParameter) - Constructor for class io.vertx.mutiny.openapi.validation.RequestParameter
- RequestParameter(Object) - Constructor for class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- RequestParameter(Object) - Constructor for class io.vertx.mutiny.ext.web.validation.RequestParameter
- RequestParameter(Object) - Constructor for class io.vertx.mutiny.openapi.validation.RequestParameter
- RequestParameters - Class in io.vertx.mutiny.ext.web.api
- 
Deprecated.
- RequestParameters - Class in io.vertx.mutiny.ext.web.validation
- 
Container for request parameters
- RequestParameters(RequestParameters) - Constructor for class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- RequestParameters(RequestParameters) - Constructor for class io.vertx.mutiny.ext.web.validation.RequestParameters
- RequestParameters(Object) - Constructor for class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- RequestParameters(Object) - Constructor for class io.vertx.mutiny.ext.web.validation.RequestParameters
- RequestPredicate - Class in io.vertx.mutiny.ext.web.validation
- 
Request predicate
- RequestPredicate(RequestPredicate) - Constructor for class io.vertx.mutiny.ext.web.validation.RequestPredicate
- RequestPredicate(Object) - Constructor for class io.vertx.mutiny.ext.web.validation.RequestPredicate
- RequestPredicateResult - Class in io.vertx.mutiny.ext.web.validation
- 
Result of aRequestPredicate
- RequestPredicateResult(RequestPredicateResult) - Constructor for class io.vertx.mutiny.ext.web.validation.RequestPredicateResult
- RequestPredicateResult(Object) - Constructor for class io.vertx.mutiny.ext.web.validation.RequestPredicateResult
- requestStream() - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Deprecated.instead use#requestHandler(Handler)
- RequestValidator - Class in io.vertx.mutiny.openapi.validation
- 
TheRequestValidatorrequires theparametersin a specific format to be able to parse and validate them.
- RequestValidator(RequestValidator) - Constructor for class io.vertx.mutiny.openapi.validation.RequestValidator
- RequestValidator(Object) - Constructor for class io.vertx.mutiny.openapi.validation.RequestValidator
- requiresBody() - Method in class io.vertx.mutiny.ext.web.client.predicate.ErrorConverter
- 
Deprecated.
- reroute(HttpMethod, String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- reroute(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- reset() - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- reset() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- reset() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- reset() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Reset the connection.
- reset(long) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- reset(long) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- reset(long, Throwable) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- RESET - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Reset the connection.
- resetAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.reset().
- resetAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.reset()that ignores the result of the operation.
- resetConnection() - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Send a RESET_CONNECTION command to reset the session state.
- resetConnectionAndAwait() - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Blocking variant ofMySQLConnection.resetConnection().
- resetConnectionAndForget() - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Variant ofMySQLConnection.resetConnection()that ignores the result of the operation.
- resizehandler(Runnable) - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- resizehandler(Runnable) - Method in class io.vertx.mutiny.ext.shell.term.Term
- resizehandler(Runnable) - Method in class io.vertx.mutiny.ext.shell.term.Tty
- resolve() - Method in class io.vertx.mutiny.json.schema.JsonSchema
- resolve(JsonObject) - Static method in class io.vertx.mutiny.json.schema.Ref
- resolve(JsonObject) - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- resolve(JsonSchema) - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- resolve(String) - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- resolveA(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Try to resolve all A (ipv4) records for the given name.
- resolveAAAA(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Try to resolve all AAAA (ipv6) records for the given name.
- resolveAAAAAndAwait(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Blocking variant ofDnsClient.resolveAAAA(String).
- resolveAAAAAndForget(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Variant ofDnsClient.resolveAAAA(String)that ignores the result of the operation.
- resolveAAndAwait(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Blocking variant ofDnsClient.resolveA(String).
- resolveAAndForget(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Variant ofDnsClient.resolveA(String)that ignores the result of the operation.
- resolveCachedSchema(JsonPointer, JsonPointer, SchemaParser) - Method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- resolveCNAME(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Try to resolve the CNAME record for the given name.
- resolveCNAMEAndAwait(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Blocking variant ofDnsClient.resolveCNAME(String).
- resolveCNAMEAndForget(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Variant ofDnsClient.resolveCNAME(String)that ignores the result of the operation.
- resolveMX(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Try to resolve the MX records for the given name.
- resolveMXAndAwait(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Blocking variant ofDnsClient.resolveMX(String).
- resolveMXAndForget(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Variant ofDnsClient.resolveMX(String)that ignores the result of the operation.
- resolveNS(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Try to resolve the NS records for the given name.
- resolveNSAndAwait(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Blocking variant ofDnsClient.resolveNS(String).
- resolveNSAndForget(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Variant ofDnsClient.resolveNS(String)that ignores the result of the operation.
- resolvePTR(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Try to resolve the PTR record for the given name.
- resolvePTRAndAwait(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Blocking variant ofDnsClient.resolvePTR(String).
- resolvePTRAndForget(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Variant ofDnsClient.resolvePTR(String)that ignores the result of the operation.
- resolveRef(JsonPointer, JsonPointer, SchemaParser) - Method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- resolveRefAndAwait(JsonPointer, JsonPointer, SchemaParser) - Method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- resolveRefAndForget(JsonPointer, JsonPointer, SchemaParser) - Method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- resolveSRV(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Try to resolve the SRV records for the given name.
- resolveSRVAndAwait(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Blocking variant ofDnsClient.resolveSRV(String).
- resolveSRVAndForget(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Variant ofDnsClient.resolveSRV(String)that ignores the result of the operation.
- resolveTXT(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Try to resolve the TXT records for the given name.
- resolveTXTAndAwait(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Blocking variant ofDnsClient.resolveTXT(String).
- resolveTXTAndForget(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Variant ofDnsClient.resolveTXT(String)that ignores the result of the operation.
- respond(Function<RoutingContext, Uni<T>>) - Method in class io.vertx.mutiny.ext.web.Route
- response() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Set a callback for the associatedHttpClientResponse.
- response() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- response() - Method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
- 
Deprecated.
- response() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- response() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
- response() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- Response - Class in io.vertx.mutiny.openapi.contract
- Response - Class in io.vertx.mutiny.redis.client
- 
The response received from the REDIS server.
- Response(Response) - Constructor for class io.vertx.mutiny.openapi.contract.Response
- Response(Response) - Constructor for class io.vertx.mutiny.redis.client.Response
- Response(Object) - Constructor for class io.vertx.mutiny.openapi.contract.Response
- Response(Object) - Constructor for class io.vertx.mutiny.redis.client.Response
- responseAndAwait() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Blocking variant ofHttpClientRequest.response().
- responseAndForget() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Variant ofHttpClientRequest.response()that ignores the result of the operation.
- ResponseContentTypeHandler - Class in io.vertx.mutiny.ext.web.handler
- 
A handler which sets the response content type automatically according to the bestAcceptheader match.
- ResponseContentTypeHandler(ResponseContentTypeHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
- ResponseContentTypeHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
- ResponseParameter - Class in io.vertx.mutiny.openapi.validation
- ResponseParameter(ResponseParameter) - Constructor for class io.vertx.mutiny.openapi.validation.ResponseParameter
- ResponseParameter(Object) - Constructor for class io.vertx.mutiny.openapi.validation.ResponseParameter
- ResponsePredicate - Class in io.vertx.mutiny.ext.web.client.predicate
- 
Deprecated.
- ResponsePredicate(ResponsePredicate) - Constructor for class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- ResponsePredicate(Object) - Constructor for class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- ResponsePredicateResult - Class in io.vertx.mutiny.ext.web.client.predicate
- 
Deprecated.
- ResponsePredicateResult(ResponsePredicateResult) - Constructor for class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
- 
Deprecated.
- ResponsePredicateResult(Object) - Constructor for class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
- 
Deprecated.
- ResponseTimeHandler - Class in io.vertx.mutiny.ext.web.handler
- 
Handler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.
- ResponseTimeHandler(ResponseTimeHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
- ResponseTimeHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
- restart() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- restartConnect(int) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
restart the rabbitMQ connect.
- restartConnectAndAwait(int) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.restartConnect(int).
- restartConnectAndForget(int) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.restartConnect(int)that ignores the result of the operation.
- restore() - Method in class io.vertx.mutiny.ext.web.UserContext
- restore(String) - Method in class io.vertx.mutiny.ext.web.UserContext
- restore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Create a key using the provided serialized value, previously obtained using DUMP.
- RESTORE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Create a key using the provided serialized value, previously obtained using DUMP.
- RESTORE_ASKING - Static variable in class io.vertx.mutiny.redis.client.Command
- 
An internal command for migrating keys in a cluster.
- restoreAndAwait() - Method in class io.vertx.mutiny.ext.web.UserContext
- restoreAndAwait(String) - Method in class io.vertx.mutiny.ext.web.UserContext
- restoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.restore(List).
- restoreAndForget() - Method in class io.vertx.mutiny.ext.web.UserContext
- restoreAndForget(String) - Method in class io.vertx.mutiny.ext.web.UserContext
- restoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.restore(List)that ignores the result of the operation.
- restoreAsking(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
An internal command for migrating keys in a cluster.
- restoreAskingAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.restoreAsking(List).
- restoreAskingAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.restoreAsking(List)that ignores the result of the operation.
- resultMapper(Function<CheckResult, Uni<CheckResult>>) - Method in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- ResultSet - Class in io.vertx.mutiny.cassandra
- 
It is likeAsyncResultSet, but adapted for Vert.x.
- ResultSet(ResultSet) - Constructor for class io.vertx.mutiny.cassandra.ResultSet
- ResultSet(Object) - Constructor for class io.vertx.mutiny.cassandra.ResultSet
- resultSetClosedHandler(Runnable) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- resume() - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
- resume() - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- resume() - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- resume() - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Deprecated.no replacement for back-pressure, instead ignore the packet or buffer it somewhere
- resume() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- resume() - Method in class io.vertx.mutiny.core.file.AsyncFile
- resume() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- resume() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- resume() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- resume() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- resume() - Method in class io.vertx.mutiny.core.http.WebSocket
- resume() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- resume() - Method in class io.vertx.mutiny.core.net.NetSocket
- resume() - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- resume() - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- resume() - Method in interface io.vertx.mutiny.core.streams.ReadStream
- resume() - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- resume() - Method in class io.vertx.mutiny.ext.shell.system.Job
- resume() - Method in class io.vertx.mutiny.ext.shell.system.Process
- resume() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- resume() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- resume() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- resume() - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- resume() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- resume() - Method in class io.vertx.mutiny.redis.client.RedisConnection
- resume() - Method in class io.vertx.mutiny.sqlclient.RowStream
- resume(boolean) - Method in class io.vertx.mutiny.ext.shell.system.Job
- resume(boolean) - Method in class io.vertx.mutiny.ext.shell.system.Process
- resume(boolean, Runnable) - Method in class io.vertx.mutiny.ext.shell.system.Process
- resume(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Resume specified partition which have been paused with pause.
- resume(Runnable) - Method in class io.vertx.mutiny.ext.shell.system.Process
- resume(Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Resume specified partitions which have been paused with pause.
- resumeAndAwait(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.resume(TopicPartition).
- resumeAndAwait(Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.resume(Set).
- resumeAndForget(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.resume(TopicPartition)that ignores the result of the operation.
- resumeAndForget(Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.resume(Set)that ignores the result of the operation.
- resumeHandler(Runnable) - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- RETRY_AFTER - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Retry-After header name
- retryPolicy(RetryPolicy) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- retryPolicy(Function<Integer, Long>) - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- 
Deprecated.useCircuitBreaker.retryPolicy(RetryPolicy)instead
- RetryPolicy - Class in io.vertx.mutiny.circuitbreaker
- 
A policy for retry execution.
- RetryPolicy(RetryPolicy) - Constructor for class io.vertx.mutiny.circuitbreaker.RetryPolicy
- RetryPolicy(Object) - Constructor for class io.vertx.mutiny.circuitbreaker.RetryPolicy
- retryTimeout() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- reverseLookup(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Try to do a reverse lookup of an IP address.
- reverseLookupAndAwait(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Blocking variant ofDnsClient.reverseLookup(String).
- reverseLookupAndForget(String) - Method in class io.vertx.mutiny.core.dns.DnsClient
- 
Variant ofDnsClient.reverseLookup(String)that ignores the result of the operation.
- reverseProxy(ProxyOptions, HttpClient) - Static method in class io.vertx.mutiny.httpproxy.HttpProxy
- reverseProxy(HttpClient) - Static method in class io.vertx.mutiny.httpproxy.HttpProxy
- reverseProxy(HttpServerRequest) - Static method in class io.vertx.mutiny.httpproxy.ProxyRequest
- revoke(User) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Revoke an obtained access token.
- revoke(User, String) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Revoke an obtained access or refresh token.
- revokeAndAwait(User) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Blocking variant ofOAuth2Auth.revoke(io.vertx.mutiny.ext.auth.User).
- revokeAndAwait(User, String) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Blocking variant ofOAuth2Auth.revoke(io.vertx.mutiny.ext.auth.User,String).
- revokeAndForget(User) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Variant ofOAuth2Auth.revoke(io.vertx.mutiny.ext.auth.User)that ignores the result of the operation.
- revokeAndForget(User, String) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Variant ofOAuth2Auth.revoke(io.vertx.mutiny.ext.auth.User,String)that ignores the result of the operation.
- RockerTemplateEngine - Class in io.vertx.mutiny.ext.web.templ.rocker
- 
A template engine that uses the Rocker library.
- RockerTemplateEngine(RockerTemplateEngine) - Constructor for class io.vertx.mutiny.ext.web.templ.rocker.RockerTemplateEngine
- RockerTemplateEngine(Object) - Constructor for class io.vertx.mutiny.ext.web.templ.rocker.RockerTemplateEngine
- role() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return the role of the instance in the context of replication.
- ROLE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return the role of the instance in the context of replication.
- ROLE_PREFIX - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
The prefix which is used by the method when checking for role access
- roleAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.role().
- roleAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.role()that ignores the result of the operation.
- RoleBasedAuthorization - Class in io.vertx.mutiny.ext.auth.authorization
- 
Represents a role.
- RoleBasedAuthorization(RoleBasedAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.authorization.RoleBasedAuthorization
- RoleBasedAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.authorization.RoleBasedAuthorization
- rollback() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Rolls back all changes made since the previous commit/rollback.
- rollback() - Method in class io.vertx.mutiny.sqlclient.Transaction
- 
LikeTransaction.rollback()with an handler to be notified when the transaction rollback has completed
- rollbackAndAwait() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.rollback().
- rollbackAndAwait() - Method in class io.vertx.mutiny.sqlclient.Transaction
- 
Blocking variant ofTransaction.rollback().
- rollbackAndForget() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.rollback()that ignores the result of the operation.
- rollbackAndForget() - Method in class io.vertx.mutiny.sqlclient.Transaction
- 
Variant ofTransaction.rollback()that ignores the result of the operation.
- rootHandler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- rootHandler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- route() - Method in class io.vertx.mutiny.ext.web.Router
- route(HttpMethod, String) - Method in class io.vertx.mutiny.ext.web.Router
- route(String) - Method in class io.vertx.mutiny.ext.web.Router
- Route - Class in io.vertx.mutiny.ext.web
- 
A route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed to a handler.
- Route(Route) - Constructor for class io.vertx.mutiny.ext.web.Route
- Route(Object) - Constructor for class io.vertx.mutiny.ext.web.Route
- routed(String) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- router() - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- router(Vertx) - Static method in class io.vertx.mutiny.ext.web.Router
- Router - Class in io.vertx.mutiny.ext.web
- 
A router receives request from anHttpServerand routes it to the first matchingRoutethat it contains.
- Router(Router) - Constructor for class io.vertx.mutiny.ext.web.Router
- Router(Object) - Constructor for class io.vertx.mutiny.ext.web.Router
- RouterBuilder - Class in io.vertx.mutiny.ext.web.openapi.router
- 
Interface to build a Vert.x Web from an OpenAPI 3 contract.
- RouterBuilder - Class in io.vertx.mutiny.ext.web.openapi
- 
Interface to build a Vert.x Web from an OpenAPI 3 contract.
- RouterBuilder(RouterBuilder) - Constructor for class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- RouterBuilder(RouterBuilder) - Constructor for class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- RouterBuilder(Object) - Constructor for class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- RouterBuilder(Object) - Constructor for class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- RouterFactory - Interface in io.vertx.mutiny.ext.web.api.contract
- 
Deprecated.
- RouteToEBServiceHandler - Class in io.vertx.mutiny.ext.web.api.service
- 
Handler that proxy the request to an event bus endpoint, waits for the reply and then writes the HTTP response.
- RouteToEBServiceHandler(RouteToEBServiceHandler) - Constructor for class io.vertx.mutiny.ext.web.api.service.RouteToEBServiceHandler
- RouteToEBServiceHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.api.service.RouteToEBServiceHandler
- routeToEventBus(String) - Method in class io.vertx.mutiny.ext.web.openapi.Operation
- routeToEventBus(String, DeliveryOptions) - Method in class io.vertx.mutiny.ext.web.openapi.Operation
- routeWithRegex(HttpMethod, String) - Method in class io.vertx.mutiny.ext.web.Router
- routeWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
- routingContext() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- RoutingContext - Class in io.vertx.mutiny.ext.web
- 
Represents the context for the handling of a request in Vert.x-Web.
- RoutingContext(RoutingContext) - Constructor for class io.vertx.mutiny.ext.web.RoutingContext
- RoutingContext(Object) - Constructor for class io.vertx.mutiny.ext.web.RoutingContext
- Row - Class in io.vertx.mutiny.sqlclient
- 
A single row of theexecution result rowset.
- Row(Row) - Constructor for class io.vertx.mutiny.sqlclient.Row
- Row(Object) - Constructor for class io.vertx.mutiny.sqlclient.Row
- rowCount() - Method in class io.vertx.mutiny.sqlclient.SqlResult
- RowIterator<R> - Class in io.vertx.mutiny.sqlclient
- 
An iterator for processing rows.
- RowIterator(RowIterator) - Constructor for class io.vertx.mutiny.sqlclient.RowIterator
- RowIterator(RowIterator, TypeArg<R>) - Constructor for class io.vertx.mutiny.sqlclient.RowIterator
- RowIterator(Object, TypeArg<R>) - Constructor for class io.vertx.mutiny.sqlclient.RowIterator
- RowMapper<T> - Class in io.vertx.mutiny.sqlclient.templates
- 
Map a to an arbitraryTobject.
- RowMapper(RowMapper) - Constructor for class io.vertx.mutiny.sqlclient.templates.RowMapper
- RowMapper(RowMapper, TypeArg<T>) - Constructor for class io.vertx.mutiny.sqlclient.templates.RowMapper
- RowMapper(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.sqlclient.templates.RowMapper
- RowSet<R> - Class in io.vertx.mutiny.sqlclient
- 
The execution result of the row set of a query provided asRowSet.
- RowSet(RowSet) - Constructor for class io.vertx.mutiny.sqlclient.RowSet
- RowSet(RowSet, TypeArg<R>) - Constructor for class io.vertx.mutiny.sqlclient.RowSet
- RowSet(Object, TypeArg<R>) - Constructor for class io.vertx.mutiny.sqlclient.RowSet
- RowStream<T> - Class in io.vertx.mutiny.sqlclient
- 
A row oriented stream.
- RowStream(RowStream) - Constructor for class io.vertx.mutiny.sqlclient.RowStream
- RowStream(RowStream, TypeArg<T>) - Constructor for class io.vertx.mutiny.sqlclient.RowStream
- RowStream(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.sqlclient.RowStream
- rpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove and get the last elements in a list.
- RPOP - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove and get the last elements in a list.
- rpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.rpop(List).
- rpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.rpop(List)that ignores the result of the operation.
- rpoplpush(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove the last element in a list, prepend it to another list and return it.
- RPOPLPUSH - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove the last element in a list, prepend it to another list and return it.
- rpoplpushAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.rpoplpush(String,String).
- rpoplpushAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.rpoplpush(String,String)that ignores the result of the operation.
- rpush(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Append one or multiple elements to a list.
- RPUSH - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Append one or multiple elements to a list.
- rpushAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.rpush(List).
- rpushAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.rpush(List)that ignores the result of the operation.
- rpushx(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Append an element to a list, only if the list exists.
- RPUSHX - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Append an element to a list, only if the list exists.
- rpushxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.rpushx(List).
- rpushxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.rpushx(List)that ignores the result of the operation.
- run() - Method in class io.vertx.mutiny.ext.shell.system.Job
- run() - Method in class io.vertx.mutiny.ext.shell.system.Process
- run(boolean) - Method in class io.vertx.mutiny.ext.shell.system.Process
- runCommand(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Run an arbitrary MongoDB command.
- runCommandAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.runCommand(String,JsonObject).
- runCommandAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.runCommand(String,JsonObject)that ignores the result of the operation.
- runOnContext(Runnable) - Method in class io.vertx.mutiny.core.Context
- runOnContext(Runnable) - Method in class io.vertx.mutiny.core.Vertx
S
- sadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Add one or more members to a set.
- SADD - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Add one or more members to a set.
- saddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.sadd(List).
- saddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.sadd(List)that ignores the result of the operation.
- SalesforceAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for Salesforce.
- SalesforceAuth(SalesforceAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.SalesforceAuth
- SalesforceAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.SalesforceAuth
- SAMEORIGIN - Static variable in class io.vertx.mutiny.ext.web.handler.XFrameHandler
- 
The page can only be displayed in a frame on the same origin as the page itself.
- save() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Synchronously save the dataset to disk.
- save(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Save a document in the specified collection
- SAVE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Synchronously save the dataset to disk.
- saveAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.save().
- saveAndAwait(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.save(String,JsonObject).
- saveAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.save()that ignores the result of the operation.
- saveAndForget(String, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.save(String,JsonObject)that ignores the result of the operation.
- saveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Save a document in the specified collection with the specified write option
- saveWithOptionsAndAwait(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.saveWithOptions(String,JsonObject,WriteOption).
- saveWithOptionsAndForget(String, JsonObject, WriteOption) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.saveWithOptions(String,JsonObject,WriteOption)that ignores the result of the operation.
- SC_ACCEPTED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.202 Accepted
- SC_BAD_GATEWAY - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.502 Bad Gateway
- SC_BAD_REQUEST - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.400 Bad Request
- SC_CLIENT_ERRORS - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.Any 4XX client error
- SC_CONFLICT - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.409 Conflict
- SC_CONTINUE - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.100 Continue
- SC_CREATED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.201 Created
- SC_EARLY_HINTS - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.103 Early Hints
- SC_EXPECTATION_FAILED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.417 Expectation Failed
- SC_FAILED_DEPENDENCY - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.424 Failed Dependency (WebDAV, RFC4918)
- SC_FORBIDDEN - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.403 Forbidden
- SC_FOUND - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.302 Found
- SC_GATEWAY_TIMEOUT - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.504 Gateway Timeout
- SC_GONE - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.410 Gone
- SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.505 HTTP Version Not Supported
- SC_INFORMATIONAL_RESPONSE - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.Any 1XX informational response
- SC_INSUFFICIENT_STORAGE - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.507 Insufficient Storage (WebDAV, RFC4918)
- SC_INTERNAL_SERVER_ERROR - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.500 Internal Server Error
- SC_LENGTH_REQUIRED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.411 Length Required
- SC_LOCKED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.423 Locked (WebDAV, RFC4918)
- SC_METHOD_NOT_ALLOWED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.405 Method Not Allowed
- SC_MISDIRECTED_REQUEST - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.421 Misdirected Request
- SC_MOVED_PERMANENTLY - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.301 Moved Permanently
- SC_MULTI_STATUS - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.207 Multi-Status (WebDAV, RFC2518)
- SC_MULTIPLE_CHOICES - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.300 Multiple Choices
- SC_NETWORK_AUTHENTICATION_REQUIRED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.511 Network Authentication Required (RFC6585)
- SC_NO_CONTENT - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.204 No Content
- SC_NON_AUTHORITATIVE_INFORMATION - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.203 Non-Authoritative Information (since HTTP/1.1)
- SC_NOT_ACCEPTABLE - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.406 Not Acceptable
- SC_NOT_EXTENDED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.510 Not Extended (RFC2774)
- SC_NOT_FOUND - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.404 Not Found
- SC_NOT_IMPLEMENTED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.501 Not Implemented
- SC_NOT_MODIFIED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.304 Not Modified
- SC_OK - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.200 OK
- SC_PARTIAL_CONTENT - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.206 Partial Content
- SC_PAYMENT_REQUIRED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.402 Payment Required
- SC_PERMANENT_REDIRECT - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.308 Permanent Redirect (RFC7538)
- SC_PRECONDITION_FAILED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.412 Precondition Failed
- SC_PRECONDITION_REQUIRED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.428 Precondition Required (RFC6585)
- SC_PROCESSING - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.102 Processing (WebDAV, RFC2518)
- SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.407 Proxy Authentication Required
- SC_REDIRECTION - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.Any 3XX redirection
- SC_REQUEST_ENTITY_TOO_LARGE - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.413 Request Entity Too Large
- SC_REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.431 Request Header Fields Too Large (RFC6585)
- SC_REQUEST_TIMEOUT - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.408 Request Timeout
- SC_REQUEST_URI_TOO_LONG - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.414 Request-URI Too Long
- SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.416 Requested Range Not Satisfiable
- SC_RESET_CONTENT - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.205 Reset Content
- SC_SEE_OTHER - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.303 See Other (since HTTP/1.1)
- SC_SERVER_ERRORS - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.Any 5XX server error
- SC_SERVICE_UNAVAILABLE - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.503 Service Unavailable
- SC_SUCCESS - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.Any 2XX success
- SC_SWITCHING_PROTOCOLS - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.101 Switching Protocols
- SC_TEMPORARY_REDIRECT - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.307 Temporary Redirect (since HTTP/1.1)
- SC_TOO_MANY_REQUESTS - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.429 Too Many Requests (RFC6585)
- SC_UNAUTHORIZED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.401 Unauthorized
- SC_UNORDERED_COLLECTION - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.425 Unordered Collection (WebDAV, RFC3648)
- SC_UNPROCESSABLE_ENTITY - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.422 Unprocessable Entity (WebDAV, RFC4918)
- SC_UNSUPPORTED_MEDIA_TYPE - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.415 Unsupported Media Type
- SC_UPGRADE_REQUIRED - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.426 Upgrade Required (RFC2817)
- SC_USE_PROXY - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.305 Use Proxy (since HTTP/1.1)
- SC_VARIANT_ALSO_NEGOTIATES - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.506 Variant Also Negotiates (RFC2295)
- scan(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Incrementally iterate the keys space.
- SCAN - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Incrementally iterate the keys space.
- scanAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.scan(List).
- scanAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.scan(List)that ignores the result of the operation.
- scard(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the number of members in a set.
- SCARD - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the number of members in a set.
- scardAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.scard(String).
- scardAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.scard(String)that ignores the result of the operation.
- Schema - Class in io.vertx.mutiny.json.schema
- 
Deprecated.
- Schema(Schema) - Constructor for class io.vertx.mutiny.json.schema.Schema
- 
Deprecated.
- Schema(Object) - Constructor for class io.vertx.mutiny.json.schema.Schema
- 
Deprecated.
- SchemaParser - Class in io.vertx.mutiny.json.schema
- 
Deprecated.
- SchemaParser(SchemaParser) - Constructor for class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- SchemaParser(Object) - Constructor for class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- SchemaRepository - Class in io.vertx.mutiny.json.schema
- 
A repository is a holder of dereferenced schemas, it can be used to create validator instances for a specific schema.
- SchemaRepository(SchemaRepository) - Constructor for class io.vertx.mutiny.json.schema.SchemaRepository
- SchemaRepository(Object) - Constructor for class io.vertx.mutiny.json.schema.SchemaRepository
- SchemaRouter - Class in io.vertx.mutiny.json.schema
- 
Deprecated.
- SchemaRouter(SchemaRouter) - Constructor for class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- SchemaRouter(Object) - Constructor for class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- scheme() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- scheme() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- scheme() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- ScopeAuthorization - Class in io.vertx.mutiny.ext.auth.oauth2.authorization
- 
Scope is a mechanism in OAuth 2.0 to limit an application's access to a user's account.
- ScopeAuthorization(ScopeAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.authorization.ScopeAuthorization
- ScopeAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.authorization.ScopeAuthorization
- scopeDelimiter(String) - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
- script(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A container for Lua scripts management commands.
- SCRIPT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A container for Lua scripts management commands.
- scriptAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.script(List).
- scriptAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.script(List)that ignores the result of the operation.
- sdiff(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Subtract multiple sets.
- SDIFF - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Subtract multiple sets.
- sdiffAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.sdiff(List).
- sdiffAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.sdiff(List)that ignores the result of the operation.
- sdiffstore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Subtract multiple sets and store the resulting set in a key.
- SDIFFSTORE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Subtract multiple sets and store the resulting set in a key.
- sdiffstoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.sdiffstore(List).
- sdiffstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.sdiffstore(List)that ignores the result of the operation.
- secretKey() - Method in class io.vertx.mutiny.pgclient.PgConnection
- securityHandler(String) - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- securityHandler(String, AuthenticationHandler) - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- SecurityPolicyHandler - Interface in io.vertx.mutiny.ext.web.handler
- 
Base security policy interface for handlers that provide HTTP security related headers.
- SecurityRequirement - Class in io.vertx.mutiny.openapi.contract
- 
A Security requirement is an object that contains the names of the security schemes that apply to the operation.
- SecurityRequirement(SecurityRequirement) - Constructor for class io.vertx.mutiny.openapi.contract.SecurityRequirement
- SecurityRequirement(Object) - Constructor for class io.vertx.mutiny.openapi.contract.SecurityRequirement
- securityScheme(String) - Method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- SecurityScheme - Class in io.vertx.mutiny.ext.web.openapi
- 
An authentication handler factory.
- SecurityScheme - Class in io.vertx.mutiny.openapi.contract
- 
Represents a Security Scheme Object.
- SecurityScheme(SecurityScheme) - Constructor for class io.vertx.mutiny.ext.web.openapi.SecurityScheme
- SecurityScheme(SecurityScheme) - Constructor for class io.vertx.mutiny.openapi.contract.SecurityScheme
- SecurityScheme(Object) - Constructor for class io.vertx.mutiny.ext.web.openapi.SecurityScheme
- SecurityScheme(Object) - Constructor for class io.vertx.mutiny.openapi.contract.SecurityScheme
- seek(TopicPartition, long) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Overrides the fetch offsets that the consumer will use on the next poll.
- seekAndAwait(TopicPartition, long) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.seek(TopicPartition,long).
- seekAndForget(TopicPartition, long) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.seek(TopicPartition,long)that ignores the result of the operation.
- seekToBeginning(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Seek to the first offset for each of the given partition.
- seekToBeginning(Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Seek to the first offset for each of the given partitions.
- seekToBeginningAndAwait(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.seekToBeginning(TopicPartition).
- seekToBeginningAndAwait(Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.seekToBeginning(Set).
- seekToBeginningAndForget(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.seekToBeginning(TopicPartition)that ignores the result of the operation.
- seekToBeginningAndForget(Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.seekToBeginning(Set)that ignores the result of the operation.
- seekToEnd(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Seek to the last offset for each of the given partition.
- seekToEnd(Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Seek to the last offset for each of the given partitions.
- seekToEndAndAwait(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.seekToEnd(TopicPartition).
- seekToEndAndAwait(Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.seekToEnd(Set).
- seekToEndAndForget(TopicPartition) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.seekToEnd(TopicPartition)that ignores the result of the operation.
- seekToEndAndForget(Set<TopicPartition>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.seekToEnd(Set)that ignores the result of the operation.
- select(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Change the selected database for the current connection.
- SELECT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Change the selected database for the current connection.
- selectAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.select(String).
- selectAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.select(String)that ignores the result of the operation.
- selector(Function<ProxyContext, Uni<SocketAddress>>) - Static method in class io.vertx.mutiny.httpproxy.OriginRequestProvider
- SelfSignedCertificate - Class in io.vertx.mutiny.core.net
- 
A self-signed certificate helper for testing and development purposes.
- SelfSignedCertificate(SelfSignedCertificate) - Constructor for class io.vertx.mutiny.core.net.SelfSignedCertificate
- SelfSignedCertificate(Object) - Constructor for class io.vertx.mutiny.core.net.SelfSignedCertificate
- send() - Method in class io.vertx.mutiny.core.eventbus.DeliveryContext
- send() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Send the request with an empty body.
- send() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Send the request with an empty body.
- send() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Send a request, thehandlerwill receive the response as anHttpResponse.
- send() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- 
Send the proxies response to the user agent.
- send(Frame) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Sends the given frame to the server.
- send(AmqpMessage) - Method in class io.vertx.mutiny.amqp.AmqpSender
- send(Buffer) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Send the request with a bufferbody.
- send(Buffer) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Send the request with a bufferbody.
- send(Buffer, int, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Write the givenBufferto theSocketAddress.
- send(HttpClientRequest) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- 
Send this request to the origin server using the specifiedrequest.
- send(HttpServerResponse) - Method in class io.vertx.mutiny.openapi.validation.ValidatedResponse
- 
Add all parameters from the validated response to the passed and send it.
- send(ReadStream<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Send the request with a streambody.
- send(ReadStream<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Send the request with a streambody.
- send(KafkaProducerRecord<K, V>) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Asynchronously write a record to a topic
- send(Request) - Method in class io.vertx.mutiny.redis.client.Redis
- 
Send the given command to the redis server or cluster.
- send(Request) - Method in class io.vertx.mutiny.redis.client.RedisConnection
- 
Send the given command to the redis server or cluster.
- send(String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Send the request with a stringbody.
- send(String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Send the request with a stringbody.
- send(String, int, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Write the givenStringto theSocketAddressusing UTF8 encoding.
- send(String, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Sends aSENDframe to the server to the given destination.
- send(String, Object) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- send(String, Object, DeliveryOptions) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- send(String, String, int, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Write the givenStringto theSocketAddressusing the given encoding.
- send(String, Map<String, String>, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Sends aSENDframe to the server to the given destination.
- send(Flow.Publisher<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Send the request with a streambody.
- send(Flow.Publisher<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Send the request with a streambody.
- send(Map<String, String>, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Sends aSENDframe to the server.
- sendAndAwait() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Blocking variant ofHttpClientRequest.send().
- sendAndAwait() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.send().
- sendAndAwait() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Blocking variant ofHttpRequest.send().
- sendAndAwait() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- 
Blocking variant ofsend().
- sendAndAwait(Frame) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.send(Frame).
- sendAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Blocking variant ofHttpClientRequest.send(io.vertx.mutiny.core.buffer.Buffer).
- sendAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.send(io.vertx.mutiny.core.buffer.Buffer).
- sendAndAwait(Buffer, int, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Blocking variant ofDatagramSocket.send(io.vertx.mutiny.core.buffer.Buffer,int,String).
- sendAndAwait(HttpClientRequest) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- 
Blocking variant ofProxyRequest.send(io.vertx.mutiny.core.http.HttpClientRequest).
- sendAndAwait(HttpServerResponse) - Method in class io.vertx.mutiny.openapi.validation.ValidatedResponse
- 
Blocking variant ofValidatedResponse.send(io.vertx.mutiny.core.http.HttpServerResponse).
- sendAndAwait(ReadStream<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Blocking variant ofHttpClientRequest.send(io.vertx.mutiny.core.streams.ReadStream).
- sendAndAwait(ReadStream<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.send(io.vertx.mutiny.core.streams.ReadStream).
- sendAndAwait(KafkaProducerRecord<K, V>) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Blocking variant ofKafkaProducer.send(io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord).
- sendAndAwait(Request) - Method in class io.vertx.mutiny.redis.client.Redis
- 
Blocking variant ofRedis.send(io.vertx.mutiny.redis.client.Request).
- sendAndAwait(Request) - Method in class io.vertx.mutiny.redis.client.RedisConnection
- 
Blocking variant ofRedisConnection.send(io.vertx.mutiny.redis.client.Request).
- sendAndAwait(String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Blocking variant ofHttpClientRequest.send(String).
- sendAndAwait(String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.send(String).
- sendAndAwait(String, int, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Blocking variant ofDatagramSocket.send(String,int,String).
- sendAndAwait(String, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.send(String,io.vertx.mutiny.core.buffer.Buffer).
- sendAndAwait(String, String, int, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Blocking variant ofDatagramSocket.send(String,String,int,String).
- sendAndAwait(String, Map<String, String>, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.send(String,Map,io.vertx.mutiny.core.buffer.Buffer).
- sendAndAwait(Flow.Publisher<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Blocking variant ofHttpClientRequest.send(Flow$Publisher).
- sendAndAwait(Flow.Publisher<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.send(Flow$Publisher).
- sendAndAwait(Map<String, String>, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.send(Map,io.vertx.mutiny.core.buffer.Buffer).
- sendAndForget() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Variant ofHttpClientRequest.send()that ignores the result of the operation.
- sendAndForget() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.send()that ignores the result of the operation.
- sendAndForget() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Variant ofHttpRequest.send()that ignores the result of the operation.
- sendAndForget() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- 
Variant ofsend()that ignores the result of the operation.
- sendAndForget(Frame) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.send(Frame)that ignores the result of the operation.
- sendAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Variant ofHttpClientRequest.send(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- sendAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.send(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- sendAndForget(Buffer, int, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Variant ofDatagramSocket.send(io.vertx.mutiny.core.buffer.Buffer,int,String)that ignores the result of the operation.
- sendAndForget(HttpClientRequest) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- 
Variant ofProxyRequest.send(io.vertx.mutiny.core.http.HttpClientRequest)that ignores the result of the operation.
- sendAndForget(HttpServerResponse) - Method in class io.vertx.mutiny.openapi.validation.ValidatedResponse
- 
Variant ofValidatedResponse.send(io.vertx.mutiny.core.http.HttpServerResponse)that ignores the result of the operation.
- sendAndForget(ReadStream<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Variant ofHttpClientRequest.send(io.vertx.mutiny.core.streams.ReadStream)that ignores the result of the operation.
- sendAndForget(ReadStream<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.send(io.vertx.mutiny.core.streams.ReadStream)that ignores the result of the operation.
- sendAndForget(KafkaProducerRecord<K, V>) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- 
Variant ofKafkaProducer.send(io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord)that ignores the result of the operation.
- sendAndForget(Request) - Method in class io.vertx.mutiny.redis.client.Redis
- 
Variant ofRedis.send(io.vertx.mutiny.redis.client.Request)that ignores the result of the operation.
- sendAndForget(Request) - Method in class io.vertx.mutiny.redis.client.RedisConnection
- 
Variant ofRedisConnection.send(io.vertx.mutiny.redis.client.Request)that ignores the result of the operation.
- sendAndForget(String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Variant ofHttpClientRequest.send(String)that ignores the result of the operation.
- sendAndForget(String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.send(String)that ignores the result of the operation.
- sendAndForget(String, int, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Variant ofDatagramSocket.send(String,int,String)that ignores the result of the operation.
- sendAndForget(String, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.send(String,io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- sendAndForget(String, String, int, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Variant ofDatagramSocket.send(String,String,int,String)that ignores the result of the operation.
- sendAndForget(String, Map<String, String>, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.send(String,Map,io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- sendAndForget(Flow.Publisher<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Variant ofHttpClientRequest.send(Flow$Publisher)that ignores the result of the operation.
- sendAndForget(Flow.Publisher<Buffer>) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.send(Flow$Publisher)that ignores the result of the operation.
- sendAndForget(Map<String, String>, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.send(Map,io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- sendBuffer(Buffer) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
LikeHttpRequest.send()but with an HTTP requestbodybuffer.
- sendBufferAndAwait(Buffer) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Blocking variant ofHttpRequest.sendBuffer(io.vertx.mutiny.core.buffer.Buffer).
- sendBufferAndForget(Buffer) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Variant ofHttpRequest.sendBuffer(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- sender() - Method in class io.vertx.mutiny.core.datagram.DatagramPacket
- sender(int, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- sender(String) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- sender(String, DeliveryOptions) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- sendFile(String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
LikeHttpServerResponse.sendFile(java.lang.String)but providing a handler which will be notified once the file has been completely written to the wire.
- sendFile(String) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Same asNetSocket.sendFile(java.lang.String)but also takes a handler that will be called when the send has completed or a failure has occurred
- sendFile(String, long) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
LikeHttpServerResponse.sendFile(java.lang.String)but providing a handler which will be notified once the file has been completely written to the wire.
- sendFile(String, long) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Same asNetSocket.sendFile(java.lang.String)but also takes a handler that will be called when the send has completed or a failure has occurred
- sendFile(String, long, long) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
LikeHttpServerResponse.sendFile(java.lang.String)but providing a handler which will be notified once the file has been completely written to the wire.
- sendFile(String, long, long) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Same asNetSocket.sendFile(java.lang.String)but also takes a handler that will be called when the send has completed or a failure has occurred
- sendFileAndAwait(String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.sendFile(String).
- sendFileAndAwait(String) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Blocking variant ofNetSocket.sendFile(String).
- sendFileAndAwait(String, long) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.sendFile(String,long).
- sendFileAndAwait(String, long) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Blocking variant ofNetSocket.sendFile(String,long).
- sendFileAndAwait(String, long, long) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.sendFile(String,long,long).
- sendFileAndAwait(String, long, long) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Blocking variant ofNetSocket.sendFile(String,long,long).
- sendFileAndForget(String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.sendFile(String)that ignores the result of the operation.
- sendFileAndForget(String) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Variant ofNetSocket.sendFile(String)that ignores the result of the operation.
- sendFileAndForget(String, long) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.sendFile(String,long)that ignores the result of the operation.
- sendFileAndForget(String, long) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Variant ofNetSocket.sendFile(String,long)that ignores the result of the operation.
- sendFileAndForget(String, long, long) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.sendFile(String,long,long)that ignores the result of the operation.
- sendFileAndForget(String, long, long) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Variant ofNetSocket.sendFile(String,long,long)that ignores the result of the operation.
- sendForm(MultiMap) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
LikeHttpRequest.send()but with an HTTP requestbodymultimap encoded as form and the content type set toapplication/x-www-form-urlencoded.
- sendForm(MultiMap, String) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
LikeHttpRequest.send()but with an HTTP requestbodymultimap encoded as form and the content type set toapplication/x-www-form-urlencoded.
- sendFormAndAwait(MultiMap) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Blocking variant ofHttpRequest.sendForm(io.vertx.mutiny.core.MultiMap).
- sendFormAndAwait(MultiMap, String) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Blocking variant ofHttpRequest.sendForm(io.vertx.mutiny.core.MultiMap,String).
- sendFormAndForget(MultiMap) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Variant ofHttpRequest.sendForm(io.vertx.mutiny.core.MultiMap)that ignores the result of the operation.
- sendFormAndForget(MultiMap, String) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Variant ofHttpRequest.sendForm(io.vertx.mutiny.core.MultiMap,String)that ignores the result of the operation.
- sendHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- sendHead() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
LikeHttpClientRequest.sendHead()but with an handler after headers have been sent.
- sendHeadAndAwait() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Blocking variant ofHttpClientRequest.sendHead().
- sendHeadAndForget() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Variant ofHttpClientRequest.sendHead()that ignores the result of the operation.
- sendJson(Object) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
LikeHttpRequest.send()but with an HTTP requestbodyobject encoded as json and the content type set toapplication/json.
- sendJsonAndAwait(Object) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Blocking variant ofHttpRequest.sendJson(Object).
- sendJsonAndForget(Object) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Variant ofHttpRequest.sendJson(Object)that ignores the result of the operation.
- sendJsonObject(JsonObject) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
LikeHttpRequest.send()but with an HTTP requestbodyobject encoded as json and the content type set toapplication/json.
- sendJsonObjectAndAwait(JsonObject) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Blocking variant ofHttpRequest.sendJsonObject(JsonObject).
- sendJsonObjectAndForget(JsonObject) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Variant ofHttpRequest.sendJsonObject(JsonObject)that ignores the result of the operation.
- sendMail(MailMessage) - Method in class io.vertx.mutiny.ext.mail.MailClient
- 
send a single mail via MailClient
- sendMailAndAwait(MailMessage) - Method in class io.vertx.mutiny.ext.mail.MailClient
- 
Blocking variant ofMailClient.sendMail(MailMessage).
- sendMailAndForget(MailMessage) - Method in class io.vertx.mutiny.ext.mail.MailClient
- 
Variant ofMailClient.sendMail(MailMessage)that ignores the result of the operation.
- sendMultipartForm(MultipartForm) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
LikeHttpRequest.send()but with an HTTP requestbodymultimap encoded as form and the content type set tomultipart/form-data.
- sendMultipartFormAndAwait(MultipartForm) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Blocking variant ofHttpRequest.sendMultipartForm(io.vertx.mutiny.ext.web.multipart.MultipartForm).
- sendMultipartFormAndForget(MultipartForm) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Variant ofHttpRequest.sendMultipartForm(io.vertx.mutiny.ext.web.multipart.MultipartForm)that ignores the result of the operation.
- sendRequest() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
- 
Unlike the bare Vert.x variant, this method returns aUni.
- sendRequestAndAwait() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
- 
Blocking variant ofProxyContext.sendRequest().
- sendRequestAndForget() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
- 
Variant ofProxyContext.sendRequest()that ignores the result of the operation.
- sendResponse() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
- 
Unlike the bare Vert.x variant, this method returns aUni.
- sendResponseAndAwait() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
- 
Blocking variant ofProxyContext.sendResponse().
- sendResponseAndForget() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
- 
Variant ofProxyContext.sendResponse()that ignores the result of the operation.
- sendStream(ReadStream<Buffer>) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
LikeHttpRequest.send()but with an HTTP requestbodystream.
- sendStream(Flow.Publisher<Buffer>) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
LikeHttpRequest.send()but with an HTTP requestbodystream.
- sendStreamAndAwait(ReadStream<Buffer>) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Blocking variant ofHttpRequest.sendStream(io.vertx.mutiny.core.streams.ReadStream).
- sendStreamAndAwait(Flow.Publisher<Buffer>) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Blocking variant ofHttpRequest.sendStream(Flow$Publisher).
- sendStreamAndForget(ReadStream<Buffer>) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Variant ofHttpRequest.sendStream(io.vertx.mutiny.core.streams.ReadStream)that ignores the result of the operation.
- sendStreamAndForget(Flow.Publisher<Buffer>) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- 
Variant ofHttpRequest.sendStream(Flow$Publisher)that ignores the result of the operation.
- sendWithAck(AmqpMessage) - Method in class io.vertx.mutiny.amqp.AmqpSender
- 
Sends an AMQP message and waits for an acknowledgement.
- sendWithAckAndAwait(AmqpMessage) - Method in class io.vertx.mutiny.amqp.AmqpSender
- 
Blocking variant ofAmqpSender.sendWithAck(io.vertx.mutiny.amqp.AmqpMessage).
- sendWithAckAndForget(AmqpMessage) - Method in class io.vertx.mutiny.amqp.AmqpSender
- 
Variant ofAmqpSender.sendWithAck(io.vertx.mutiny.amqp.AmqpMessage)that ignores the result of the operation.
- SENTINEL - Static variable in class io.vertx.mutiny.redis.client.Command
- separator() - Method in class io.vertx.mutiny.ext.auth.oauth2.authorization.ScopeAuthorization
- serializableChecker(Function<String, Boolean>) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- serializedParam(String, ArrayParserFactory, ArraySchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- serializedParam(String, ObjectParserFactory, ObjectSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- serializedParam(String, TupleParserFactory, TupleSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- server() - Method in class io.vertx.mutiny.ext.shell.ShellService
- server() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- server() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
- Server - Class in io.vertx.mutiny.openapi.contract
- 
This interface represents the most important attributes of an OpenAPI Server.
- Server(Server) - Constructor for class io.vertx.mutiny.openapi.contract.Server
- Server(Object) - Constructor for class io.vertx.mutiny.openapi.contract.Server
- SERVER - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Server header name
- ServerFrame - Class in io.vertx.mutiny.ext.stomp
- 
Structure passed to server handler when receiving a frame.
- ServerFrame(ServerFrame) - Constructor for class io.vertx.mutiny.ext.stomp.ServerFrame
- ServerFrame(Object) - Constructor for class io.vertx.mutiny.ext.stomp.ServerFrame
- serverWebSocket() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
- 
Deprecated.
- ServerWebSocket - Class in io.vertx.mutiny.core.http
- 
Represents a server side WebSocket.
- ServerWebSocket(ServerWebSocket) - Constructor for class io.vertx.mutiny.core.http.ServerWebSocket
- ServerWebSocket(Object) - Constructor for class io.vertx.mutiny.core.http.ServerWebSocket
- ServerWebSocketHandshake - Class in io.vertx.mutiny.core.http
- 
A server WebSocket handshake, allows to control acceptance or rejection of a WebSocket.
- ServerWebSocketHandshake(ServerWebSocketHandshake) - Constructor for class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- ServerWebSocketHandshake(Object) - Constructor for class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- service() - Method in class io.vertx.mutiny.core.dns.SrvRecord
- service(String, Vertx) - Static method in class io.vertx.mutiny.ext.consul.Watch
- service(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.mutiny.ext.consul.Watch
- ServiceDiscovery - Class in io.vertx.mutiny.servicediscovery
- 
Service Discovery main entry point.
- ServiceDiscovery(ServiceDiscovery) - Constructor for class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- ServiceDiscovery(Object) - Constructor for class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- ServiceExporter - Class in io.vertx.mutiny.servicediscovery.spi
- 
The service exporter allows integrate other discovery technologies with the Vert.x service discovery.
- ServiceExporter(ServiceExporter) - Constructor for class io.vertx.mutiny.servicediscovery.spi.ServiceExporter
- ServiceExporter(Object) - Constructor for class io.vertx.mutiny.servicediscovery.spi.ServiceExporter
- serviceExtraPayloadMapper(Function<RoutingContext, JsonObject>) - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- serviceHealthChecks(String, CheckQueryOptions, Vertx, ConsulClientOptions) - Static method in class io.vertx.mutiny.ext.consul.Watch
- ServiceImporter - Class in io.vertx.mutiny.servicediscovery.spi
- 
The service importer allows integrate other discovery technologies with the Vert.x service discovery.
- ServiceImporter(ServiceImporter) - Constructor for class io.vertx.mutiny.servicediscovery.spi.ServiceImporter
- ServiceImporter(Object) - Constructor for class io.vertx.mutiny.servicediscovery.spi.ServiceImporter
- ServicePublisher - Class in io.vertx.mutiny.servicediscovery.spi
- 
The publisher is used by the importer to publish or unpublish records.
- ServicePublisher(ServicePublisher) - Constructor for class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- ServicePublisher(Object) - Constructor for class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- ServiceReference - Class in io.vertx.mutiny.servicediscovery
- 
Once a consumer has chosen a service, it builds aServiceReferencemanaging the binding with the chosen service provider.
- ServiceReference(ServiceReference) - Constructor for class io.vertx.mutiny.servicediscovery.ServiceReference
- ServiceReference(Object) - Constructor for class io.vertx.mutiny.servicediscovery.ServiceReference
- services(Vertx) - Static method in class io.vertx.mutiny.ext.consul.Watch
- services(Vertx, ConsulClientOptions) - Static method in class io.vertx.mutiny.ext.consul.Watch
- session() - Method in class io.vertx.mutiny.ext.shell.cli.Completion
- session() - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- session() - Method in class io.vertx.mutiny.ext.shell.Shell
- session() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- session() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
- session() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- Session - Class in io.vertx.mutiny.ext.shell.session
- 
A shell session.
- Session - Class in io.vertx.mutiny.ext.web
- 
Represents a browser session.
- Session(Session) - Constructor for class io.vertx.mutiny.ext.shell.session.Session
- Session(Session) - Constructor for class io.vertx.mutiny.ext.web.Session
- Session(Object) - Constructor for class io.vertx.mutiny.ext.shell.session.Session
- Session(Object) - Constructor for class io.vertx.mutiny.ext.web.Session
- SessionHandler - Class in io.vertx.mutiny.ext.web.handler
- 
A handler that maintains aSessionfor each browser session.
- SessionHandler(SessionHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.SessionHandler
- SessionHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.SessionHandler
- SessionStore - Class in io.vertx.mutiny.ext.web.sstore
- 
A session store is used to store sessions for an Vert.x-Web web app
- SessionStore(SessionStore) - Constructor for class io.vertx.mutiny.ext.web.sstore.SessionStore
- SessionStore(Object) - Constructor for class io.vertx.mutiny.ext.web.sstore.SessionStore
- set(CharSequence, CharSequence) - Static method in class io.vertx.mutiny.core.http.HttpHeaders
- set(CharSequence, CharSequence) - Method in class io.vertx.mutiny.core.MultiMap
- set(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.mutiny.core.MultiMap
- set(String, Iterable<String>) - Method in class io.vertx.mutiny.core.MultiMap
- set(String, Object) - Method in class io.vertx.mutiny.httpproxy.ProxyContext
- set(String, String) - Static method in class io.vertx.mutiny.core.http.HttpHeaders
- set(String, String) - Method in class io.vertx.mutiny.core.MultiMap
- set(String, String) - Method in class io.vertx.mutiny.uritemplate.Variables
- set(String, List<String>) - Method in class io.vertx.mutiny.uritemplate.Variables
- set(String, Map<String, String>) - Method in class io.vertx.mutiny.uritemplate.Variables
- set(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Set the string value of a key.
- SET - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Set the string value of a key.
- SET_COOKIE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Set-Cookie header name
- setAcceptableContentType(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- setAccessed() - Method in class io.vertx.mutiny.ext.web.Session
- setAlgorithm(HashAlgorithm) - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Deprecated.
- setAll(JsonObject) - Method in class io.vertx.mutiny.uritemplate.Variables
- setAll(MultiMap) - Method in class io.vertx.mutiny.core.MultiMap
- setAll(Map<String, String>) - Method in class io.vertx.mutiny.core.MultiMap
- setAllowRootFileSystemAccess(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Deprecated.
- setAlwaysAsyncFS(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.set(List).
- setAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.set(List)that ignores the result of the operation.
- setArguments(List<Argument>) - Method in class io.vertx.mutiny.core.cli.CLI
- setAuthenticationQuery(String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- 
Deprecated.
- setAuthority(HostAndPort) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- setAuthProvider(AuthProvider) - Method in class io.vertx.mutiny.ext.auth.User
- 
Deprecated.
- setAutoCommit(boolean) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Sets the auto commit flag for this connection.
- setAutoCommitAndAwait(boolean) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.setAutoCommit(boolean).
- setAutoCommitAndForget(boolean) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.setAutoCommit(boolean)that ignores the result of the operation.
- setBeforeScanHandler(Runnable) - Method in class io.vertx.mutiny.config.ConfigRetriever
- setbit(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Sets or clears the bit at offset in the string value stored at key.
- SETBIT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Sets or clears the bit at offset in the string value stored at key.
- setbitAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.setbit(String,String,String).
- setbitAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.setbit(String,String,String)that ignores the result of the operation.
- setBody(Buffer) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.This method is internal. Users that really need to use it should refer toRoutingContextInternal.setBody(Buffer)Set the body. Used by theBodyHandler. You will not normally call this method.
- setBody(Body) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- setBody(Body) - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- setBodyHandler(BodyHandler) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- setBodyHandler(BodyHandler) - Method in interface io.vertx.mutiny.ext.web.api.contract.RouterFactory
- 
Deprecated.
- setBodyLimit(long) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- setBuffer(int, Buffer) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setBuffer(int, Buffer, int, int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setByte(int, byte) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setBytes(int, byte[]) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setBytes(int, byte[], int, int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setBytes(int, ByteBuffer) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setCacheEntryTimeout(long) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setCachingEnabled(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setCharset(String) - Method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- setCharset(Charset) - Method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- setChunked(boolean) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- setChunked(boolean) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- setClientIdentifier(String) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- setCollectionName(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- setConfigurationProcessor(Function<JsonObject, JsonObject>) - Method in class io.vertx.mutiny.config.ConfigRetriever
- setContentId(String) - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- setContentType(String) - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- setCookieHttpOnly(boolean) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- setCookieHttpOnlyFlag(boolean) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- setCookieless(boolean) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- setCookieMaxAge(long) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- setCookieName(String) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- setCookiePath(String) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- setCookieSameSite(CookieSameSite) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- setCookieSecure(boolean) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- setCookieSecureFlag(boolean) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- setData(Buffer) - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- setDefaultContentEncoding(String) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setDeleteUploadedFilesOnEnd(boolean) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- setDescription(String) - Method in class io.vertx.mutiny.core.cli.CLI
- setDescription(String) - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- setDirective(String, String) - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
- setDirectLoggedInOKURL(String) - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- setDirectoryListing(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setDirectoryTemplate(String) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setDisposition(String) - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- setDomain(String) - Method in class io.vertx.mutiny.core.http.Cookie
- setDouble(int, double) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setDoValidation(boolean) - Method in class io.vertx.mutiny.ext.web.openapi.router.OpenAPIRoute
- setEnableFSTuning(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setEnableRangeSupport(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setex(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Set the value and expiration of a key.
- SETEX - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Set the value and expiration of a key.
- setexAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.setex(String,String,String).
- setexAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.setex(String,String,String)that ignores the result of the operation.
- setExpectMultipart(boolean) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- setExternalSalt(String) - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Deprecated.
- setExtraOperationContextPayloadMapper(Function<RoutingContext, JsonObject>) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- setExtraOperationContextPayloadMapper(Function<RoutingContext, JsonObject>) - Method in interface io.vertx.mutiny.ext.web.api.contract.RouterFactory
- 
Deprecated.
- setFilesReadOnly(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setFloat(int, float) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setFollowRedirects(boolean) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- setHandleFileUploads(boolean) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- setHandler(Consumer<WatchResult<T>>) - Method in class io.vertx.mutiny.ext.consul.Watch
- setHandshake(Uni<Integer>) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Deprecated.instead useServerWebSocketHandshake
- setHandshakeAndAwait(Uni<Integer>) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Deprecated.instead useServerWebSocketHandshake
- setHandshakeAndForget(Uni<Integer>) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Deprecated.instead useServerWebSocketHandshake
- setHashAlgorithm(HashAlgorithm) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- setHashStrategy(HashStrategy) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- setHeaderName(String) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- setHeaders(MultiMap) - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- setHidden(boolean) - Method in class io.vertx.mutiny.core.cli.CLI
- setHost(String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Deprecated.instead useHttpClientRequest.authority(HostAndPort)
- setHttp2PushMapping(List<Http2PushMapping>) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setHttpOnly(boolean) - Method in class io.vertx.mutiny.core.http.Cookie
- setIncludeHidden(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setIndexPage(String) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setIndexTemplate(String) - Method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
- setInt(int, int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setIntLE(int, int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setLazySession(boolean) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- setLong(int, long) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setLongLE(int, long) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setMaxAge(long) - Method in class io.vertx.mutiny.core.http.Cookie
- setMaxAgeSeconds(long) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setMaxAvgServeTimeNs(long) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setMaxBufferedMessages(int) - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- 
Deprecated.for removal, instead useMessageConsumerOptions#setMaxBufferedMessages(int)
- setMaxCacheSize(int) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setMaxRedirects(int) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- setMedium(int, int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setMediumLE(int, int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setMergeFormAttributes(boolean) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- setMethod(HttpMethod) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- setMethod(HttpMethod) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- setMinLength(int) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- setMode(TemplateMode) - Method in class io.vertx.mutiny.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- 
Deprecated.seeTemplateEngine.unwrap()Set the mode for the engine
- setNagHttps(boolean) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- setNagHttps(boolean) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- setName(String) - Method in class io.vertx.mutiny.core.cli.CLI
- setName(String) - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- setName(String) - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- setName(String) - Method in class io.vertx.mutiny.ext.web.Route
- setNonces(JsonArray) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- 
Deprecated.
- setNonces(JsonArray) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- setNotImplementedFailureHandler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.You must useRouter.errorHandler(int, Handler)with 501 error
- setNotImplementedFailureHandler(Consumer<RoutingContext>) - Method in interface io.vertx.mutiny.ext.web.api.contract.RouterFactory
- 
Deprecated.You must useRouter.errorHandler(int, Handler)with 501 error
- setnx(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Set the value of a key, only if the key does not exist.
- SETNX - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Set the value of a key, only if the key does not exist.
- setnxAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.setnx(String,String).
- setnxAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.setnx(String,String)that ignores the result of the operation.
- setOption(MySQLSetOption) - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Send a SET_OPTION command to set options for the current connection.
- setOptionAndAwait(MySQLSetOption) - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Blocking variant ofMySQLConnection.setOption(MySQLSetOption).
- setOptionAndForget(MySQLSetOption) - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Variant ofMySQLConnection.setOption(MySQLSetOption)that ignores the result of the operation.
- setOptions(SQLOptions) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- setOptions(RouterFactoryOptions) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- setOptions(RouterFactoryOptions) - Method in interface io.vertx.mutiny.ext.web.api.contract.RouterFactory
- 
Deprecated.
- setOptions(RouterBuilderOptions) - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- setOptions(List<Option>) - Method in class io.vertx.mutiny.core.cli.CLI
- setOrigin(String) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- setOrigin(String) - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- setOutput(Consumer<Buffer>) - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- setParamsCharset(String) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- setPasswordCredentialField(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- setPasswordField(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- setPasswordParam(String) - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- setPath(String) - Method in class io.vertx.mutiny.core.http.Cookie
- setPeriodic(long, long, Consumer<Long>) - Method in class io.vertx.mutiny.core.Vertx
- setPeriodic(long, Consumer<Long>) - Method in class io.vertx.mutiny.core.Vertx
- setPermissionField(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- setPermissionsQuery(String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- 
Deprecated.
- setPort(int) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Deprecated.instead useHttpClientRequest.authority(HostAndPort)
- setPreallocateBodyBuffer(boolean) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- setPriority(int) - Method in class io.vertx.mutiny.core.cli.CLI
- setPrompt(Function<Session, String>) - Method in class io.vertx.mutiny.ext.shell.Shell
- setQueryParam(String, String) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- setQueryTimeout(int) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Deprecated.instead useSQLConnection.setOptions(SQLOptions)withSQLOptions.setQueryTimeout(int)
- setQueueName(String) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- setrange(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Overwrite part of a string at key starting at the specified offset.
- SETRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Overwrite part of a string at key starting at the specified offset.
- setrangeAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.setrange(String,String,String).
- setrangeAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.setrange(String,String,String)that ignores the result of the operation.
- setRawMessage(JsonObject) - Method in class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- setRawMessage(JsonObject) - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent
- setRawMessage(JsonObject) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
- setReadBufferSize(int) - Method in class io.vertx.mutiny.core.file.AsyncFile
- setReadLength(long) - Method in class io.vertx.mutiny.core.file.AsyncFile
- setReadPos(long) - Method in class io.vertx.mutiny.core.file.AsyncFile
- setRegexGroupsNames(List<String>) - Method in class io.vertx.mutiny.ext.web.Route
- setReportOnly(boolean) - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
- setResource(String) - Method in class io.vertx.mutiny.ext.auth.authorization.PermissionBasedAuthorization
- setResource(String) - Method in class io.vertx.mutiny.ext.auth.authorization.RoleBasedAuthorization
- setResource(String) - Method in class io.vertx.mutiny.ext.auth.authorization.WildcardPermissionBasedAuthorization
- setReturnURLParam(String) - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- setRoleField(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- setRolePrefix(String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- 
Deprecated.
- setRolesQuery(String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- 
Deprecated.
- setSaltField(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- setSaltStyle(HashSaltStyle) - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Deprecated.
- setSameSite(CookieSameSite) - Method in class io.vertx.mutiny.core.http.Cookie
- setSecure(boolean) - Method in class io.vertx.mutiny.core.http.Cookie
- setSendVaryHeader(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- setSession(Session) - Method in class io.vertx.mutiny.ext.shell.system.Job
- setSession(Session) - Method in class io.vertx.mutiny.ext.shell.system.Process
- setSession(Session) - Method in class io.vertx.mutiny.ext.shell.term.Term
- setSession(Session) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.This method is internal. Users that really need to use it should refer toio.vertx.ext.web.impl.RoutingContextInternal#setSession(Session)Set the session. Used by theSessionHandler. You will not normally call this method.
- setSessionCookieName(String) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- setSessionCookiePath(String) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- setSessionTimeout(long) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- setShort(int, short) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setShortLE(int, short) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setSize(int) - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- setSize(int, int) - Method in class io.vertx.mutiny.ext.shell.term.Pty
- setStatusCode(int) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- setStatusCode(int) - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- setStatusMessage(String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- setStatusMessage(String) - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- setStream(ReadStream<Buffer>) - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- setStream(Flow.Publisher<Buffer>) - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- setStreamPriority(StreamPriority) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- setStreamPriority(StreamPriority) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- setString(int, String) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setString(int, String, String) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setSummary(String) - Method in class io.vertx.mutiny.core.cli.CLI
- setTemplateParam(String, String) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- setTemplateParam(String, List<String>) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- setTemplateParam(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- setTimeout(long) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Deprecated.instead useHttpClientRequest.idleTimeout(long)
- setTimeout(long) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- setTimer(long, Consumer<Long>) - Method in class io.vertx.mutiny.core.Vertx
- settings() - Method in class io.vertx.mutiny.core.http.HttpConnection
- setTransactionIsolation(TransactionIsolation) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Attempts to change the transaction isolation level for this Connection object to the one given.
- setTransactionIsolationAndAwait(TransactionIsolation) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.setTransactionIsolation(TransactionIsolation).
- setTransactionIsolationAndForget(TransactionIsolation) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.setTransactionIsolation(TransactionIsolation)that ignores the result of the operation.
- setTty(Tty) - Method in class io.vertx.mutiny.ext.shell.system.Job
- setTty(Tty) - Method in class io.vertx.mutiny.ext.shell.system.Process
- setUnsignedByte(int, short) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setUnsignedInt(int, long) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setUnsignedIntLE(int, long) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setUnsignedShort(int, int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setUnsignedShortLE(int, int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- setupCallback(Route) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- setupCallback(Route) - Method in class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- setupCallback(Route) - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- setupCredentialsCreateCallback(Route) - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- setupCredentialsGetCallback(Route) - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- setUploadsDirectory(String) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- setupRegisterCallback(Route) - Method in class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- setURI(String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- setURI(String) - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- setUser(User) - Method in class io.vertx.mutiny.ext.web.RoutingContext
- 
Deprecated.this method should not be called, application authentication should rely onAuthenticationHandlerimplementations.
- setUser(RoutingContext, User) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Set the user for the session
- setUserAndAwait(RoutingContext, User) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- setUserAndForget(RoutingContext, User) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- 
Variant ofSessionHandler.setUser(io.vertx.mutiny.ext.web.RoutingContext,io.vertx.mutiny.ext.auth.User)that ignores the result of the operation.
- setUsernameCredentialField(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- setUsernameField(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- 
Deprecated.
- setUsernameParam(String) - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- setValidationFailureHandler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.Router Factory won't manage the validation errors anymore. You must useRouter.errorHandler(int, Handler)with 400 error
- setValidationFailureHandler(Consumer<RoutingContext>) - Method in interface io.vertx.mutiny.ext.web.api.contract.RouterFactory
- 
Deprecated.Router Factory won't manage the validation errors anymore. You must useRouter.errorHandler(int, Handler)with 400 error
- setValue(Object) - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- setValue(String) - Method in class io.vertx.mutiny.core.http.Cookie
- setWebRoot(String) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- 
Deprecated.
- setWindowSize(int) - Method in class io.vertx.mutiny.core.http.HttpConnection
- setWritePos(long) - Method in class io.vertx.mutiny.core.file.AsyncFile
- setWriteQueueMaxSize(int) - Method in class io.vertx.mutiny.amqp.AmqpSender
- setWriteQueueMaxSize(int) - Method in class io.vertx.mutiny.core.file.AsyncFile
- setWriteQueueMaxSize(int) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- setWriteQueueMaxSize(int) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- setWriteQueueMaxSize(int) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- setWriteQueueMaxSize(int) - Method in class io.vertx.mutiny.core.http.WebSocket
- setWriteQueueMaxSize(int) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- setWriteQueueMaxSize(int) - Method in class io.vertx.mutiny.core.net.NetSocket
- setWriteQueueMaxSize(int) - Method in class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
- setWriteQueueMaxSize(int) - Method in interface io.vertx.mutiny.core.streams.WriteStream
- setWriteQueueMaxSize(int) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- setWriteQueueMaxSize(int) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- shared(String) - Method in class io.vertx.mutiny.ext.mail.MailClientBuilder
- sharedData() - Method in class io.vertx.mutiny.core.Vertx
- SharedData - Class in io.vertx.mutiny.core.shareddata
- 
Shared data allows you to share data safely between different parts of your application in a safe way.
- SharedData(SharedData) - Constructor for class io.vertx.mutiny.core.shareddata.SharedData
- SharedData(Object) - Constructor for class io.vertx.mutiny.core.shareddata.SharedData
- sharedRandomPort(int, String) - Static method in class io.vertx.mutiny.core.net.SocketAddress
- Shell - Class in io.vertx.mutiny.ext.shell
- 
An interactive session between a consumer and a shell.
- Shell(Shell) - Constructor for class io.vertx.mutiny.ext.shell.Shell
- Shell(Object) - Constructor for class io.vertx.mutiny.ext.shell.Shell
- shellHandler(Consumer<Shell>) - Method in class io.vertx.mutiny.ext.shell.ShellServer
- ShellServer - Class in io.vertx.mutiny.ext.shell
- 
The shell server.
- ShellServer(ShellServer) - Constructor for class io.vertx.mutiny.ext.shell.ShellServer
- ShellServer(Object) - Constructor for class io.vertx.mutiny.ext.shell.ShellServer
- ShellService - Class in io.vertx.mutiny.ext.shell
- 
The shell service, provides a remotely accessible shell available via Telnet or SSH according to theShellServiceOptionsconfiguration.
- ShellService(ShellService) - Constructor for class io.vertx.mutiny.ext.shell.ShellService
- ShellService(Object) - Constructor for class io.vertx.mutiny.ext.shell.ShellService
- ShiroAuth - Class in io.vertx.mutiny.ext.auth.shiro
- 
Deprecated.
- ShiroAuth(ShiroAuth) - Constructor for class io.vertx.mutiny.ext.auth.shiro.ShiroAuth
- 
Deprecated.
- ShiroAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.shiro.ShiroAuth
- 
Deprecated.
- ShopifyAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for Shopify.
- ShopifyAuth(ShopifyAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.ShopifyAuth
- ShopifyAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.ShopifyAuth
- shutdown() - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Shutdown a 30 seconds timeout (shutdown(30, TimeUnit.SECONDS)).
- shutdown(long) - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Deprecated.instead use#shutdown(long, TimeUnit, Handler)
- shutdown(long, TimeUnit) - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all the inflight requests are processed, otherwise after atimeoutthe connection will be closed.
- shutdown(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Synchronously save the dataset to disk and then shut down the server.
- SHUTDOWN - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Synchronously save the dataset to disk and then shut down the server.
- shutdownAndAwait() - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Blocking variant ofHttpConnection.shutdown().
- shutdownAndAwait(long) - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Deprecated.instead use#shutdown(long, TimeUnit, Handler)
- shutdownAndAwait(long, TimeUnit) - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Blocking variant ofHttpConnection.shutdown(long,TimeUnit).
- shutdownAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.shutdown(List).
- shutdownAndForget() - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Variant ofHttpConnection.shutdown()that ignores the result of the operation.
- shutdownAndForget(long) - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Deprecated.instead use#shutdown(long, TimeUnit, Handler)
- shutdownAndForget(long, TimeUnit) - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Variant ofHttpConnection.shutdown(long,TimeUnit)that ignores the result of the operation.
- shutdownAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.shutdown(List)that ignores the result of the operation.
- shutdownHandler(Runnable) - Method in class io.vertx.mutiny.core.http.HttpConnection
- SignalHandler - Class in io.vertx.mutiny.ext.shell.term
- 
NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
- SignalHandler(SignalHandler) - Constructor for class io.vertx.mutiny.ext.shell.term.SignalHandler
- SignalHandler(Object) - Constructor for class io.vertx.mutiny.ext.shell.term.SignalHandler
- SimpleAuthenticationHandler - Class in io.vertx.mutiny.ext.web.handler
- 
A user customizable authentication handler.
- SimpleAuthenticationHandler(SimpleAuthenticationHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.SimpleAuthenticationHandler
- SimpleAuthenticationHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.SimpleAuthenticationHandler
- sinter(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Intersect multiple sets.
- SINTER - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Intersect multiple sets.
- sinterAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.sinter(List).
- sinterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.sinter(List)that ignores the result of the operation.
- sintercard(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Intersect multiple sets and return the cardinality of the result.
- SINTERCARD - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Intersect multiple sets and return the cardinality of the result.
- sintercardAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.sintercard(List).
- sintercardAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.sintercard(List)that ignores the result of the operation.
- sinterstore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Intersect multiple sets and store the resulting set in a key.
- SINTERSTORE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Intersect multiple sets and store the resulting set in a key.
- sinterstoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.sinterstore(List).
- sinterstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.sinterstore(List)that ignores the result of the operation.
- sismember(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Determine if a given value is a member of a set.
- SISMEMBER - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Determine if a given value is a member of a set.
- sismemberAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.sismember(String,String).
- sismemberAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.sismember(String,String)that ignores the result of the operation.
- size() - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
LikeAsyncFile.size()but thehandlerwill be called when the operation is complete or if an error occurs.
- size() - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- size() - Method in class io.vertx.mutiny.core.file.FileProps
- size() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- size() - Method in class io.vertx.mutiny.core.MultiMap
- size() - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Provide the number of entries in the map
- size() - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- size() - Method in class io.vertx.mutiny.ext.web.FileUpload
- size() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Get the number of sessions in the store.
- size() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
- size() - Method in class io.vertx.mutiny.openapi.contract.SecurityRequirement
- size() - Method in class io.vertx.mutiny.redis.client.Response
- size() - Method in class io.vertx.mutiny.sqlclient.Pool
- size() - Method in class io.vertx.mutiny.sqlclient.SqlResult
- size() - Method in class io.vertx.mutiny.sqlclient.Tuple
- sizeAndAwait() - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Blocking variant ofAsyncFile.size().
- sizeAndAwait() - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Blocking variant ofAsyncMap.size().
- sizeAndAwait() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Blocking variant ofSessionStore.size().
- sizeAndForget() - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Variant ofAsyncFile.size()that ignores the result of the operation.
- sizeAndForget() - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Variant ofAsyncMap.size()that ignores the result of the operation.
- sizeAndForget() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- 
Variant ofSessionStore.size()that ignores the result of the operation.
- sizeBlocking() - Method in class io.vertx.mutiny.core.file.AsyncFile
- skipCompressionForMediaTypes(Set<String>) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- skipCompressionForSuffixes(Set<String>) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- slave() - Method in class io.vertx.mutiny.ext.shell.term.Pty
- slaveof(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Make the server a replica of another instance, or promote it as master.
- SLAVEOF - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Make the server a replica of another instance, or promote it as master.
- slaveofAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.slaveof(String,String).
- slaveofAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.slaveof(String,String)that ignores the result of the operation.
- slice() - Method in class io.vertx.mutiny.core.buffer.Buffer
- slice(int, int) - Method in class io.vertx.mutiny.core.buffer.Buffer
- slowlog(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A container for slow log commands.
- SLOWLOG - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A container for slow log commands.
- slowlogAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.slowlog(List).
- slowlogAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.slowlog(List)that ignores the result of the operation.
- smembers(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get all the members in a set.
- SMEMBERS - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get all the members in a set.
- smembersAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.smembers(String).
- smembersAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.smembers(String)that ignores the result of the operation.
- smismember(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Returns the membership associated with the given elements for a set.
- SMISMEMBER - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Returns the membership associated with the given elements for a set.
- smismemberAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.smismember(List).
- smismemberAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.smismember(List)that ignores the result of the operation.
- smove(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Move a member from one set to another.
- SMOVE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Move a member from one set to another.
- smoveAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.smove(String,String,String).
- smoveAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.smove(String,String,String)that ignores the result of the operation.
- socket() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent
- socket() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.Message
- socket() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
- SocketAddress - Class in io.vertx.mutiny.core.net
- 
The address of a socket, an inet socket address or a domain socket address.
- SocketAddress(SocketAddress) - Constructor for class io.vertx.mutiny.core.net.SocketAddress
- SocketAddress(Object) - Constructor for class io.vertx.mutiny.core.net.SocketAddress
- socketHandler(Consumer<SockJSSocket>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- SockJSHandler - Class in io.vertx.mutiny.ext.web.handler.sockjs
- 
A handler that allows you to handle SockJS connections from clients.
- SockJSHandler(SockJSHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- SockJSHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- SockJSSocket - Class in io.vertx.mutiny.ext.web.handler.sockjs
- 
You interact with SockJS clients through instances of SockJS socket.
- SockJSSocket(SockJSSocket) - Constructor for class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- SockJSSocket(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- SockJSTermHandler - Class in io.vertx.mutiny.ext.shell.term
- 
NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
- SockJSTermHandler(SockJSTermHandler) - Constructor for class io.vertx.mutiny.ext.shell.term.SockJSTermHandler
- SockJSTermHandler(Object) - Constructor for class io.vertx.mutiny.ext.shell.term.SockJSTermHandler
- solveIfNeeded(JsonObject) - Method in class io.vertx.mutiny.ext.web.openapi.OpenAPIHolder
- sort(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Sort the elements in a list, set or sorted set.
- SORT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Sort the elements in a list, set or sorted set.
- SORT_RO - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Sort the elements in a list, set or sorted set.
- sortAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.sort(List).
- sortAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.sort(List)that ignores the result of the operation.
- sortRo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Sort the elements in a list, set or sorted set.
- sortRoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.sortRo(List).
- sortRoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.sortRo(List)that ignores the result of the operation.
- SoundcloudAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for SoundCloud.
- SoundcloudAuth(SoundcloudAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.SoundcloudAuth
- SoundcloudAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.SoundcloudAuth
- specifySchema(String) - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Send a INIT_DB command to change the default schema of the connection.
- specifySchemaAndAwait(String) - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Blocking variant ofMySQLConnection.specifySchema(String).
- specifySchemaAndForget(String) - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- 
Variant ofMySQLConnection.specifySchema(String)that ignores the result of the operation.
- spop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove and return one or multiple random members from a set.
- SPOP - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove and return one or multiple random members from a set.
- spopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.spop(List).
- spopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.spop(List)that ignores the result of the operation.
- spublish(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Post a message to a shard channel.
- SPUBLISH - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Post a message to a shard channel.
- spublishAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.spublish(String,String).
- spublishAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.spublish(String,String)that ignores the result of the operation.
- SqlAuthentication - Class in io.vertx.mutiny.ext.auth.sqlclient
- 
Factory interface for creatingAuthenticationProviderinstances that use the Vert.x SQL client.
- SqlAuthentication(SqlAuthentication) - Constructor for class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthentication
- SqlAuthentication(Object) - Constructor for class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthentication
- SqlAuthorization - Class in io.vertx.mutiny.ext.auth.sqlclient
- 
Factory interface for creating instances that use the Vert.x SQL client.
- SqlAuthorization(SqlAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthorization
- SqlAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthorization
- SqlClient - Class in io.vertx.mutiny.sqlclient
- 
Defines common SQL client operations with a database server.
- SqlClient(SqlClient) - Constructor for class io.vertx.mutiny.sqlclient.SqlClient
- SqlClient(Object) - Constructor for class io.vertx.mutiny.sqlclient.SqlClient
- SQLClient - Class in io.vertx.mutiny.ext.sql
- 
A common asynchronous client interface for interacting with SQL compliant database
- SQLClient(SQLClient) - Constructor for class io.vertx.mutiny.ext.sql.SQLClient
- SQLClient(Object) - Constructor for class io.vertx.mutiny.ext.sql.SQLClient
- SqlClientHelper - Class in io.vertx.mutiny.sqlclient
- SqlConnection - Class in io.vertx.mutiny.sqlclient
- 
A connection to the database server.
- SqlConnection(SqlConnection) - Constructor for class io.vertx.mutiny.sqlclient.SqlConnection
- SqlConnection(Object) - Constructor for class io.vertx.mutiny.sqlclient.SqlConnection
- SQLConnection - Class in io.vertx.mutiny.ext.sql
- 
Represents a connection to a SQL database
- SQLConnection(SQLConnection) - Constructor for class io.vertx.mutiny.ext.sql.SQLConnection
- SQLConnection(Object) - Constructor for class io.vertx.mutiny.ext.sql.SQLConnection
- SQLOperations - Interface in io.vertx.mutiny.ext.sql
- 
Represents a SQL query interface to a database
- SqlOutParam - Class in io.vertx.mutiny.jdbcclient
- 
Tag if a parameter is of type OUT or INOUT.
- SqlOutParam(SqlOutParam) - Constructor for class io.vertx.mutiny.jdbcclient.SqlOutParam
- SqlOutParam(Object) - Constructor for class io.vertx.mutiny.jdbcclient.SqlOutParam
- SqlResult<T> - Class in io.vertx.mutiny.sqlclient
- 
An interface that represents the execution result of an operation on the database server.
- SqlResult(SqlResult) - Constructor for class io.vertx.mutiny.sqlclient.SqlResult
- SqlResult(SqlResult, TypeArg<T>) - Constructor for class io.vertx.mutiny.sqlclient.SqlResult
- SqlResult(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.sqlclient.SqlResult
- SQLRowStream - Class in io.vertx.mutiny.ext.sql
- 
A ReadStream of Rows from the underlying RDBMS.
- SQLRowStream(SQLRowStream) - Constructor for class io.vertx.mutiny.ext.sql.SQLRowStream
- SQLRowStream(Object) - Constructor for class io.vertx.mutiny.ext.sql.SQLRowStream
- SqlTemplate<I,R> - Class in io.vertx.mutiny.sqlclient.templates 
- 
An SQL template.
- SqlTemplate(SqlTemplate) - Constructor for class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- SqlTemplate(SqlTemplate, TypeArg<I>, TypeArg<R>) - Constructor for class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- SqlTemplate(Object, TypeArg<I>, TypeArg<R>) - Constructor for class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- SqlUserUtil - Class in io.vertx.mutiny.ext.auth.sqlclient
- 
Utility to create users/roles/permissions.
- SqlUserUtil(SqlUserUtil) - Constructor for class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- SqlUserUtil(Object) - Constructor for class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- srandmember(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get one or multiple random members from a set.
- SRANDMEMBER - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get one or multiple random members from a set.
- srandmemberAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.srandmember(List).
- srandmemberAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.srandmember(List)that ignores the result of the operation.
- srem(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove one or more members from a set.
- SREM - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove one or more members from a set.
- sremAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.srem(List).
- sremAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.srem(List)that ignores the result of the operation.
- SrvRecord - Class in io.vertx.mutiny.core.dns
- 
Represent a Service-Record (SRV) which was resolved for a domain.
- SrvRecord(SrvRecord) - Constructor for class io.vertx.mutiny.core.dns.SrvRecord
- SrvRecord(Object) - Constructor for class io.vertx.mutiny.core.dns.SrvRecord
- sscan(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Incrementally iterate Set elements.
- SSCAN - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Incrementally iterate Set elements.
- sscanAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.sscan(List).
- sscanAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.sscan(List)that ignores the result of the operation.
- ssl() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- ssl(Boolean) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- sslSession() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- sslSession() - Method in class io.vertx.mutiny.core.http.HttpConnection
- sslSession() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- sslSession() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- sslSession() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- sslSession() - Method in class io.vertx.mutiny.core.http.WebSocket
- sslSession() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- sslSession() - Method in class io.vertx.mutiny.core.net.NetSocket
- sslSession() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
- ssubscribe(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Listen for messages published to the given shard channels.
- SSUBSCRIBE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Listen for messages published to the given shard channels.
- ssubscribeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ssubscribe(List).
- ssubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ssubscribe(List)that ignores the result of the operation.
- start() - Method in class io.vertx.mutiny.camel.CamelBridge
- 
Starts the bridge.
- start() - Method in class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
- start() - Method in class io.vertx.mutiny.ext.consul.Watch
- start() - Method in class io.vertx.mutiny.ext.shell.ShellService
- 
Start the shell service, this is an asynchronous start.
- start() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Start the rabbitMQ client.
- start() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- 
Start the rabbitMQ publisher.
- start(Promise<Void>) - Method in class io.smallrye.mutiny.vertx.core.AbstractVerticle
- 
Start the verticle.
- start(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.mutiny.servicediscovery.spi.ServiceImporter
- startAndAwait() - Method in class io.vertx.mutiny.camel.CamelBridge
- 
Blocking variant ofCamelBridge.start().
- startAndAwait() - Method in class io.vertx.mutiny.ext.shell.ShellService
- 
Blocking variant ofShellService.start().
- startAndAwait() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.start().
- startAndAwait() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- 
Blocking variant ofRabbitMQPublisher.start().
- startAndForget() - Method in class io.vertx.mutiny.camel.CamelBridge
- 
Variant ofCamelBridge.start()that ignores the result of the operation.
- startAndForget() - Method in class io.vertx.mutiny.ext.shell.ShellService
- 
Variant ofShellService.start()that ignores the result of the operation.
- startAndForget() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.start()that ignores the result of the operation.
- startAndForget() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- 
Variant ofRabbitMQPublisher.start()that ignores the result of the operation.
- state() - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- StaticHandler - Class in io.vertx.mutiny.ext.web.handler
- 
A handler for serving static resources from the file system or classpath.
- StaticHandler(StaticHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.StaticHandler
- StaticHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.StaticHandler
- status() - Method in class io.vertx.mutiny.ext.shell.system.Job
- status() - Method in class io.vertx.mutiny.ext.shell.system.Process
- status(int) - Static method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- status(int, int) - Static method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- statusCode() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- statusCode() - Method in interface io.vertx.mutiny.core.http.HttpResponseHead
- statusCode() - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- statusCode() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- statusMessage() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- statusMessage() - Method in interface io.vertx.mutiny.core.http.HttpResponseHead
- statusMessage() - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- statusUpdateHandler(Consumer<ExecStatus>) - Method in class io.vertx.mutiny.ext.shell.system.Job
- stdinHandler(Consumer<String>) - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- stdinHandler(Consumer<String>) - Method in class io.vertx.mutiny.ext.shell.term.Term
- stdinHandler(Consumer<String>) - Method in class io.vertx.mutiny.ext.shell.term.Tty
- stdoutHandler(Consumer<String>) - Method in class io.vertx.mutiny.ext.shell.term.Pty
- StompClient - Class in io.vertx.mutiny.ext.stomp
- 
Defines a STOMP client.
- StompClient(StompClient) - Constructor for class io.vertx.mutiny.ext.stomp.StompClient
- StompClient(Object) - Constructor for class io.vertx.mutiny.ext.stomp.StompClient
- StompClientConnection - Class in io.vertx.mutiny.ext.stomp
- 
Once a connection to the STOMP server has been made, client receives aStompClientConnection, that let send and receive STOMP frames.
- StompClientConnection(StompClientConnection) - Constructor for class io.vertx.mutiny.ext.stomp.StompClientConnection
- StompClientConnection(Object) - Constructor for class io.vertx.mutiny.ext.stomp.StompClientConnection
- stompHandler() - Method in class io.vertx.mutiny.ext.stomp.StompServer
- stompHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- StompServer - Class in io.vertx.mutiny.ext.stomp
- 
Defines a STOMP server.
- StompServer(StompServer) - Constructor for class io.vertx.mutiny.ext.stomp.StompServer
- StompServer(Object) - Constructor for class io.vertx.mutiny.ext.stomp.StompServer
- StompServerConnection - Class in io.vertx.mutiny.ext.stomp
- 
Class representing a connection between a STOMP client a the server.
- StompServerConnection(StompServerConnection) - Constructor for class io.vertx.mutiny.ext.stomp.StompServerConnection
- StompServerConnection(Object) - Constructor for class io.vertx.mutiny.ext.stomp.StompServerConnection
- StompServerHandler - Class in io.vertx.mutiny.ext.stomp
- 
STOMP server handler implements the behavior of the STOMP server when a specific event occurs.
- StompServerHandler(StompServerHandler) - Constructor for class io.vertx.mutiny.ext.stomp.StompServerHandler
- StompServerHandler(Object) - Constructor for class io.vertx.mutiny.ext.stomp.StompServerHandler
- stop() - Method in class io.vertx.mutiny.camel.CamelBridge
- 
Stops the bridge.
- stop() - Method in class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
- stop() - Method in class io.vertx.mutiny.ext.consul.Watch
- stop() - Method in class io.vertx.mutiny.ext.shell.ShellService
- 
Stop the shell service, this is an asynchronous start.
- stop() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Stop the rabbitMQ client.
- stop() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- 
Stop the rabbitMQ publisher.
- stop(Promise<Void>) - Method in class io.smallrye.mutiny.vertx.core.AbstractVerticle
- 
Stop the verticle.
- stopAndAwait() - Method in class io.vertx.mutiny.camel.CamelBridge
- 
Blocking variant ofCamelBridge.stop().
- stopAndAwait() - Method in class io.vertx.mutiny.ext.shell.ShellService
- 
Blocking variant ofShellService.stop().
- stopAndAwait() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.stop().
- stopAndAwait() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- 
Blocking variant ofRabbitMQPublisher.stop().
- stopAndForget() - Method in class io.vertx.mutiny.camel.CamelBridge
- 
Variant ofCamelBridge.stop()that ignores the result of the operation.
- stopAndForget() - Method in class io.vertx.mutiny.ext.shell.ShellService
- 
Variant ofShellService.stop()that ignores the result of the operation.
- stopAndForget() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.stop()that ignores the result of the operation.
- stopAndForget() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- 
Variant ofRabbitMQPublisher.stop()that ignores the result of the operation.
- stream() - Method in class io.vertx.mutiny.httpproxy.Body
- stream() - Method in class io.vertx.mutiny.sqlclient.RowSet
- StreamBase - Interface in io.vertx.mutiny.core.streams
- 
Base interface for a stream.
- streamId() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- streamId() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- streamId() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- streamPriority() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- streamPriorityHandler(Consumer<StreamPriority>) - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- streamPriorityHandler(Consumer<StreamPriority>) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- streamToFileSystem(String) - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- 
Stream the content of this upload to the given file on storage.
- streamToFileSystemAndAwait(String) - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- 
Blocking variant ofHttpServerFileUpload.streamToFileSystem(String).
- streamToFileSystemAndForget(String) - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- 
Variant ofHttpServerFileUpload.streamToFileSystem(String)that ignores the result of the operation.
- string() - Static method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- string(String) - Static method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- stringValue() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- StripeAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for Stripe.
- StripeAuth(StripeAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.StripeAuth
- StripeAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.StripeAuth
- strlen(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the length of the value stored in a key.
- STRLEN - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the length of the value stored in a key.
- strlenAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.strlen(String).
- strlenAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.strlen(String)that ignores the result of the operation.
- StyledParameterProcessorFactory - Class in io.vertx.mutiny.ext.web.validation.builder
- 
This interface is used to build complex parameter processors supported only in cookie & query.
- StyledParameterProcessorFactory(StyledParameterProcessorFactory) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.StyledParameterProcessorFactory
- StyledParameterProcessorFactory(Object) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.StyledParameterProcessorFactory
- subComponent() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
- subject() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- subject() - Method in class io.vertx.mutiny.ext.auth.User
- subject(String) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- subProtocol() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- subProtocol() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- subProtocol() - Method in class io.vertx.mutiny.core.http.WebSocket
- subProtocol() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- subRouter(Router) - Method in class io.vertx.mutiny.ext.web.Route
- subscribe(UniSubscriber<? super T>) - Method in class io.smallrye.mutiny.vertx.AsyncResultUni
- subscribe(StompServerConnection, Frame) - Method in class io.vertx.mutiny.ext.stomp.Destination
- subscribe(String) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Subscribe to the given topic to get dynamically assigned partitions.
- subscribe(String, int) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Subscribes to the topic with a specified QoS level
- subscribe(String, Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Subscribes to the given destination.
- subscribe(String, Map<String, String>, Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Subscribes to the given destination.
- subscribe(Flow.Subscriber<? super U>) - Method in class io.smallrye.mutiny.vertx.MultiReadStream
- subscribe(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Listen for messages published to the given channels.
- subscribe(Map<String, Integer>) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Subscribes to the topic and adds a handler which will be called after the request is sent
- subscribe(Set<String>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Subscribe to the given list of topics to get dynamically assigned partitions.
- SUBSCRIBE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Listen for messages published to the given channels.
- subscribeAcknowledge(int, List<MqttQoS>) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- subscribeAcknowledge(int, List<MqttSubAckReasonCode>, MqttProperties) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- subscribeAndAwait(String) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.subscribe(String).
- subscribeAndAwait(String, int) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Blocking variant ofMqttClient.subscribe(String,int).
- subscribeAndAwait(String, Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.subscribe(String,Consumer).
- subscribeAndAwait(String, Map<String, String>, Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.subscribe(String,Map,Consumer).
- subscribeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.subscribe(List).
- subscribeAndAwait(Map<String, Integer>) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Blocking variant ofMqttClient.subscribe(Map).
- subscribeAndAwait(Set<String>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.subscribe(Set).
- subscribeAndForget(String) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.subscribe(String)that ignores the result of the operation.
- subscribeAndForget(String, int) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Variant ofMqttClient.subscribe(String,int)that ignores the result of the operation.
- subscribeAndForget(String, Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.subscribe(String,Consumer)that ignores the result of the operation.
- subscribeAndForget(String, Map<String, String>, Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.subscribe(String,Map,Consumer)that ignores the result of the operation.
- subscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.subscribe(List)that ignores the result of the operation.
- subscribeAndForget(Map<String, Integer>) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Variant ofMqttClient.subscribe(Map)that ignores the result of the operation.
- subscribeAndForget(Set<String>) - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.subscribe(Set)that ignores the result of the operation.
- subscribeCompletionHandler(Consumer<MqttSubAckMessage>) - Method in class io.vertx.mutiny.mqtt.MqttClient
- subscribeHandler(Runnable) - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- subscribeHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- subscribeHandler(Consumer<MqttSubscribeMessage>) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- subscriber(Vertx, PgConnectOptions) - Static method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- subscription() - Method in class io.vertx.mutiny.ext.stomp.Acknowledgement
- subscription() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Get the current subscription.
- subscriptionAndAwait() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.subscription().
- subscriptionAndForget() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.subscription()that ignores the result of the operation.
- subscriptionAutoAck(boolean) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- subscriptionOption() - Method in class io.vertx.mutiny.mqtt.MqttTopicSubscription
- substr(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get a substring of the string stored at a key.
- SUBSTR - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get a substring of the string stored at a key.
- substrAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.substr(String,String,String).
- substrAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.substr(String,String,String)that ignores the result of the operation.
- subtag() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- subtag(int) - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- subtagCount() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- succeeded() - Method in class io.vertx.mutiny.ext.consul.WatchResult
- succeeded() - Method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
- 
Deprecated.
- succeeded() - Method in class io.vertx.mutiny.ext.web.validation.RequestPredicateResult
- success() - Static method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
- 
Deprecated.
- success() - Static method in class io.vertx.mutiny.ext.web.validation.RequestPredicateResult
- sunion(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Add multiple sets.
- SUNION - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Add multiple sets.
- sunionAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.sunion(List).
- sunionAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.sunion(List)that ignores the result of the operation.
- sunionstore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Add multiple sets and store the resulting set in a key.
- SUNIONSTORE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Add multiple sets and store the resulting set in a key.
- sunionstoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.sunionstore(List).
- sunionstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.sunionstore(List)that ignores the result of the operation.
- sunsubscribe(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Stop listening for messages posted to the given shard channels.
- SUNSUBSCRIBE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Stop listening for messages posted to the given shard channels.
- sunsubscribeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.sunsubscribe(List).
- sunsubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.sunsubscribe(List)that ignores the result of the operation.
- SUPPORTED_MEDIA_TYPES - Static variable in class io.vertx.mutiny.openapi.contract.MediaType
- suspend() - Method in class io.vertx.mutiny.ext.shell.system.Job
- suspend() - Method in class io.vertx.mutiny.ext.shell.system.Process
- suspend(Runnable) - Method in class io.vertx.mutiny.ext.shell.system.Process
- suspendHandler(SignalHandler) - Method in class io.vertx.mutiny.ext.shell.term.Term
- suspendHandler(Runnable) - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- swapdb(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Swaps two Redis databases.
- SWAPDB - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Swaps two Redis databases.
- swapdbAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.swapdb(String,String).
- swapdbAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.swapdb(String,String)that ignores the result of the operation.
- symlink(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Create a symbolic link on the file system fromlinktoexisting, asynchronously.
- symlinkAndAwait(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.symlink(String,String).
- symlinkAndForget(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.symlink(String,String)that ignores the result of the operation.
- symlinkBlocking(String, String) - Method in class io.vertx.mutiny.core.file.FileSystem
- sync() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Internal command used for replication.
- SYNC - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Internal command used for replication.
- syncAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.sync().
- syncAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.sync()that ignores the result of the operation.
- SYSTEM_PROPERTY_NAME - Static variable in class io.vertx.mutiny.ext.web.common.WebEnvironment
T
- tag() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- target() - Method in class io.vertx.mutiny.core.dns.SrvRecord
- TcpEventBusBridge - Class in io.vertx.mutiny.ext.eventbus.bridge.tcp
- 
TCP EventBus bridge for Vert.x
- TcpEventBusBridge(TcpEventBusBridge) - Constructor for class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- TcpEventBusBridge(Object) - Constructor for class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- TDIGEST_ADD - Static variable in class io.vertx.mutiny.redis.client.Command
- TDIGEST_BYRANK - Static variable in class io.vertx.mutiny.redis.client.Command
- TDIGEST_BYREVRANK - Static variable in class io.vertx.mutiny.redis.client.Command
- TDIGEST_CDF - Static variable in class io.vertx.mutiny.redis.client.Command
- TDIGEST_CREATE - Static variable in class io.vertx.mutiny.redis.client.Command
- TDIGEST_INFO - Static variable in class io.vertx.mutiny.redis.client.Command
- TDIGEST_MAX - Static variable in class io.vertx.mutiny.redis.client.Command
- TDIGEST_MERGE - Static variable in class io.vertx.mutiny.redis.client.Command
- TDIGEST_MIN - Static variable in class io.vertx.mutiny.redis.client.Command
- TDIGEST_QUANTILE - Static variable in class io.vertx.mutiny.redis.client.Command
- TDIGEST_RANK - Static variable in class io.vertx.mutiny.redis.client.Command
- TDIGEST_RESET - Static variable in class io.vertx.mutiny.redis.client.Command
- TDIGEST_REVRANK - Static variable in class io.vertx.mutiny.redis.client.Command
- TDIGEST_TRIMMED_MEAN - Static variable in class io.vertx.mutiny.redis.client.Command
- tdigestAdd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TDIGEST.ADD.
- tdigestAddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tdigestAdd(List).
- tdigestAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tdigestAdd(List)that ignores the result of the operation.
- tdigestByrank(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TDIGEST.BYRANK.
- tdigestByrankAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tdigestByrank(List).
- tdigestByrankAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tdigestByrank(List)that ignores the result of the operation.
- tdigestByrevrank(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TDIGEST.BYREVRANK.
- tdigestByrevrankAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tdigestByrevrank(List).
- tdigestByrevrankAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tdigestByrevrank(List)that ignores the result of the operation.
- tdigestCdf(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TDIGEST.CDF.
- tdigestCdfAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tdigestCdf(List).
- tdigestCdfAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tdigestCdf(List)that ignores the result of the operation.
- tdigestCreate(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TDIGEST.CREATE.
- tdigestCreateAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tdigestCreate(List).
- tdigestCreateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tdigestCreate(List)that ignores the result of the operation.
- tdigestInfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TDIGEST.INFO.
- tdigestInfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tdigestInfo(List).
- tdigestInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tdigestInfo(List)that ignores the result of the operation.
- tdigestMax(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TDIGEST.MAX.
- tdigestMaxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tdigestMax(List).
- tdigestMaxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tdigestMax(List)that ignores the result of the operation.
- tdigestMerge(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TDIGEST.MERGE.
- tdigestMergeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tdigestMerge(List).
- tdigestMergeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tdigestMerge(List)that ignores the result of the operation.
- tdigestMin(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TDIGEST.MIN.
- tdigestMinAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tdigestMin(List).
- tdigestMinAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tdigestMin(List)that ignores the result of the operation.
- tdigestQuantile(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TDIGEST.QUANTILE.
- tdigestQuantileAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tdigestQuantile(List).
- tdigestQuantileAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tdigestQuantile(List)that ignores the result of the operation.
- tdigestRank(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TDIGEST.RANK.
- tdigestRankAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tdigestRank(List).
- tdigestRankAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tdigestRank(List)that ignores the result of the operation.
- tdigestReset(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TDIGEST.RESET.
- tdigestResetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tdigestReset(List).
- tdigestResetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tdigestReset(List)that ignores the result of the operation.
- tdigestRevrank(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TDIGEST.REVRANK.
- tdigestRevrankAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tdigestRevrank(List).
- tdigestRevrankAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tdigestRevrank(List)that ignores the result of the operation.
- tdigestTrimmedMean(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TDIGEST.TRIMMED_MEAN.
- tdigestTrimmedMeanAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tdigestTrimmedMean(List).
- tdigestTrimmedMeanAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tdigestTrimmedMean(List)that ignores the result of the operation.
- TemplateEngine - Class in io.vertx.mutiny.ext.web.common.template
- 
A template template uses a specific template and the data in a routing context to render a resource into a buffer.
- TemplateEngine(TemplateEngine) - Constructor for class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- TemplateEngine(Object) - Constructor for class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- TemplateHandler - Class in io.vertx.mutiny.ext.web.handler
- 
A handler which renders responses using a template engine and where the template name is selected from the URI path.
- TemplateHandler(TemplateHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.TemplateHandler
- TemplateHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.TemplateHandler
- templateParams() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- TENANT - Static variable in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- 
The default key used to identify a tenant in the context data.
- Term - Class in io.vertx.mutiny.ext.shell.term
- 
The terminal.
- Term(Term) - Constructor for class io.vertx.mutiny.ext.shell.term.Term
- Term(Object) - Constructor for class io.vertx.mutiny.ext.shell.term.Term
- termHandler(Consumer<Term>) - Method in class io.vertx.mutiny.ext.shell.term.SockJSTermHandler
- termHandler(Consumer<Term>) - Method in class io.vertx.mutiny.ext.shell.term.TermServer
- terminate() - Method in class io.vertx.mutiny.ext.shell.system.Job
- terminate() - Method in class io.vertx.mutiny.ext.shell.system.Process
- terminate(Runnable) - Method in class io.vertx.mutiny.ext.shell.system.Process
- terminatedHandler(Consumer<Integer>) - Method in class io.vertx.mutiny.ext.shell.system.Process
- TermServer - Class in io.vertx.mutiny.ext.shell.term
- 
A server for terminal based applications.
- TermServer(TermServer) - Constructor for class io.vertx.mutiny.ext.shell.term.TermServer
- TermServer(Object) - Constructor for class io.vertx.mutiny.ext.shell.term.TermServer
- test(Uni<T>) - Method in class io.vertx.mutiny.circuitbreaker.FailurePolicy
- TEXT_HTML - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
text/html header value
- textData() - Method in class io.vertx.mutiny.core.http.WebSocketFrame
- textFileUpload(String, String, Buffer, String) - Method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- textFileUpload(String, String, String, String) - Method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- textFrame(String, boolean) - Static method in class io.vertx.mutiny.core.http.WebSocketFrame
- textHandlerID() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- textHandlerID() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- textHandlerID() - Method in class io.vertx.mutiny.core.http.WebSocket
- textHandlerID() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- textMessageHandler(Consumer<String>) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- textMessageHandler(Consumer<String>) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- textMessageHandler(Consumer<String>) - Method in class io.vertx.mutiny.core.http.WebSocket
- textMessageHandler(Consumer<String>) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- textPlain(StringSchemaBuilder) - Static method in class io.vertx.mutiny.ext.web.validation.builder.Bodies
- threadingModel() - Method in class io.vertx.mutiny.core.Context
- ThymeleafTemplateEngine - Class in io.vertx.mutiny.ext.web.templ.thymeleaf
- 
A template engine that uses the Thymeleaf library.
- ThymeleafTemplateEngine(ThymeleafTemplateEngine) - Constructor for class io.vertx.mutiny.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- ThymeleafTemplateEngine(Object) - Constructor for class io.vertx.mutiny.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- time() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return the current server time.
- TIME - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return the current server time.
- timeAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.time().
- timeAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.time()that ignores the result of the operation.
- timeout() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- timeout() - Method in class io.vertx.mutiny.ext.web.Session
- timeout(long) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- TimeoutHandler - Class in io.vertx.mutiny.ext.web.handler
- 
Handler that will timeout requests if the response has not been written after a certain time.
- TimeoutHandler(TimeoutHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.TimeoutHandler
- TimeoutHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.TimeoutHandler
- TimeoutStream - Class in io.vertx.mutiny.core
- 
Deprecated.
- TimeoutStream(TimeoutStream) - Constructor for class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- TimeoutStream(Object) - Constructor for class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- timer(long) - Method in class io.vertx.mutiny.core.Vertx
- timer(long, TimeUnit) - Method in class io.vertx.mutiny.core.Vertx
- Timer - Class in io.vertx.mutiny.core
- 
A timer task that can be used as a future.
- Timer(Timer) - Constructor for class io.vertx.mutiny.core.Timer
- Timer(Object) - Constructor for class io.vertx.mutiny.core.Timer
- timerStream(long) - Method in class io.vertx.mutiny.core.Vertx
- 
Deprecated.useVertx.setTimer(long, java.util.function.Consumer<java.lang.Long>)instead. RxJava like integrations should use the Vert.x scheduler integration.
- TIMESERIES_CLUSTERSET - Static variable in class io.vertx.mutiny.redis.client.Command
- TIMESERIES_CLUSTERSETFROMSHARD - Static variable in class io.vertx.mutiny.redis.client.Command
- TIMESERIES_HELLO - Static variable in class io.vertx.mutiny.redis.client.Command
- TIMESERIES_INFOCLUSTER - Static variable in class io.vertx.mutiny.redis.client.Command
- TIMESERIES_INNERCOMMUNICATION - Static variable in class io.vertx.mutiny.redis.client.Command
- TIMESERIES_NETWORKTEST - Static variable in class io.vertx.mutiny.redis.client.Command
- TIMESERIES_REFRESHCLUSTER - Static variable in class io.vertx.mutiny.redis.client.Command
- timeseriesClusterset(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TIMESERIES.CLUSTERSET.
- timeseriesClustersetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.timeseriesClusterset(List).
- timeseriesClustersetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.timeseriesClusterset(List)that ignores the result of the operation.
- timeseriesClustersetfromshard(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TIMESERIES.CLUSTERSETFROMSHARD.
- timeseriesClustersetfromshardAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.timeseriesClustersetfromshard(List).
- timeseriesClustersetfromshardAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.timeseriesClustersetfromshard(List)that ignores the result of the operation.
- timeseriesHello(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TIMESERIES.HELLO.
- timeseriesHelloAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.timeseriesHello(List).
- timeseriesHelloAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.timeseriesHello(List)that ignores the result of the operation.
- timeseriesInfocluster(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TIMESERIES.INFOCLUSTER.
- timeseriesInfoclusterAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.timeseriesInfocluster(List).
- timeseriesInfoclusterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.timeseriesInfocluster(List)that ignores the result of the operation.
- timeseriesInnercommunication(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TIMESERIES.INNERCOMMUNICATION.
- timeseriesInnercommunicationAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.timeseriesInnercommunication(List).
- timeseriesInnercommunicationAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.timeseriesInnercommunication(List)that ignores the result of the operation.
- timeseriesNetworktest(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TIMESERIES.NETWORKTEST.
- timeseriesNetworktestAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.timeseriesNetworktest(List).
- timeseriesNetworktestAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.timeseriesNetworktest(List)that ignores the result of the operation.
- timeseriesRefreshcluster(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TIMESERIES.REFRESHCLUSTER.
- timeseriesRefreshclusterAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.timeseriesRefreshcluster(List).
- timeseriesRefreshclusterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.timeseriesRefreshcluster(List)that ignores the result of the operation.
- timestamp() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- timestamp() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- timestampType() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- to(WriteStream<T>) - Method in class io.vertx.mutiny.core.streams.Pipe
- 
Start to pipe the elements to the destinationWriteStream.
- toAndAwait(WriteStream<T>) - Method in class io.vertx.mutiny.core.streams.Pipe
- 
Blocking variant ofPipe.to(io.vertx.mutiny.core.streams.WriteStream).
- toAndForget(WriteStream<T>) - Method in class io.vertx.mutiny.core.streams.Pipe
- 
Variant ofPipe.to(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.
- toBackground() - Method in class io.vertx.mutiny.ext.shell.system.Job
- toBackground() - Method in class io.vertx.mutiny.ext.shell.system.Process
- toBackground(Runnable) - Method in class io.vertx.mutiny.ext.shell.system.Process
- toBigInteger() - Method in class io.vertx.mutiny.redis.client.Response
- toBlockingIterable() - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- toBlockingIterable() - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- toBlockingIterable() - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- toBlockingIterable() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- toBlockingIterable() - Method in class io.vertx.mutiny.core.file.AsyncFile
- toBlockingIterable() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- toBlockingIterable() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- toBlockingIterable() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- toBlockingIterable() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- toBlockingIterable() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- toBlockingIterable() - Method in class io.vertx.mutiny.core.http.WebSocket
- toBlockingIterable() - Method in class io.vertx.mutiny.core.net.NetSocket
- toBlockingIterable() - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- toBlockingIterable() - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- toBlockingIterable() - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- toBlockingIterable() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- toBlockingIterable() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- toBlockingIterable() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- toBlockingIterable() - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- toBlockingIterable() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- toBlockingIterable() - Method in class io.vertx.mutiny.redis.client.RedisConnection
- toBlockingIterable() - Method in class io.vertx.mutiny.sqlclient.RowStream
- toBlockingStream() - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- toBlockingStream() - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- toBlockingStream() - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- toBlockingStream() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- toBlockingStream() - Method in class io.vertx.mutiny.core.file.AsyncFile
- toBlockingStream() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- toBlockingStream() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- toBlockingStream() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- toBlockingStream() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- toBlockingStream() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- toBlockingStream() - Method in class io.vertx.mutiny.core.http.WebSocket
- toBlockingStream() - Method in class io.vertx.mutiny.core.net.NetSocket
- toBlockingStream() - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- toBlockingStream() - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- toBlockingStream() - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- toBlockingStream() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- toBlockingStream() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- toBlockingStream() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- toBlockingStream() - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- toBlockingStream() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- toBlockingStream() - Method in class io.vertx.mutiny.redis.client.RedisConnection
- toBlockingStream() - Method in class io.vertx.mutiny.sqlclient.RowStream
- toBoolean() - Method in class io.vertx.mutiny.redis.client.Response
- toBuffer() - Method in class io.vertx.mutiny.redis.client.Response
- toByte() - Method in class io.vertx.mutiny.redis.client.Response
- toBytes() - Method in class io.vertx.mutiny.redis.client.Response
- toDouble() - Method in class io.vertx.mutiny.redis.client.Response
- toFloat() - Method in class io.vertx.mutiny.redis.client.Response
- toForeground() - Method in class io.vertx.mutiny.ext.shell.system.Job
- toForeground() - Method in class io.vertx.mutiny.ext.shell.system.Process
- toForeground(Runnable) - Method in class io.vertx.mutiny.ext.shell.system.Process
- toFuture(Uni<T>) - Static method in class io.smallrye.mutiny.vertx.UniHelper
- 
Adapts anUni<T>to a Vert.xio.vertx.core.Future<T>.
- toInteger() - Method in class io.vertx.mutiny.redis.client.Response
- toJson() - Method in class io.vertx.mutiny.core.buffer.Buffer
- 
Deprecated.instead useBuffer.toJsonValue()
- toJson() - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- toJson() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- toJson() - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- toJson() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameters
- toJson() - Method in class io.vertx.mutiny.sqlclient.Row
- toJsonArray() - Method in class io.vertx.mutiny.core.buffer.Buffer
- toJsonObject() - Method in class io.vertx.mutiny.core.buffer.Buffer
- toJsonValue() - Method in class io.vertx.mutiny.core.buffer.Buffer
- tokenize(String) - Static method in class io.vertx.mutiny.ext.shell.cli.CliToken
- toLong() - Method in class io.vertx.mutiny.redis.client.Response
- toMulti() - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- toMulti() - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- toMulti() - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- toMulti() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- toMulti() - Method in class io.vertx.mutiny.core.file.AsyncFile
- toMulti() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- toMulti() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- toMulti() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- toMulti() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- toMulti() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- toMulti() - Method in class io.vertx.mutiny.core.http.WebSocket
- toMulti() - Method in class io.vertx.mutiny.core.MultiMap
- toMulti() - Method in class io.vertx.mutiny.core.net.NetSocket
- toMulti() - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- toMulti() - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- toMulti() - Method in interface io.vertx.mutiny.core.streams.ReadStream
- toMulti() - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- toMulti() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- toMulti() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- toMulti() - Method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- toMulti() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- toMulti() - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- toMulti() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- toMulti() - Method in class io.vertx.mutiny.redis.client.RedisConnection
- toMulti() - Method in class io.vertx.mutiny.redis.client.Response
- toMulti() - Method in class io.vertx.mutiny.sqlclient.RowIterator
- toMulti() - Method in class io.vertx.mutiny.sqlclient.RowSet
- toMulti() - Method in class io.vertx.mutiny.sqlclient.RowStream
- toMulti(ReadStream<T>) - Static method in class io.smallrye.mutiny.vertx.MultiHelper
- 
Adapts a Vert.xio.vertx.core.streams.ReadStream<T>to an Mutinyio.smallrye.mutiny.Multi<T>.
- toMulti(ReadStream<T>, Function<T, U>) - Static method in class io.smallrye.mutiny.vertx.MultiHelper
- 
LikeMultiHelper.toMulti(ReadStream)but with amappingfunction
- toNetSocket() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Establish a TCP tunnel with the client.
- toNetSocketAndAwait() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Blocking variant ofHttpServerRequest.toNetSocket().
- toNetSocketAndForget() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Variant ofHttpServerRequest.toNetSocket()that ignores the result of the operation.
- toNumber() - Method in class io.vertx.mutiny.redis.client.Response
- topic() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- topic() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- topic(Vertx, String) - Static method in class io.vertx.mutiny.ext.stomp.Destination
- topicName() - Method in class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- topicName() - Method in class io.vertx.mutiny.mqtt.MqttTopicSubscription
- topics() - Method in class io.vertx.mutiny.mqtt.messages.MqttUnsubscribeMessage
- topicSubscriptions() - Method in class io.vertx.mutiny.mqtt.messages.MqttSubscribeMessage
- TOPK_ADD - Static variable in class io.vertx.mutiny.redis.client.Command
- TOPK_COUNT - Static variable in class io.vertx.mutiny.redis.client.Command
- TOPK_INCRBY - Static variable in class io.vertx.mutiny.redis.client.Command
- TOPK_INFO - Static variable in class io.vertx.mutiny.redis.client.Command
- TOPK_LIST - Static variable in class io.vertx.mutiny.redis.client.Command
- TOPK_QUERY - Static variable in class io.vertx.mutiny.redis.client.Command
- TOPK_RESERVE - Static variable in class io.vertx.mutiny.redis.client.Command
- topkAdd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TOPK.ADD.
- topkAddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.topkAdd(List).
- topkAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.topkAdd(List)that ignores the result of the operation.
- topkCount(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TOPK.COUNT.
- topkCountAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.topkCount(List).
- topkCountAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.topkCount(List)that ignores the result of the operation.
- topkIncrby(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TOPK.INCRBY.
- topkIncrbyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.topkIncrby(List).
- topkIncrbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.topkIncrby(List)that ignores the result of the operation.
- topkInfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TOPK.INFO.
- topkInfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.topkInfo(List).
- topkInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.topkInfo(List)that ignores the result of the operation.
- topkList(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TOPK.LIST.
- topkListAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.topkList(List).
- topkListAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.topkList(List)that ignores the result of the operation.
- topkQuery(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TOPK.QUERY.
- topkQueryAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.topkQuery(List).
- topkQueryAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.topkQuery(List)that ignores the result of the operation.
- topkReserve(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TOPK.RESERVE.
- topkReserveAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.topkReserve(List).
- topkReserveAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.topkReserve(List)that ignores the result of the operation.
- toReadStream(Multi<T>) - Static method in class io.smallrye.mutiny.vertx.MultiHelper
- 
Adapts an Mutinyio.smallrye.mutiny.Multi<T>to a Vert.xio.vertx.core.streams.ReadStream<T>.
- toShort() - Method in class io.vertx.mutiny.redis.client.Response
- toString() - Method in class io.vertx.mutiny.amqp.AmqpClient
- toString() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- toString() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- toString() - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- toString() - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- toString() - Method in class io.vertx.mutiny.amqp.AmqpSender
- toString() - Method in class io.vertx.mutiny.camel.CamelBridge
- toString() - Method in class io.vertx.mutiny.cassandra.CassandraClient
- toString() - Method in class io.vertx.mutiny.cassandra.CassandraRowStream
- toString() - Method in class io.vertx.mutiny.cassandra.ResultSet
- toString() - Method in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- toString() - Method in class io.vertx.mutiny.circuitbreaker.FailurePolicy
- toString() - Method in class io.vertx.mutiny.circuitbreaker.HystrixMetricHandler
- toString() - Method in class io.vertx.mutiny.circuitbreaker.RetryPolicy
- toString() - Method in class io.vertx.mutiny.config.ConfigRetriever
- toString() - Method in class io.vertx.mutiny.core.buffer.Buffer
- toString() - Method in class io.vertx.mutiny.core.cli.CLI
- toString() - Method in class io.vertx.mutiny.core.cli.CommandLine
- toString() - Method in class io.vertx.mutiny.core.Context
- toString() - Method in class io.vertx.mutiny.core.datagram.DatagramPacket
- toString() - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- toString() - Method in class io.vertx.mutiny.core.dns.DnsClient
- toString() - Method in class io.vertx.mutiny.core.dns.MxRecord
- toString() - Method in class io.vertx.mutiny.core.dns.SrvRecord
- toString() - Method in class io.vertx.mutiny.core.eventbus.DeliveryContext
- toString() - Method in class io.vertx.mutiny.core.eventbus.EventBus
- toString() - Method in class io.vertx.mutiny.core.eventbus.Message
- toString() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- toString() - Method in class io.vertx.mutiny.core.eventbus.MessageProducer
- toString() - Method in class io.vertx.mutiny.core.file.AsyncFile
- toString() - Method in class io.vertx.mutiny.core.file.AsyncFileLock
- toString() - Method in class io.vertx.mutiny.core.file.FileProps
- toString() - Method in class io.vertx.mutiny.core.file.FileSystem
- toString() - Method in class io.vertx.mutiny.core.file.FileSystemProps
- toString() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- toString() - Method in class io.vertx.mutiny.core.http.Cookie
- toString() - Method in class io.vertx.mutiny.core.http.HttpClient
- toString() - Method in class io.vertx.mutiny.core.http.HttpClientBuilder
- toString() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- toString() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- toString() - Method in class io.vertx.mutiny.core.http.HttpConnection
- toString() - Method in class io.vertx.mutiny.core.http.HttpFrame
- toString() - Method in class io.vertx.mutiny.core.http.HttpHeaders
- toString() - Method in class io.vertx.mutiny.core.http.HttpServer
- toString() - Method in class io.vertx.mutiny.core.http.HttpServerFileUpload
- toString() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- toString() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- toString() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- toString() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- toString() - Method in class io.vertx.mutiny.core.http.WebSocket
- toString() - Method in class io.vertx.mutiny.core.http.WebSocketClient
- toString() - Method in class io.vertx.mutiny.core.http.WebSocketFrame
- toString() - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- toString() - Method in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- toString() - Method in class io.vertx.mutiny.core.MultiMap
- toString() - Method in class io.vertx.mutiny.core.net.HostAndPort
- toString() - Method in class io.vertx.mutiny.core.net.NetClient
- toString() - Method in class io.vertx.mutiny.core.net.NetServer
- toString() - Method in class io.vertx.mutiny.core.net.NetSocket
- toString() - Method in class io.vertx.mutiny.core.net.SelfSignedCertificate
- toString() - Method in class io.vertx.mutiny.core.net.SocketAddress
- toString() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- toString() - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- toString() - Method in class io.vertx.mutiny.core.parsetools.RecordParser
- toString() - Method in class io.vertx.mutiny.core.Promise
- toString() - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- toString() - Method in class io.vertx.mutiny.core.shareddata.Counter
- toString() - Method in class io.vertx.mutiny.core.shareddata.LocalMap
- toString() - Method in class io.vertx.mutiny.core.shareddata.Lock
- toString() - Method in class io.vertx.mutiny.core.shareddata.SharedData
- toString() - Method in class io.vertx.mutiny.core.streams.Pipe
- toString() - Method in class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.core.Timer
- toString() - Method in class io.vertx.mutiny.core.Vertx
- toString() - Method in class io.vertx.mutiny.core.VertxBuilder
- toString() - Method in class io.vertx.mutiny.core.WorkerExecutor
- toString() - Method in class io.vertx.mutiny.db2client.DB2Builder
- toString() - Method in class io.vertx.mutiny.db2client.DB2Connection
- toString() - Method in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
- toString() - Method in class io.vertx.mutiny.ext.auth.authorization.AndAuthorization
- toString() - Method in class io.vertx.mutiny.ext.auth.authorization.Authorization
- toString() - Method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationContext
- toString() - Method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
- toString() - Method in class io.vertx.mutiny.ext.auth.authorization.Authorizations
- toString() - Method in class io.vertx.mutiny.ext.auth.authorization.NotAuthorization
- toString() - Method in class io.vertx.mutiny.ext.auth.authorization.OrAuthorization
- toString() - Method in class io.vertx.mutiny.ext.auth.authorization.PermissionBasedAuthorization
- toString() - Method in class io.vertx.mutiny.ext.auth.authorization.RoleBasedAuthorization
- toString() - Method in class io.vertx.mutiny.ext.auth.authorization.WildcardPermissionBasedAuthorization
- toString() - Method in class io.vertx.mutiny.ext.auth.AuthProvider
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.auth.ChainAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.HashingAlgorithm
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.auth.HashingStrategy
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.auth.htdigest.HtdigestAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.htpasswd.HtpasswdAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.auth.jwt.authorization.JWTAuthorization
- toString() - Method in class io.vertx.mutiny.ext.auth.jwt.authorization.MicroProfileAuthorization
- toString() - Method in class io.vertx.mutiny.ext.auth.jwt.JWTAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.ldap.LdapAuthentication
- toString() - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- toString() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
- toString() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.authorization.KeycloakAuthorization
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.authorization.ScopeAuthorization
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.AmazonCognitoAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.AzureADAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.BoxAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.CloudFoundryAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.DropboxAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.FacebookAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.FoursquareAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GiteeAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GithubAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GitLabAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.GoogleAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.HerokuAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.IBMCloudAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.InstagramAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.KeycloakAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.LinkedInAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.LiveAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.MailchimpAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.OpenIDConnectAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.SalesforceAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.ShopifyAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.SoundcloudAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.StripeAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.oauth2.providers.TwitterAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- toString() - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- toString() - Method in class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthentication
- toString() - Method in class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthorization
- toString() - Method in class io.vertx.mutiny.ext.auth.shiro.ShiroAuth
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthentication
- toString() - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthorization
- toString() - Method in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- toString() - Method in class io.vertx.mutiny.ext.auth.User
- toString() - Method in class io.vertx.mutiny.ext.auth.VertxContextPRNG
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- toString() - Method in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- toString() - Method in class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- toString() - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- toString() - Method in class io.vertx.mutiny.ext.consul.Watch
- toString() - Method in class io.vertx.mutiny.ext.consul.WatchResult
- toString() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent
- toString() - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- toString() - Method in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- toString() - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- toString() - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- toString() - Method in class io.vertx.mutiny.ext.mail.MailAttachment
- toString() - Method in class io.vertx.mutiny.ext.mail.MailClient
- toString() - Method in class io.vertx.mutiny.ext.mail.MailClientBuilder
- toString() - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- toString() - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- toString() - Method in class io.vertx.mutiny.ext.shell.cli.CliToken
- toString() - Method in class io.vertx.mutiny.ext.shell.cli.Completion
- toString() - Method in class io.vertx.mutiny.ext.shell.command.Command
- toString() - Method in class io.vertx.mutiny.ext.shell.command.CommandBuilder
- toString() - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- toString() - Method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- toString() - Method in class io.vertx.mutiny.ext.shell.command.CommandResolver
- toString() - Method in class io.vertx.mutiny.ext.shell.session.Session
- toString() - Method in class io.vertx.mutiny.ext.shell.Shell
- toString() - Method in class io.vertx.mutiny.ext.shell.ShellServer
- toString() - Method in class io.vertx.mutiny.ext.shell.ShellService
- toString() - Method in class io.vertx.mutiny.ext.shell.system.Job
- toString() - Method in class io.vertx.mutiny.ext.shell.system.JobController
- toString() - Method in class io.vertx.mutiny.ext.shell.system.Process
- toString() - Method in class io.vertx.mutiny.ext.shell.term.Pty
- toString() - Method in class io.vertx.mutiny.ext.shell.term.SignalHandler
- toString() - Method in class io.vertx.mutiny.ext.shell.term.SockJSTermHandler
- toString() - Method in class io.vertx.mutiny.ext.shell.term.Term
- toString() - Method in class io.vertx.mutiny.ext.shell.term.TermServer
- toString() - Method in class io.vertx.mutiny.ext.shell.term.Tty
- toString() - Method in class io.vertx.mutiny.ext.sql.SQLClient
- toString() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- toString() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- toString() - Method in class io.vertx.mutiny.ext.stomp.Acknowledgement
- toString() - Method in class io.vertx.mutiny.ext.stomp.Destination
- toString() - Method in class io.vertx.mutiny.ext.stomp.DestinationFactory
- toString() - Method in class io.vertx.mutiny.ext.stomp.Frames
- toString() - Method in class io.vertx.mutiny.ext.stomp.ServerFrame
- toString() - Method in class io.vertx.mutiny.ext.stomp.StompClient
- toString() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- toString() - Method in class io.vertx.mutiny.ext.stomp.StompServer
- toString() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
- toString() - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- toString() - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.api.service.RouteToEBServiceHandler
- toString() - Method in class io.vertx.mutiny.ext.web.api.validation.ContainerDeserializer
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.api.validation.CustomValidator
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterValidationRule
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.client.CachingWebClient
- toString() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- toString() - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- toString() - Method in class io.vertx.mutiny.ext.web.client.OAuth2WebClient
- toString() - Method in class io.vertx.mutiny.ext.web.client.predicate.ErrorConverter
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.client.WebClient
- toString() - Method in class io.vertx.mutiny.ext.web.client.WebClientSession
- toString() - Method in class io.vertx.mutiny.ext.web.codec.BodyCodec
- toString() - Method in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- toString() - Method in class io.vertx.mutiny.ext.web.common.WebEnvironment
- toString() - Method in class io.vertx.mutiny.ext.web.FileUpload
- toString() - Method in class io.vertx.mutiny.ext.web.handler.APIKeyHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandlerBuilder
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandlerBuilder
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxDataFetcher
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.UploadScalar
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- toString() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.Message
- toString() - Method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.LoggerFormatter
- toString() - Method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.SimpleAuthenticationHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
- toString() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- toString() - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- toString() - Method in class io.vertx.mutiny.ext.web.handler.XFrameHandler
- toString() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- toString() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
- toString() - Method in class io.vertx.mutiny.ext.web.multipart.FormDataPart
- toString() - Method in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- toString() - Method in class io.vertx.mutiny.ext.web.openapi.OpenAPIHolder
- toString() - Method in class io.vertx.mutiny.ext.web.openapi.Operation
- toString() - Method in class io.vertx.mutiny.ext.web.openapi.router.OpenAPIRoute
- toString() - Method in class io.vertx.mutiny.ext.web.openapi.router.RequestExtractor
- toString() - Method in class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- toString() - Method in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- toString() - Method in class io.vertx.mutiny.ext.web.openapi.SecurityScheme
- toString() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
- toString() - Method in class io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
- toString() - Method in class io.vertx.mutiny.ext.web.RequestBody
- toString() - Method in class io.vertx.mutiny.ext.web.Route
- toString() - Method in class io.vertx.mutiny.ext.web.Router
- toString() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- toString() - Method in class io.vertx.mutiny.ext.web.Session
- toString() - Method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
- toString() - Method in class io.vertx.mutiny.ext.web.sstore.cookie.CookieSessionStore
- toString() - Method in class io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore
- toString() - Method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
- toString() - Method in class io.vertx.mutiny.ext.web.sstore.redis.RedisSessionStore
- toString() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
- toString() - Method in class io.vertx.mutiny.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- toString() - Method in class io.vertx.mutiny.ext.web.templ.handlebars.HandlebarsTemplateEngine
- toString() - Method in class io.vertx.mutiny.ext.web.templ.httl.HTTLTemplateEngine
- toString() - Method in class io.vertx.mutiny.ext.web.templ.jade.JadeTemplateEngine
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.ext.web.templ.mvel.MVELTemplateEngine
- toString() - Method in class io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine
- toString() - Method in class io.vertx.mutiny.ext.web.templ.pug.PugTemplateEngine
- toString() - Method in class io.vertx.mutiny.ext.web.templ.rocker.RockerTemplateEngine
- toString() - Method in class io.vertx.mutiny.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- toString() - Method in class io.vertx.mutiny.ext.web.UserContext
- toString() - Method in class io.vertx.mutiny.ext.web.validation.builder.ArrayParserFactory
- toString() - Method in class io.vertx.mutiny.ext.web.validation.builder.Bodies
- toString() - Method in class io.vertx.mutiny.ext.web.validation.builder.BodyProcessorFactory
- toString() - Method in class io.vertx.mutiny.ext.web.validation.builder.ObjectParserFactory
- toString() - Method in class io.vertx.mutiny.ext.web.validation.builder.ParameterProcessorFactory
- toString() - Method in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- toString() - Method in class io.vertx.mutiny.ext.web.validation.builder.Parsers
- toString() - Method in class io.vertx.mutiny.ext.web.validation.builder.StyledParameterProcessorFactory
- toString() - Method in class io.vertx.mutiny.ext.web.validation.builder.TupleParserFactory
- toString() - Method in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- toString() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameter
- toString() - Method in class io.vertx.mutiny.ext.web.validation.RequestParameters
- toString() - Method in class io.vertx.mutiny.ext.web.validation.RequestPredicate
- toString() - Method in class io.vertx.mutiny.ext.web.validation.RequestPredicateResult
- toString() - Method in class io.vertx.mutiny.ext.web.validation.ValidationHandler
- toString() - Method in class io.vertx.mutiny.httpproxy.Body
- toString() - Method in class io.vertx.mutiny.httpproxy.HttpProxy
- toString() - Method in class io.vertx.mutiny.httpproxy.OriginRequestProvider
- toString() - Method in class io.vertx.mutiny.httpproxy.ProxyContext
- toString() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- toString() - Method in class io.vertx.mutiny.httpproxy.ProxyResponse
- toString() - Method in class io.vertx.mutiny.jdbcclient.JDBCPool
- toString() - Method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- toString() - Method in class io.vertx.mutiny.json.schema.JsonFormatValidator
- toString() - Method in class io.vertx.mutiny.json.schema.JsonSchema
- toString() - Method in class io.vertx.mutiny.json.schema.Ref
- toString() - Method in class io.vertx.mutiny.json.schema.Schema
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- toString() - Method in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.json.schema.Validator
- toString() - Method in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- toString() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- toString() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- toString() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
- toString() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaHeader
- toString() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- toString() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- toString() - Method in class io.vertx.mutiny.micrometer.MetricsService
- toString() - Method in class io.vertx.mutiny.micrometer.PrometheusScrapingHandler
- toString() - Method in class io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
- toString() - Method in class io.vertx.mutiny.mqtt.messages.MqttDisconnectMessage
- toString() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubAckMessage
- toString() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubCompMessage
- toString() - Method in class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- toString() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubRecMessage
- toString() - Method in class io.vertx.mutiny.mqtt.messages.MqttPubRelMessage
- toString() - Method in class io.vertx.mutiny.mqtt.messages.MqttSubAckMessage
- toString() - Method in class io.vertx.mutiny.mqtt.messages.MqttSubscribeMessage
- toString() - Method in class io.vertx.mutiny.mqtt.messages.MqttUnsubscribeMessage
- toString() - Method in class io.vertx.mutiny.mqtt.MqttClient
- toString() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- toString() - Method in class io.vertx.mutiny.mqtt.MqttServer
- toString() - Method in class io.vertx.mutiny.mqtt.MqttTopicSubscription
- toString() - Method in class io.vertx.mutiny.mssqlclient.MSSQLBuilder
- toString() - Method in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- toString() - Method in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.mysqlclient.MySQLBuilder
- toString() - Method in class io.vertx.mutiny.mysqlclient.MySQLClient
- toString() - Method in class io.vertx.mutiny.mysqlclient.MySQLConnection
- toString() - Method in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.openapi.contract.MediaType
- toString() - Method in class io.vertx.mutiny.openapi.contract.OAuthFlow
- toString() - Method in class io.vertx.mutiny.openapi.contract.OAuthFlows
- toString() - Method in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- toString() - Method in class io.vertx.mutiny.openapi.contract.Operation
- toString() - Method in class io.vertx.mutiny.openapi.contract.Parameter
- toString() - Method in class io.vertx.mutiny.openapi.contract.Path
- toString() - Method in class io.vertx.mutiny.openapi.contract.RequestBody
- toString() - Method in class io.vertx.mutiny.openapi.contract.Response
- toString() - Method in class io.vertx.mutiny.openapi.contract.SecurityRequirement
- toString() - Method in class io.vertx.mutiny.openapi.contract.SecurityScheme
- toString() - Method in class io.vertx.mutiny.openapi.contract.Server
- toString() - Method in class io.vertx.mutiny.openapi.validation.RequestParameter
- toString() - Method in class io.vertx.mutiny.openapi.validation.RequestValidator
- toString() - Method in class io.vertx.mutiny.openapi.validation.ResponseParameter
- toString() - Method in class io.vertx.mutiny.openapi.validation.ValidatableRequest
- toString() - Method in class io.vertx.mutiny.openapi.validation.ValidatableResponse
- toString() - Method in class io.vertx.mutiny.openapi.validation.ValidatedRequest
- toString() - Method in class io.vertx.mutiny.openapi.validation.ValidatedResponse
- toString() - Method in class io.vertx.mutiny.oracleclient.OracleBuilder
- toString() - Method in class io.vertx.mutiny.oracleclient.OracleClient
- toString() - Method in class io.vertx.mutiny.oracleclient.OracleConnection
- toString() - Method in class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.pgclient.PgBuilder
- toString() - Method in class io.vertx.mutiny.pgclient.PgConnection
- toString() - Method in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- toString() - Method in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- toString() - Method in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- toString() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- toString() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- toString() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQMessage
- toString() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- toString() - Method in class io.vertx.mutiny.redis.client.Command
- toString() - Method in class io.vertx.mutiny.redis.client.Redis
- toString() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- toString() - Method in class io.vertx.mutiny.redis.client.RedisConnection
- toString() - Method in class io.vertx.mutiny.redis.client.Request
- toString() - Method in class io.vertx.mutiny.redis.client.Response
- toString() - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- toString() - Method in class io.vertx.mutiny.servicediscovery.ServiceReference
- toString() - Method in class io.vertx.mutiny.servicediscovery.spi.ServiceExporter
- toString() - Method in class io.vertx.mutiny.servicediscovery.spi.ServiceImporter
- toString() - Method in class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- toString() - Method in class io.vertx.mutiny.servicediscovery.types.EventBusService
- toString() - Method in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- toString() - Method in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- toString() - Method in class io.vertx.mutiny.servicediscovery.types.MessageSource
- toString() - Method in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- toString() - Method in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- toString() - Method in class io.vertx.mutiny.sqlclient.ClientBuilder
- toString() - Method in class io.vertx.mutiny.sqlclient.Cursor
- toString() - Method in class io.vertx.mutiny.sqlclient.desc.ColumnDescriptor
- toString() - Method in class io.vertx.mutiny.sqlclient.Pool
- toString() - Method in class io.vertx.mutiny.sqlclient.PreparedQuery
- toString() - Method in class io.vertx.mutiny.sqlclient.PreparedStatement
- toString() - Method in class io.vertx.mutiny.sqlclient.PropertyKind
- toString() - Method in class io.vertx.mutiny.sqlclient.Query
- toString() - Method in class io.vertx.mutiny.sqlclient.Row
- toString() - Method in class io.vertx.mutiny.sqlclient.RowIterator
- toString() - Method in class io.vertx.mutiny.sqlclient.RowSet
- toString() - Method in class io.vertx.mutiny.sqlclient.RowStream
- toString() - Method in class io.vertx.mutiny.sqlclient.spi.DatabaseMetadata
- toString() - Method in class io.vertx.mutiny.sqlclient.SqlClient
- toString() - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- toString() - Method in class io.vertx.mutiny.sqlclient.SqlResult
- toString() - Method in class io.vertx.mutiny.sqlclient.templates.RowMapper
- toString() - Method in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- toString() - Method in class io.vertx.mutiny.sqlclient.templates.TupleMapper
- toString() - Method in class io.vertx.mutiny.sqlclient.Transaction
- toString() - Method in class io.vertx.mutiny.sqlclient.Tuple
- toString() - Method in class io.vertx.mutiny.uritemplate.UriTemplate
- toString() - Method in class io.vertx.mutiny.uritemplate.Variables
- toString(String) - Method in class io.vertx.mutiny.core.buffer.Buffer
- toString(Charset) - Method in class io.vertx.mutiny.core.buffer.Buffer
- toString(Charset) - Method in class io.vertx.mutiny.redis.client.Response
- toSubscriber() - Method in class io.vertx.mutiny.amqp.AmqpSender
- toSubscriber() - Method in class io.vertx.mutiny.core.file.AsyncFile
- toSubscriber() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- toSubscriber() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- toSubscriber() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- toSubscriber() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- toSubscriber() - Method in class io.vertx.mutiny.core.http.WebSocket
- toSubscriber() - Method in class io.vertx.mutiny.core.net.NetSocket
- toSubscriber() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- toSubscriber() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- toSubscriber(Handler<AsyncResult<T>>) - Static method in class io.smallrye.mutiny.vertx.UniHelper
- 
Adapts an Vert.xHandler<AsyncResult<T>>to anUniSubscriber.
- toSubscriber(WriteStream<T>) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
- 
Adapts a Vert.xWriteStreamto a MutinyFlow.Subscriber.
- toSubscriber(WriteStream<T>, Function<R, T>) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
- 
LikeMutinyHelper.toSubscriber(WriteStream), except the providedmappingfunction is applied to each item.
- totalSpace() - Method in class io.vertx.mutiny.core.file.FileSystemProps
- TotpAuth - Class in io.vertx.mutiny.ext.auth.otp.totp
- 
An extension of AuthProvider which uses the one time passwords based on time to perform authentication.
- TotpAuth(TotpAuth) - Constructor for class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- TotpAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- touch(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Alters the last access time of a key(s).
- TOUCH - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Alters the last access time of a key(s).
- touchAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.touch(List).
- touchAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.touch(List)that ignores the result of the operation.
- toUni(Future<T>) - Static method in class io.smallrye.mutiny.vertx.UniHelper
- toUni(Consumer<Handler<AsyncResult<T>>>) - Static method in class io.smallrye.mutiny.vertx.AsyncResultUni
- toUni(Consumer<Handler<AsyncResult<T>>>) - Static method in class io.smallrye.mutiny.vertx.UniHelper
- 
Returns aUnithat, when subscribed, uses the providedhandlerto adapt a callback-based asynchronous method.
- toURI() - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- toWebSocket() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Upgrade the connection of the current request to a WebSocket.
- toWebSocketAndAwait() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Blocking variant ofHttpServerRequest.toWebSocket().
- toWebSocketAndForget() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- 
Variant ofHttpServerRequest.toWebSocket()that ignores the result of the operation.
- trace() - Method in class io.vertx.mutiny.ext.web.Router
- trace(String) - Method in class io.vertx.mutiny.ext.web.Router
- tracedQuery(Object, JsonPointerIterator) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- traceOperation() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- traceOperation() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- traceOperation(String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- traceOperation(String) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- traceWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
- trailers() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- trailers() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- trailers() - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- transaction() - Method in class io.vertx.mutiny.sqlclient.SqlConnection
- transaction(TxnRequest) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Manages multiple operations inside a single, atomic transaction.
- Transaction - Class in io.vertx.mutiny.sqlclient
- 
A transaction.
- Transaction(Transaction) - Constructor for class io.vertx.mutiny.sqlclient.Transaction
- Transaction(Object) - Constructor for class io.vertx.mutiny.sqlclient.Transaction
- transactionAndAwait(TxnRequest) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.transaction(TxnRequest).
- transactionAndForget(TxnRequest) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.transaction(TxnRequest)that ignores the result of the operation.
- TRANSFER_ENCODING - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Transfer-Encoding header name
- truncate(String, long) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Truncate the file represented bypathto lengthlenin bytes, asynchronously.
- truncateAndAwait(String, long) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.truncate(String,long).
- truncateAndForget(String, long) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.truncate(String,long)that ignores the result of the operation.
- truncateBlocking(String, long) - Method in class io.vertx.mutiny.core.file.FileSystem
- trustOptions() - Method in class io.vertx.mutiny.core.net.SelfSignedCertificate
- tryComplete() - Method in class io.vertx.mutiny.core.Promise
- tryComplete(Boolean) - Method in class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- tryComplete(Boolean) - Method in class io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent
- tryComplete(Boolean) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
- tryComplete(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent
- 
Deprecated.
- tryComplete(Object) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
- tryComplete(T) - Method in class io.vertx.mutiny.core.Promise
- tryFail(String) - Method in class io.vertx.mutiny.core.Promise
- tryFail(Throwable) - Method in class io.vertx.mutiny.core.Promise
- tryLock() - Method in class io.vertx.mutiny.core.file.AsyncFile
- tryLock(long, long, boolean) - Method in class io.vertx.mutiny.core.file.AsyncFile
- TS_ADD - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_ALTER - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_CREATE - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_CREATERULE - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_DECRBY - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_DEL - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_DELETERULE - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_GET - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_INCRBY - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_INFO - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_MADD - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_MGET - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_MRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_MREVRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_QUERYINDEX - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_RANGE - Static variable in class io.vertx.mutiny.redis.client.Command
- TS_REVRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
- tsAdd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.ADD.
- tsAddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsAdd(List).
- tsAddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsAdd(List)that ignores the result of the operation.
- tsAlter(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.ALTER.
- tsAlterAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsAlter(List).
- tsAlterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsAlter(List)that ignores the result of the operation.
- tsCreate(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.CREATE.
- tsCreateAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsCreate(List).
- tsCreateAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsCreate(List)that ignores the result of the operation.
- tsCreaterule(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.CREATERULE.
- tsCreateruleAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsCreaterule(List).
- tsCreateruleAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsCreaterule(List)that ignores the result of the operation.
- tsDecrby(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.DECRBY.
- tsDecrbyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsDecrby(List).
- tsDecrbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsDecrby(List)that ignores the result of the operation.
- tsDel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.DEL.
- tsDelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsDel(List).
- tsDelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsDel(List)that ignores the result of the operation.
- tsDeleterule(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.DELETERULE.
- tsDeleteruleAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsDeleterule(List).
- tsDeleteruleAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsDeleterule(List)that ignores the result of the operation.
- tsGet(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.GET.
- tsGetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsGet(List).
- tsGetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsGet(List)that ignores the result of the operation.
- tsIncrby(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.INCRBY.
- tsIncrbyAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsIncrby(List).
- tsIncrbyAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsIncrby(List)that ignores the result of the operation.
- tsInfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.INFO.
- tsInfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsInfo(List).
- tsInfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsInfo(List)that ignores the result of the operation.
- tsMadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.MADD.
- tsMaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsMadd(List).
- tsMaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsMadd(List)that ignores the result of the operation.
- tsMget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.MGET.
- tsMgetAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsMget(List).
- tsMgetAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsMget(List)that ignores the result of the operation.
- tsMrange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.MRANGE.
- tsMrangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsMrange(List).
- tsMrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsMrange(List)that ignores the result of the operation.
- tsMrevrange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.MREVRANGE.
- tsMrevrangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsMrevrange(List).
- tsMrevrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsMrevrange(List)that ignores the result of the operation.
- tsQueryindex(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.QUERYINDEX.
- tsQueryindexAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsQueryindex(List).
- tsQueryindexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsQueryindex(List)that ignores the result of the operation.
- tsRange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.RANGE.
- tsRangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsRange(List).
- tsRangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsRange(List)that ignores the result of the operation.
- tsRevrange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Redis command TS.REVRANGE.
- tsRevrangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.tsRevrange(List).
- tsRevrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.tsRevrange(List)that ignores the result of the operation.
- ttl() - Method in class io.vertx.mutiny.amqp.AmqpMessage
- ttl(long) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- ttl(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the time to live for a key in seconds.
- TTL - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the time to live for a key in seconds.
- ttlAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.ttl(String).
- ttlAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.ttl(String)that ignores the result of the operation.
- Tty - Class in io.vertx.mutiny.ext.shell.term
- 
Provide interactions with the Shell TTY.
- Tty(Tty) - Constructor for class io.vertx.mutiny.ext.shell.term.Tty
- Tty(Object) - Constructor for class io.vertx.mutiny.ext.shell.term.Tty
- tuple() - Static method in class io.vertx.mutiny.sqlclient.Tuple
- tuple(List<Object>) - Static method in class io.vertx.mutiny.sqlclient.Tuple
- Tuple - Class in io.vertx.mutiny.sqlclient
- 
A general purpose tuple.
- Tuple(Tuple) - Constructor for class io.vertx.mutiny.sqlclient.Tuple
- Tuple(Object) - Constructor for class io.vertx.mutiny.sqlclient.Tuple
- TupleMapper<T> - Class in io.vertx.mutiny.sqlclient.templates
- 
Map an arbitraryTobject to a .
- TupleMapper(TupleMapper) - Constructor for class io.vertx.mutiny.sqlclient.templates.TupleMapper
- TupleMapper(TupleMapper, TypeArg<T>) - Constructor for class io.vertx.mutiny.sqlclient.templates.TupleMapper
- TupleMapper(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.sqlclient.templates.TupleMapper
- TupleParserFactory - Class in io.vertx.mutiny.ext.web.validation.builder
- 
This interface is used to create able to parse serialized object structures.
- TupleParserFactory(TupleParserFactory) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.TupleParserFactory
- TupleParserFactory(Object) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.TupleParserFactory
- TwitterAuth - Class in io.vertx.mutiny.ext.auth.oauth2.providers
- 
Simplified factory to create an for Twitter.
- TwitterAuth(TwitterAuth) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.TwitterAuth
- TwitterAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.oauth2.providers.TwitterAuth
- type() - Method in class io.vertx.mutiny.core.http.HttpFrame
- type() - Method in class io.vertx.mutiny.core.http.WebSocketFrame
- type() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- type() - Method in class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- type() - Method in class io.vertx.mutiny.ext.shell.term.Tty
- type() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
- 
Deprecated.
- type() - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.Message
- type() - Method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- type() - Method in class io.vertx.mutiny.junit5.VertxParameterProvider
- type() - Method in class io.vertx.mutiny.redis.client.Response
- type(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Determine the type stored at key.
- TYPE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Determine the type stored at key.
- TYPE - Static variable in class io.vertx.mutiny.servicediscovery.types.EventBusService
- 
Name of the type.
- TYPE - Static variable in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- TYPE - Static variable in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- TYPE - Static variable in class io.vertx.mutiny.servicediscovery.types.MessageSource
- TYPE - Static variable in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- TYPE - Static variable in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- TYPE_ARG_0 - Static variable in interface io.vertx.mutiny.core.http.WebSocketBase
- TYPE_ARG_0 - Static variable in interface io.vertx.mutiny.ext.web.api.contract.RouterFactory
- 
Deprecated.
- TYPE_ARG_0 - Static variable in interface io.vertx.mutiny.httpproxy.ProxyInterceptor
- typeAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.type(String).
- typeAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.type(String)that ignores the result of the operation.
- TypeArg<T> - Class in io.smallrye.mutiny.vertx
- TypeArg(Function<Object, Object>, Function<T, Object>) - Constructor for class io.smallrye.mutiny.vertx.TypeArg
- typeName() - Method in class io.vertx.mutiny.sqlclient.desc.ColumnDescriptor
U
- unallocatedSpace() - Method in class io.vertx.mutiny.core.file.FileSystemProps
- unavailableNativeTransportCause() - Method in class io.vertx.mutiny.core.Vertx
- undeploy(String) - Method in class io.vertx.mutiny.core.Vertx
- 
Like#undeploy(String)but the completionHandler will be notified when the undeployment is complete.
- undeployAndAwait(String) - Method in class io.vertx.mutiny.core.Vertx
- 
Blocking variant ofVertx.undeploy(String).
- undeployAndForget(String) - Method in class io.vertx.mutiny.core.Vertx
- 
Variant ofVertx.undeploy(String)that ignores the result of the operation.
- UniHelper - Class in io.smallrye.mutiny.vertx
- UniHelper() - Constructor for class io.smallrye.mutiny.vertx.UniHelper
- unknown() - Static method in class io.smallrye.mutiny.vertx.TypeArg
- UNKNOWN - Static variable in class io.vertx.mutiny.servicediscovery.types.EventBusService
- 
Unknown type.
- UNKNOWN - Static variable in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- 
Unknown type.
- UNKNOWN - Static variable in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- 
Unknown type.
- UNKNOWN - Static variable in class io.vertx.mutiny.servicediscovery.types.MessageSource
- 
Unknown type.
- UNKNOWN - Static variable in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- 
Unknown type.
- UNKNOWN - Static variable in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- 
Unknown type.
- unlink(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Unlinks the link on the file system represented by the pathlink, asynchronously.
- unlink(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Delete a key asynchronously in another thread.
- UNLINK - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Delete a key asynchronously in another thread.
- unlinkAndAwait(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.unlink(String).
- unlinkAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.unlink(List).
- unlinkAndForget(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.unlink(String)that ignores the result of the operation.
- unlinkAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.unlink(List)that ignores the result of the operation.
- unlinkBlocking(String) - Method in class io.vertx.mutiny.core.file.FileSystem
- unlistenMulticastGroup(String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Leaves a multicast group and stops listening for packets send to it.
- unlistenMulticastGroup(String, String, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Leaves a multicast group and stops listening for packets send to it on the given network interface.
- unlistenMulticastGroupAndAwait(String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Blocking variant ofDatagramSocket.unlistenMulticastGroup(String).
- unlistenMulticastGroupAndAwait(String, String, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Blocking variant ofDatagramSocket.unlistenMulticastGroup(String,String,String).
- unlistenMulticastGroupAndForget(String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Variant ofDatagramSocket.unlistenMulticastGroup(String)that ignores the result of the operation.
- unlistenMulticastGroupAndForget(String, String, String) - Method in class io.vertx.mutiny.core.datagram.DatagramSocket
- 
Variant ofDatagramSocket.unlistenMulticastGroup(String,String,String)that ignores the result of the operation.
- unpublish(String) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Un-publishes a record.
- unpublish(String) - Method in class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- 
Un-publishes a record.
- unpublishAndAwait(String) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Blocking variant ofServiceDiscovery.unpublish(String).
- unpublishAndAwait(String) - Method in class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- 
Blocking variant ofServicePublisher.unpublish(String).
- unpublishAndForget(String) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Variant ofServiceDiscovery.unpublish(String)that ignores the result of the operation.
- unpublishAndForget(String) - Method in class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- 
Variant ofServicePublisher.unpublish(String)that ignores the result of the operation.
- unregister() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- 
Unregisters the handler which created this registration
- unregister(String) - Method in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- unregister(String) - Method in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- unregisterAndAwait() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- 
Blocking variant ofMessageConsumer.unregister().
- unregisterAndForget() - Method in class io.vertx.mutiny.core.eventbus.MessageConsumer
- 
Variant ofMessageConsumer.unregister()that ignores the result of the operation.
- unregisterCodec(String) - Method in class io.vertx.mutiny.core.eventbus.EventBus
- unregisterCommand(String) - Method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- 
Unregister a command.
- unregisterCommandAndAwait(String) - Method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- 
Blocking variant ofCommandRegistry.unregisterCommand(String).
- unregisterCommandAndForget(String) - Method in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- 
Variant ofCommandRegistry.unregisterCommand(String)that ignores the result of the operation.
- unregisterVerticleFactory(VerticleFactory) - Method in class io.vertx.mutiny.core.Vertx
- unsubscribe() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Unsubscribe from topics currently subscribed with subscribe.
- unsubscribe(StompServerConnection, Frame) - Method in class io.vertx.mutiny.ext.stomp.Destination
- unsubscribe(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Un-subscribes from the given destination.
- unsubscribe(String) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Unsubscribe from receiving messages on given topic
- unsubscribe(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Un-subscribes from the given destination.
- unsubscribe(List<String>) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Unsubscribe from receiving messages on given topics
- unsubscribe(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Stop listening for messages posted to the given channels.
- UNSUBSCRIBE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Stop listening for messages posted to the given channels.
- unsubscribeAcknowledge(int) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- unsubscribeAcknowledge(int, List<MqttUnsubAckReasonCode>, MqttProperties) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- unsubscribeAndAwait() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Blocking variant ofKafkaConsumer.unsubscribe().
- unsubscribeAndAwait(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.unsubscribe(String).
- unsubscribeAndAwait(String) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Blocking variant ofMqttClient.unsubscribe(String).
- unsubscribeAndAwait(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Blocking variant ofStompClientConnection.unsubscribe(String,Map).
- unsubscribeAndAwait(List<String>) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Blocking variant ofMqttClient.unsubscribe(List).
- unsubscribeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.unsubscribe(List).
- unsubscribeAndForget() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- 
Variant ofKafkaConsumer.unsubscribe()that ignores the result of the operation.
- unsubscribeAndForget(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.unsubscribe(String)that ignores the result of the operation.
- unsubscribeAndForget(String) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Variant ofMqttClient.unsubscribe(String)that ignores the result of the operation.
- unsubscribeAndForget(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- 
Variant ofStompClientConnection.unsubscribe(String,Map)that ignores the result of the operation.
- unsubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.mqtt.MqttClient
- 
Variant ofMqttClient.unsubscribe(List)that ignores the result of the operation.
- unsubscribeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.unsubscribe(List)that ignores the result of the operation.
- unsubscribeCompletionHandler(Consumer<Integer>) - Method in class io.vertx.mutiny.mqtt.MqttClient
- unsubscribeConnection(StompServerConnection) - Method in class io.vertx.mutiny.ext.stomp.Destination
- unsubscribeHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
- unsubscribeHandler(Consumer<MqttUnsubscribeMessage>) - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- unwatch() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Forget about all watched keys.
- UNWATCH - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Forget about all watched keys.
- unwatchAndAwait() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.unwatch().
- unwatchAndForget() - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.unwatch()that ignores the result of the operation.
- unwrap - Variable in class io.smallrye.mutiny.vertx.TypeArg
- unwrap() - Method in class io.vertx.mutiny.amqp.AmqpConnection
- unwrap() - Method in class io.vertx.mutiny.amqp.AmqpReceiver
- unwrap() - Method in class io.vertx.mutiny.amqp.AmqpSender
- unwrap() - Method in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- unwrap(Class<?>) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
- 
Unwrap the type used in Mutiny.
- unwrap(T) - Method in class io.smallrye.mutiny.vertx.TypeArg
- update(Record) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Updates the given record.
- update(Record) - Method in class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- 
Updates an existing record.
- update(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Executes the given SQL statement which may be anINSERT,UPDATE, orDELETEstatement.
- update(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Executes the given SQL statement which may be anINSERT,UPDATE, orDELETEstatement.
- update(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Executes the given SQL statement which may be anINSERT,UPDATE, orDELETEstatement.
- updateAclToken(AclToken) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.
- updateAclToken(String, AclToken) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Update an existing Acl token
- updateAclTokenAndAwait(AclToken) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.
- updateAclTokenAndAwait(String, AclToken) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.updateAclToken(String,AclToken).
- updateAclTokenAndForget(AclToken) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Deprecated.
- updateAclTokenAndForget(String, AclToken) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.updateAclToken(String,AclToken)that ignores the result of the operation.
- updateAndAwait(Record) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Blocking variant ofServiceDiscovery.update(Record).
- updateAndAwait(Record) - Method in class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- 
Blocking variant ofServicePublisher.update(Record).
- updateAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Blocking variant ofSQLClient.update(String).
- updateAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.update(String).
- updateAndAwait(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Blocking variant ofSQLOperations.update(String).
- updateAndForget(Record) - Method in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- 
Variant ofServiceDiscovery.update(Record)that ignores the result of the operation.
- updateAndForget(Record) - Method in class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- 
Variant ofServicePublisher.update(Record)that ignores the result of the operation.
- updateAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Variant ofSQLClient.update(String)that ignores the result of the operation.
- updateAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.update(String)that ignores the result of the operation.
- updateAndForget(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Variant ofSQLOperations.update(String)that ignores the result of the operation.
- updateCheck(String, CheckStatus) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Set status of the check to given status.
- updateCheckAndAwait(String, CheckStatus) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.updateCheck(String,CheckStatus).
- updateCheckAndForget(String, CheckStatus) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.updateCheck(String,CheckStatus)that ignores the result of the operation.
- updateCheckWithNote(String, CheckStatus, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Set status of the check to given status.
- updateCheckWithNoteAndAwait(String, CheckStatus, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.updateCheckWithNote(String,CheckStatus,String).
- updateCheckWithNoteAndForget(String, CheckStatus, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.updateCheckWithNote(String,CheckStatus,String)that ignores the result of the operation.
- updateCollection(String, JsonObject, JsonArray) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Use an aggregation pipeline to update documents in the specified collection and return the handler withMongoClientUpdateResultresult
- updateCollection(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Update matching documents in the specified collection and return the handler withMongoClientUpdateResultresult
- updateCollectionAndAwait(String, JsonObject, JsonArray) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.updateCollection(String,JsonObject,JsonArray).
- updateCollectionAndAwait(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.updateCollection(String,JsonObject,JsonObject).
- updateCollectionAndForget(String, JsonObject, JsonArray) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.updateCollection(String,JsonObject,JsonArray)that ignores the result of the operation.
- updateCollectionAndForget(String, JsonObject, JsonObject) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.updateCollection(String,JsonObject,JsonObject)that ignores the result of the operation.
- updateCollectionWithOptions(String, JsonObject, JsonArray, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresult
- updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresult
- updateCollectionWithOptionsAndAwait(String, JsonObject, JsonArray, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.updateCollectionWithOptions(String,JsonObject,JsonArray,UpdateOptions).
- updateCollectionWithOptionsAndAwait(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Blocking variant ofMongoClient.updateCollectionWithOptions(String,JsonObject,JsonObject,UpdateOptions).
- updateCollectionWithOptionsAndForget(String, JsonObject, JsonArray, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.updateCollectionWithOptions(String,JsonObject,JsonArray,UpdateOptions)that ignores the result of the operation.
- updateCollectionWithOptionsAndForget(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- 
Variant ofMongoClient.updateCollectionWithOptions(String,JsonObject,JsonObject,UpdateOptions)that ignores the result of the operation.
- updatePolicy(String, AclPolicy) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
This endpoint updates an existing ACL policy
- updatePolicyAndAwait(String, AclPolicy) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.updatePolicy(String,AclPolicy).
- updatePolicyAndForget(String, AclPolicy) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.updatePolicy(String,AclPolicy)that ignores the result of the operation.
- updatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Unlike the bare Vert.x variant, this method returns aUni.
- updatePreparedQueryAndAwait(PreparedQueryDefinition) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.updatePreparedQuery(PreparedQueryDefinition).
- updatePreparedQueryAndForget(PreparedQueryDefinition) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.updatePreparedQuery(PreparedQueryDefinition)that ignores the result of the operation.
- updateSettings(Http2Settings) - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Send to the remote endpoint an update of this endpoint settings
- updateSettingsAndAwait(Http2Settings) - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Blocking variant ofHttpConnection.updateSettings(Http2Settings).
- updateSettingsAndForget(Http2Settings) - Method in class io.vertx.mutiny.core.http.HttpConnection
- 
Variant ofHttpConnection.updateSettings(Http2Settings)that ignores the result of the operation.
- updateSSLOptions(SSLOptions) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
LikeHttpClient.updateSSLOptions(io.vertx.core.net.SSLOptions)but supplying a handler that will be called when the update happened (or has failed).
- updateSSLOptions(SSLOptions) - Method in class io.vertx.mutiny.core.http.HttpServer
- 
LikeHttpServer.updateSSLOptions(io.vertx.core.net.SSLOptions)but supplying a handler that will be called when the update happened (or has failed).
- updateSSLOptions(SSLOptions) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
LikeWebSocketClient.updateSSLOptions(io.vertx.core.net.SSLOptions)but supplying a handler that will be called when the update happened (or has failed).
- updateSSLOptions(SSLOptions) - Method in class io.vertx.mutiny.core.net.NetClient
- 
LikeNetClient.updateSSLOptions(io.vertx.core.net.SSLOptions)but supplying a handler that will be called when the update happened (or has failed).
- updateSSLOptions(SSLOptions) - Method in class io.vertx.mutiny.core.net.NetServer
- 
LikeNetServer.updateSSLOptions(io.vertx.core.net.SSLOptions)but supplying a handler that will be called when the update happened (or has failed).
- updateSSLOptions(SSLOptions) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- 
LikeWebClient.updateSSLOptions(io.vertx.core.net.SSLOptions)but supplying a handler that will be called when the update happened (or has failed).
- updateSSLOptions(SSLOptions, boolean) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
LikeHttpClient.updateSSLOptions(io.vertx.core.net.SSLOptions)but supplying a handler that will be called when the update happened (or has failed).
- updateSSLOptions(SSLOptions, boolean) - Method in class io.vertx.mutiny.core.http.HttpServer
- 
LikeHttpServer.updateSSLOptions(io.vertx.core.net.SSLOptions)but supplying a handler that will be called when the update happened (or has failed).
- updateSSLOptions(SSLOptions, boolean) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
LikeWebSocketClient.updateSSLOptions(io.vertx.core.net.SSLOptions)but supplying a handler that will be called when the update happened (or has failed).
- updateSSLOptions(SSLOptions, boolean) - Method in class io.vertx.mutiny.core.net.NetClient
- 
LikeNetClient.updateSSLOptions(io.vertx.core.net.SSLOptions)but supplying a handler that will be called when the update happened (or has failed).
- updateSSLOptions(SSLOptions, boolean) - Method in class io.vertx.mutiny.core.net.NetServer
- 
LikeNetServer.updateSSLOptions(io.vertx.core.net.SSLOptions)but supplying a handler that will be called when the update happened (or has failed).
- updateSSLOptions(SSLOptions, boolean) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- 
LikeWebClient.updateSSLOptions(io.vertx.core.net.SSLOptions)but supplying a handler that will be called when the update happened (or has failed).
- updateSSLOptionsAndAwait(SSLOptions) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Blocking variant ofHttpClient.updateSSLOptions(SSLOptions).
- updateSSLOptionsAndAwait(SSLOptions) - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Blocking variant ofHttpServer.updateSSLOptions(SSLOptions).
- updateSSLOptionsAndAwait(SSLOptions) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Blocking variant ofWebSocketClient.updateSSLOptions(SSLOptions).
- updateSSLOptionsAndAwait(SSLOptions) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Blocking variant ofNetClient.updateSSLOptions(SSLOptions).
- updateSSLOptionsAndAwait(SSLOptions) - Method in class io.vertx.mutiny.core.net.NetServer
- 
Blocking variant ofNetServer.updateSSLOptions(SSLOptions).
- updateSSLOptionsAndAwait(SSLOptions) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- 
Blocking variant ofWebClient.updateSSLOptions(SSLOptions).
- updateSSLOptionsAndAwait(SSLOptions, boolean) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Blocking variant ofHttpClient.updateSSLOptions(SSLOptions,boolean).
- updateSSLOptionsAndAwait(SSLOptions, boolean) - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Blocking variant ofHttpServer.updateSSLOptions(SSLOptions,boolean).
- updateSSLOptionsAndAwait(SSLOptions, boolean) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Blocking variant ofWebSocketClient.updateSSLOptions(SSLOptions,boolean).
- updateSSLOptionsAndAwait(SSLOptions, boolean) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Blocking variant ofNetClient.updateSSLOptions(SSLOptions,boolean).
- updateSSLOptionsAndAwait(SSLOptions, boolean) - Method in class io.vertx.mutiny.core.net.NetServer
- 
Blocking variant ofNetServer.updateSSLOptions(SSLOptions,boolean).
- updateSSLOptionsAndAwait(SSLOptions, boolean) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- 
Blocking variant ofWebClient.updateSSLOptions(SSLOptions,boolean).
- updateSSLOptionsAndForget(SSLOptions) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Variant ofHttpClient.updateSSLOptions(SSLOptions)that ignores the result of the operation.
- updateSSLOptionsAndForget(SSLOptions) - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Variant ofHttpServer.updateSSLOptions(SSLOptions)that ignores the result of the operation.
- updateSSLOptionsAndForget(SSLOptions) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Variant ofWebSocketClient.updateSSLOptions(SSLOptions)that ignores the result of the operation.
- updateSSLOptionsAndForget(SSLOptions) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Variant ofNetClient.updateSSLOptions(SSLOptions)that ignores the result of the operation.
- updateSSLOptionsAndForget(SSLOptions) - Method in class io.vertx.mutiny.core.net.NetServer
- 
Variant ofNetServer.updateSSLOptions(SSLOptions)that ignores the result of the operation.
- updateSSLOptionsAndForget(SSLOptions) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- 
Variant ofWebClient.updateSSLOptions(SSLOptions)that ignores the result of the operation.
- updateSSLOptionsAndForget(SSLOptions, boolean) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Variant ofHttpClient.updateSSLOptions(SSLOptions,boolean)that ignores the result of the operation.
- updateSSLOptionsAndForget(SSLOptions, boolean) - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Variant ofHttpServer.updateSSLOptions(SSLOptions,boolean)that ignores the result of the operation.
- updateSSLOptionsAndForget(SSLOptions, boolean) - Method in class io.vertx.mutiny.core.http.WebSocketClient
- 
Variant ofWebSocketClient.updateSSLOptions(SSLOptions,boolean)that ignores the result of the operation.
- updateSSLOptionsAndForget(SSLOptions, boolean) - Method in class io.vertx.mutiny.core.net.NetClient
- 
Variant ofNetClient.updateSSLOptions(SSLOptions,boolean)that ignores the result of the operation.
- updateSSLOptionsAndForget(SSLOptions, boolean) - Method in class io.vertx.mutiny.core.net.NetServer
- 
Variant ofNetServer.updateSSLOptions(SSLOptions,boolean)that ignores the result of the operation.
- updateSSLOptionsAndForget(SSLOptions, boolean) - Method in class io.vertx.mutiny.ext.web.client.WebClient
- 
Variant ofWebClient.updateSSLOptions(SSLOptions,boolean)that ignores the result of the operation.
- updateTrafficShapingOptions(TrafficShapingOptions) - Method in class io.vertx.mutiny.core.http.HttpServer
- updateTrafficShapingOptions(TrafficShapingOptions) - Method in class io.vertx.mutiny.core.net.NetServer
- updateWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Executes the given prepared statement which may be anINSERT,UPDATE, orDELETEstatement with the given parameters
- updateWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Executes the given prepared statement which may be anINSERT,UPDATE, orDELETEstatement with the given parameters
- updateWithParams(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Executes the given prepared statement which may be anINSERT,UPDATE, orDELETEstatement with the given parameters
- updateWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Blocking variant ofSQLClient.updateWithParams(String,JsonArray).
- updateWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Blocking variant ofSQLConnection.updateWithParams(String,JsonArray).
- updateWithParamsAndAwait(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Blocking variant ofSQLOperations.updateWithParams(String,JsonArray).
- updateWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- 
Variant ofSQLClient.updateWithParams(String,JsonArray)that ignores the result of the operation.
- updateWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- 
Variant ofSQLConnection.updateWithParams(String,JsonArray)that ignores the result of the operation.
- updateWithParamsAndForget(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- 
Variant ofSQLOperations.updateWithParams(String,JsonArray)that ignores the result of the operation.
- UPGRADE - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Upgrade header value
- upgradeToSsl() - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Upgrade channel to use SSL/TLS.
- upgradeToSsl(String) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Upgrade channel to use SSL/TLS.
- upgradeToSslAndAwait() - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Blocking variant ofNetSocket.upgradeToSsl().
- upgradeToSslAndAwait(String) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Blocking variant ofNetSocket.upgradeToSsl(String).
- upgradeToSslAndForget() - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Variant ofNetSocket.upgradeToSsl()that ignores the result of the operation.
- upgradeToSslAndForget(String) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Variant ofNetSocket.upgradeToSsl(String)that ignores the result of the operation.
- uploadByFileName(ReadStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- uploadByFileName(Flow.Publisher<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- uploadByFileNameAndAwait(ReadStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- uploadByFileNameAndAwait(Flow.Publisher<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- uploadByFileNameAndForget(ReadStream<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- uploadByFileNameAndForget(Flow.Publisher<Buffer>, String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- uploadByFileNameWithOptions(ReadStream<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- uploadByFileNameWithOptions(Flow.Publisher<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- uploadByFileNameWithOptionsAndAwait(ReadStream<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- uploadByFileNameWithOptionsAndAwait(Flow.Publisher<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- uploadByFileNameWithOptionsAndForget(ReadStream<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- uploadByFileNameWithOptionsAndForget(Flow.Publisher<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- uploadedFileName() - Method in class io.vertx.mutiny.ext.web.FileUpload
- uploadFile(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Upload a file to gridfs
- uploadFileAndAwait(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Blocking variant ofMongoGridFsClient.uploadFile(String).
- uploadFileAndForget(String) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Variant ofMongoGridFsClient.uploadFile(String)that ignores the result of the operation.
- uploadFileWithOptions(String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Upload a file to gridfs with options
- uploadFileWithOptionsAndAwait(String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Blocking variant ofMongoGridFsClient.uploadFileWithOptions(String,GridFsUploadOptions).
- uploadFileWithOptionsAndForget(String, GridFsUploadOptions) - Method in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- 
Variant ofMongoGridFsClient.uploadFileWithOptions(String,GridFsUploadOptions)that ignores the result of the operation.
- uploadHandler(Consumer<HttpServerFileUpload>) - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- UploadScalar - Class in io.vertx.mutiny.ext.web.handler.graphql
- UploadScalar(UploadScalar) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.UploadScalar
- UploadScalar(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.UploadScalar
- uri() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- uri() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- uri() - Method in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- uri() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- uri() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- uri(String) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- UriTemplate - Class in io.vertx.mutiny.uritemplate
- 
A URI template that follows the rfc6570 level 4.
- UriTemplate(UriTemplate) - Constructor for class io.vertx.mutiny.uritemplate.UriTemplate
- UriTemplate(Object) - Constructor for class io.vertx.mutiny.uritemplate.UriTemplate
- usableSpace() - Method in class io.vertx.mutiny.core.file.FileSystemProps
- useNormalisedPath(boolean) - Method in class io.vertx.mutiny.ext.web.Route
- 
Deprecated.
- useNormalizedPath(boolean) - Method in class io.vertx.mutiny.ext.web.Route
- user() - Method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationContext
- user() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- User - Class in io.vertx.mutiny.ext.auth
- 
Represents an authenticates User and contains operations to authorise the user.
- User(User) - Constructor for class io.vertx.mutiny.ext.auth.User
- User(Object) - Constructor for class io.vertx.mutiny.ext.auth.User
- USER_AGENT - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
User-Agent header name
- userContext() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- UserContext - Class in io.vertx.mutiny.ext.web
- 
A web user is extended user coupled to the context and is used to perform verifications and actions on behalf of the user.
- UserContext(UserContext) - Constructor for class io.vertx.mutiny.ext.web.UserContext
- UserContext(Object) - Constructor for class io.vertx.mutiny.ext.web.UserContext
- userInfo(User) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Retrieve profile information and other attributes for a logged-in end-user.
- userInfoAndAwait(User) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Blocking variant ofOAuth2Auth.userInfo(io.vertx.mutiny.ext.auth.User).
- userInfoAndForget(User) - Method in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- 
Variant ofOAuth2Auth.userInfo(io.vertx.mutiny.ext.auth.User)that ignores the result of the operation.
- using(Vertx) - Method in class io.vertx.mutiny.sqlclient.ClientBuilder
- usingConnectionMulti(Pool, Function<SqlConnection, Multi<T>>) - Static method in class io.vertx.mutiny.sqlclient.SqlClientHelper
- 
Generates aMultifromSqlConnectionoperations.
- usingConnectionUni(Pool, Function<SqlConnection, Uni<T>>) - Static method in class io.vertx.mutiny.sqlclient.SqlClientHelper
- 
Generates aUnifromSqlConnectionoperations.
V
- ValidatableRequest - Class in io.vertx.mutiny.openapi.validation
- ValidatableRequest(ValidatableRequest) - Constructor for class io.vertx.mutiny.openapi.validation.ValidatableRequest
- ValidatableRequest(Object) - Constructor for class io.vertx.mutiny.openapi.validation.ValidatableRequest
- ValidatableResponse - Class in io.vertx.mutiny.openapi.validation
- ValidatableResponse(ValidatableResponse) - Constructor for class io.vertx.mutiny.openapi.validation.ValidatableResponse
- ValidatableResponse(Object) - Constructor for class io.vertx.mutiny.openapi.validation.ValidatableResponse
- validate(HttpServerRequest) - Method in class io.vertx.mutiny.openapi.validation.RequestValidator
- 
LikeRequestValidator.validate(io.vertx.mutiny.core.http.HttpServerRequest), but the operationId andValidatableRequestare determined from the passed request.
- validate(HttpServerRequest, String) - Method in class io.vertx.mutiny.openapi.validation.RequestValidator
- 
LikeRequestValidator.validate(io.vertx.mutiny.core.http.HttpServerRequest), butValidatableRequestare directly extracted from the passed request.
- validate(RoutingContext) - Method in class io.vertx.mutiny.ext.web.api.validation.CustomValidator
- 
Deprecated.
- validate(ValidatableRequest, String) - Method in class io.vertx.mutiny.openapi.validation.RequestValidator
- 
Validates the passed request parameters against the operation defined in the related OpenAPI contract.
- validate(Object) - Method in class io.vertx.mutiny.json.schema.Validator
- validateAndAwait(HttpServerRequest) - Method in class io.vertx.mutiny.openapi.validation.RequestValidator
- 
Blocking variant ofRequestValidator.validate(io.vertx.mutiny.core.http.HttpServerRequest).
- validateAndAwait(HttpServerRequest, String) - Method in class io.vertx.mutiny.openapi.validation.RequestValidator
- 
Blocking variant ofRequestValidator.validate(io.vertx.mutiny.core.http.HttpServerRequest,String).
- validateAndAwait(ValidatableRequest, String) - Method in class io.vertx.mutiny.openapi.validation.RequestValidator
- validateAndForget(HttpServerRequest) - Method in class io.vertx.mutiny.openapi.validation.RequestValidator
- 
Variant ofRequestValidator.validate(io.vertx.mutiny.core.http.HttpServerRequest)that ignores the result of the operation.
- validateAndForget(HttpServerRequest, String) - Method in class io.vertx.mutiny.openapi.validation.RequestValidator
- 
Variant ofRequestValidator.validate(io.vertx.mutiny.core.http.HttpServerRequest,String)that ignores the result of the operation.
- validateAndForget(ValidatableRequest, String) - Method in class io.vertx.mutiny.openapi.validation.RequestValidator
- 
Variant ofRequestValidator.validate(io.vertx.mutiny.openapi.validation.ValidatableRequest,String)that ignores the result of the operation.
- validateArrayParam(List<String>) - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterValidationRule
- 
Deprecated.
- validateAsync(Object) - Method in class io.vertx.mutiny.json.schema.Schema
- 
Deprecated.
- validateAsyncAndAwait(Object) - Method in class io.vertx.mutiny.json.schema.Schema
- 
Deprecated.
- validateAsyncAndForget(Object) - Method in class io.vertx.mutiny.json.schema.Schema
- 
Deprecated.
- ValidatedRequest - Class in io.vertx.mutiny.openapi.validation
- ValidatedRequest(ValidatedRequest) - Constructor for class io.vertx.mutiny.openapi.validation.ValidatedRequest
- ValidatedRequest(Object) - Constructor for class io.vertx.mutiny.openapi.validation.ValidatedRequest
- ValidatedResponse - Class in io.vertx.mutiny.openapi.validation
- ValidatedResponse(ValidatedResponse) - Constructor for class io.vertx.mutiny.openapi.validation.ValidatedResponse
- ValidatedResponse(Object) - Constructor for class io.vertx.mutiny.openapi.validation.ValidatedResponse
- validateFormat(String, String, Object) - Method in class io.vertx.mutiny.json.schema.JsonFormatValidator
- validateSingleParam(String) - Method in class io.vertx.mutiny.ext.web.api.validation.ParameterValidationRule
- 
Deprecated.
- validateSync(Object) - Method in class io.vertx.mutiny.json.schema.Schema
- 
Deprecated.
- ValidationHandler - Class in io.vertx.mutiny.ext.web.validation
- 
This is the entry point of this module.
- ValidationHandler - Interface in io.vertx.mutiny.ext.web.api.validation
- 
Deprecated.
- ValidationHandler(ValidationHandler) - Constructor for class io.vertx.mutiny.ext.web.validation.ValidationHandler
- ValidationHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.validation.ValidationHandler
- ValidationHandlerBuilder - Class in io.vertx.mutiny.ext.web.validation.builder
- 
Builder for a .
- ValidationHandlerBuilder(ValidationHandlerBuilder) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- ValidationHandlerBuilder(Object) - Constructor for class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- validator(JsonSchema) - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- validator(JsonSchema, JsonSchemaOptions) - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- validator(JsonSchema, JsonSchemaOptions, boolean) - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- validator(String) - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- validator(String, JsonSchemaOptions) - Method in class io.vertx.mutiny.json.schema.SchemaRepository
- Validator - Class in io.vertx.mutiny.json.schema
- 
A validator, validates some input object using a well known schema.
- Validator(Validator) - Constructor for class io.vertx.mutiny.json.schema.Validator
- Validator(Object) - Constructor for class io.vertx.mutiny.json.schema.Validator
- value() - Element in annotation type io.smallrye.mutiny.vertx.MutinyGen
- value() - Method in class io.vertx.mutiny.core.parsetools.JsonEvent
- value() - Method in class io.vertx.mutiny.ext.shell.cli.CliToken
- value() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- value() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
- value() - Method in class io.vertx.mutiny.ext.web.multipart.FormDataPart
- value() - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
- value() - Method in class io.vertx.mutiny.ext.web.Session
- value() - Method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- value() - Method in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- value() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaHeader
- value() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- value() - Method in class io.vertx.mutiny.sqlclient.RowSet
- value() - Method in class io.vertx.mutiny.sqlclient.SqlResult
- values() - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Get the values of the map, asynchronously.
- valuesAndAwait() - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Blocking variant ofAsyncMap.values().
- valuesAndForget() - Method in class io.vertx.mutiny.core.shareddata.AsyncMap
- 
Variant ofAsyncMap.values()that ignores the result of the operation.
- variables() - Method in class io.vertx.mutiny.ext.auth.authorization.AuthorizationContext
- variables() - Static method in class io.vertx.mutiny.uritemplate.Variables
- variables(JsonObject) - Static method in class io.vertx.mutiny.uritemplate.Variables
- Variables - Class in io.vertx.mutiny.uritemplate
- 
Holds a set of name/value pairs where each value can be aStringor aListor aMap<String, String>.
- Variables(Variables) - Constructor for class io.vertx.mutiny.uritemplate.Variables
- Variables(Object) - Constructor for class io.vertx.mutiny.uritemplate.Variables
- VARY - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
Vary header name
- verify(Authenticator) - Method in class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- verify(Authorization) - Method in class io.vertx.mutiny.ext.auth.authorization.Authorization
- verify(String, String) - Method in class io.vertx.mutiny.ext.auth.HashingStrategy
- 
Deprecated.
- verifyUrl(String) - Method in class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- version() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- version() - Method in class io.vertx.mutiny.core.http.HttpClientResponse
- version() - Method in interface io.vertx.mutiny.core.http.HttpResponseHead
- version() - Method in class io.vertx.mutiny.core.http.HttpServerRequest
- version() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- version() - Method in class io.vertx.mutiny.ext.web.client.HttpResponse
- version() - Method in class io.vertx.mutiny.httpproxy.ProxyRequest
- verticleFactories() - Method in class io.vertx.mutiny.core.Vertx
- vertx - Variable in class io.smallrye.mutiny.vertx.core.AbstractVerticle
- vertx() - Static method in class io.vertx.mutiny.core.Vertx
- vertx() - Method in class io.vertx.mutiny.ext.shell.cli.Completion
- vertx() - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- vertx() - Method in class io.vertx.mutiny.ext.stomp.StompClient
- vertx() - Method in class io.vertx.mutiny.ext.stomp.StompServer
- vertx() - Method in class io.vertx.mutiny.ext.web.RoutingContext
- vertx(VertxOptions) - Static method in class io.vertx.mutiny.core.Vertx
- Vertx - Class in io.vertx.mutiny.core
- 
The entry point into the Vert.x Core API.
- Vertx(Vertx) - Constructor for class io.vertx.mutiny.core.Vertx
- Vertx(Object) - Constructor for class io.vertx.mutiny.core.Vertx
- VertxBatchLoader<K,V> - Class in io.vertx.mutiny.ext.web.handler.graphql.dataloader 
- 
Deprecated.
- VertxBatchLoader(VertxBatchLoader) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader
- 
Deprecated.
- VertxBatchLoader(VertxBatchLoader, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader
- 
Deprecated.
- VertxBatchLoader(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader
- 
Deprecated.
- VertxBuilder - Class in io.vertx.mutiny.core
- 
A builder for creating Vert.x instances, allowing to configure Vert.x plugins: metrics tracing cluster manager Example usage:
- VertxBuilder(VertxBuilder) - Constructor for class io.vertx.mutiny.core.VertxBuilder
- VertxBuilder(Object) - Constructor for class io.vertx.mutiny.core.VertxBuilder
- VertxContextPRNG - Class in io.vertx.mutiny.ext.auth.prng
- 
A secure non blocking random number generator isolated to the current context.
- VertxContextPRNG - Class in io.vertx.mutiny.ext.auth
- 
Deprecated.
- VertxContextPRNG(VertxContextPRNG) - Constructor for class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- VertxContextPRNG(VertxContextPRNG) - Constructor for class io.vertx.mutiny.ext.auth.VertxContextPRNG
- 
Deprecated.
- VertxContextPRNG(Object) - Constructor for class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- VertxContextPRNG(Object) - Constructor for class io.vertx.mutiny.ext.auth.VertxContextPRNG
- 
Deprecated.
- VertxDataFetcher<T> - Class in io.vertx.mutiny.ext.web.handler.graphql.schema
- 
Deprecated.
- VertxDataFetcher(VertxDataFetcher) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxDataFetcher
- 
Deprecated.
- VertxDataFetcher(VertxDataFetcher, TypeArg<T>) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxDataFetcher
- 
Deprecated.
- VertxDataFetcher(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxDataFetcher
- 
Deprecated.
- VertxMappedBatchLoader<K,V> - Class in io.vertx.mutiny.ext.web.handler.graphql.dataloader 
- 
Deprecated.
- VertxMappedBatchLoader(VertxMappedBatchLoader) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
- 
Deprecated.
- VertxMappedBatchLoader(VertxMappedBatchLoader, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
- 
Deprecated.
- VertxMappedBatchLoader(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
- 
Deprecated.
- VertxParameterProvider - Class in io.vertx.mutiny.junit5
- VertxParameterProvider() - Constructor for class io.vertx.mutiny.junit5.VertxParameterProvider
- VertxPropertyDataFetcher - Class in io.vertx.mutiny.ext.web.handler.graphql.schema
- 
Deprecated.
- VertxPropertyDataFetcher(VertxPropertyDataFetcher) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
- 
Deprecated.
- VertxPropertyDataFetcher(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
- 
Deprecated.
- virtualHost() - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- virtualHost(String) - Method in class io.vertx.mutiny.ext.web.client.HttpRequest
- virtualHost(String) - Method in class io.vertx.mutiny.ext.web.Route
W
- wait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
- WAIT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
- waitAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.wait(String,String).
- waitAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.wait(String,String)that ignores the result of the operation.
- waitForConfirms() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
- waitForConfirms(long) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
- waitForConfirmsAndAwait() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.waitForConfirms().
- waitForConfirmsAndAwait(long) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Blocking variant ofRabbitMQClient.waitForConfirms(long).
- waitForConfirmsAndForget() - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.waitForConfirms()that ignores the result of the operation.
- waitForConfirmsAndForget(long) - Method in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- 
Variant ofRabbitMQClient.waitForConfirms(long)that ignores the result of the operation.
- warnCheck(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Set status of the check to "warning".
- warnCheckAndAwait(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.warnCheck(String).
- warnCheckAndForget(String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.warnCheck(String)that ignores the result of the operation.
- warnCheckWithNote(String, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Set status of the check to "warning".
- warnCheckWithNoteAndAwait(String, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Blocking variant ofConsulClient.warnCheckWithNote(String,String).
- warnCheckWithNoteAndForget(String, String) - Method in class io.vertx.mutiny.ext.consul.ConsulClient
- 
Variant ofConsulClient.warnCheckWithNote(String,String)that ignores the result of the operation.
- wasApplied() - Method in class io.vertx.mutiny.cassandra.ResultSet
- watch(String, JsonArray, boolean, int) - Method in class io.vertx.mutiny.ext.mongo.MongoClient
- watch(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Watch the given keys to determine execution of the MULTI/EXEC block.
- Watch<T> - Class in io.vertx.mutiny.ext.consul
- 
Watches are a way of specifying a view of data (e.g. list of nodes, KV pairs, health checks) which is monitored for updates.
- Watch(Watch) - Constructor for class io.vertx.mutiny.ext.consul.Watch
- Watch(Watch, TypeArg<T>) - Constructor for class io.vertx.mutiny.ext.consul.Watch
- Watch(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.ext.consul.Watch
- WATCH - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Watch the given keys to determine execution of the MULTI/EXEC block.
- watchAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.watch(List).
- watchAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.watch(List)that ignores the result of the operation.
- WatchResult<T> - Class in io.vertx.mutiny.ext.consul
- WatchResult(WatchResult) - Constructor for class io.vertx.mutiny.ext.consul.WatchResult
- WatchResult(WatchResult, TypeArg<T>) - Constructor for class io.vertx.mutiny.ext.consul.WatchResult
- WatchResult(Object, TypeArg<T>) - Constructor for class io.vertx.mutiny.ext.consul.WatchResult
- WebAuthn - Class in io.vertx.mutiny.ext.auth.webauthn
- 
Factory interface for creating WebAuthN basedAuthenticationProviderinstances.
- WebAuthn(WebAuthn) - Constructor for class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- WebAuthn(Object) - Constructor for class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- WebAuthnHandler - Class in io.vertx.mutiny.ext.web.handler
- 
An auth handler that provides FIDO2 WebAuthN Relay Party support.
- WebAuthnHandler(WebAuthnHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- WebAuthnHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- WebClient - Class in io.vertx.mutiny.ext.web.client
- 
An asynchronous HTTP / HTTP/2 client calledWebClient.
- WebClient(WebClient) - Constructor for class io.vertx.mutiny.ext.web.client.WebClient
- WebClient(Object) - Constructor for class io.vertx.mutiny.ext.web.client.WebClient
- WebClientSession - Class in io.vertx.mutiny.ext.web.client
- 
An asynchronous sessions aware HTTP / HTTP/2 client calledWebClientSession.
- WebClientSession(WebClientSession) - Constructor for class io.vertx.mutiny.ext.web.client.WebClientSession
- WebClientSession(Object) - Constructor for class io.vertx.mutiny.ext.web.client.WebClientSession
- WebEnvironment - Class in io.vertx.mutiny.ext.web.common
- 
Utility API to verify which environment is the web application running.
- WebEnvironment(WebEnvironment) - Constructor for class io.vertx.mutiny.ext.web.common.WebEnvironment
- WebEnvironment(Object) - Constructor for class io.vertx.mutiny.ext.web.common.WebEnvironment
- webSession() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- webSocket() - Method in class io.vertx.mutiny.core.http.WebSocketClient
- webSocket(int, String, String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useWebSocketClient#connect(int, String, String, Handler)
- webSocket(WebSocketConnectOptions) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useWebSocketClient#connect(WebSocketConnectOptions, Handler)
- webSocket(String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useWebSocketClient#connect(int, String, String, Handler)
- webSocket(String, String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useWebSocketClient#connect(int, String, String, Handler)
- WebSocket - Class in io.vertx.mutiny.core.http
- 
Represents a client-side WebSocket.
- WebSocket(WebSocket) - Constructor for class io.vertx.mutiny.core.http.WebSocket
- WebSocket(Object) - Constructor for class io.vertx.mutiny.core.http.WebSocket
- WEBSOCKET - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- 
WebSocket header value
- webSocketAbs(String, MultiMap, WebsocketVersion, List<String>) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useWebSocketClient#connect(WebSocketConnectOptions, Handler)
- webSocketAbsAndAwait(String, MultiMap, WebsocketVersion, List<String>) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useWebSocketClient#connect(WebSocketConnectOptions, Handler)
- webSocketAbsAndForget(String, MultiMap, WebsocketVersion, List<String>) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useWebSocketClient#connect(WebSocketConnectOptions, Handler)
- webSocketAndAwait(int, String, String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useWebSocketClient#connect(int, String, String, Handler)
- webSocketAndAwait(WebSocketConnectOptions) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useWebSocketClient#connect(WebSocketConnectOptions, Handler)
- webSocketAndAwait(String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useWebSocketClient#connect(int, String, String, Handler)
- webSocketAndAwait(String, String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useWebSocketClient#connect(int, String, String, Handler)
- webSocketAndForget(int, String, String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useWebSocketClient#connect(int, String, String, Handler)
- webSocketAndForget(WebSocketConnectOptions) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useWebSocketClient#connect(WebSocketConnectOptions, Handler)
- webSocketAndForget(String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useWebSocketClient#connect(int, String, String, Handler)
- webSocketAndForget(String, String) - Method in class io.vertx.mutiny.core.http.HttpClient
- 
Deprecated.instead useWebSocketClient#connect(int, String, String, Handler)
- WebSocketBase - Interface in io.vertx.mutiny.core.http
- 
Base WebSocket implementation.
- WebSocketClient - Class in io.vertx.mutiny.core.http
- 
An asynchronous WebSocket client.
- WebSocketClient(WebSocketClient) - Constructor for class io.vertx.mutiny.core.http.WebSocketClient
- WebSocketClient(Object) - Constructor for class io.vertx.mutiny.core.http.WebSocketClient
- WebSocketFrame - Class in io.vertx.mutiny.core.http
- 
A WebSocket frame that represents either text or binary data.
- WebSocketFrame(WebSocketFrame) - Constructor for class io.vertx.mutiny.core.http.WebSocketFrame
- WebSocketFrame(Object) - Constructor for class io.vertx.mutiny.core.http.WebSocketFrame
- webSocketHandler() - Method in class io.vertx.mutiny.ext.stomp.StompServer
- webSocketHandler(Consumer<ServerWebSocket>) - Method in class io.vertx.mutiny.core.http.HttpServer
- webSocketHandshakeHandler(Consumer<ServerWebSocketHandshake>) - Method in class io.vertx.mutiny.core.http.HttpServer
- webSocketStream() - Method in class io.vertx.mutiny.core.http.HttpServer
- 
Deprecated.instead use#webSocketHandler(Handler)
- webUser() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- weight() - Method in class io.vertx.mutiny.core.dns.SrvRecord
- weight() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- weight() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
- weight() - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
- weightedOrder() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
- weightedOrder() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
- weightedOrder() - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
- width() - Method in class io.vertx.mutiny.ext.shell.term.Tty
- WildcardPermissionBasedAuthorization - Class in io.vertx.mutiny.ext.auth.authorization
- 
Represents a wildcard permission (ie: 'manage:order:*' '*:orders', '*', etc.)
- WildcardPermissionBasedAuthorization(WildcardPermissionBasedAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.authorization.WildcardPermissionBasedAuthorization
- WildcardPermissionBasedAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.authorization.WildcardPermissionBasedAuthorization
- will() - Method in class io.vertx.mutiny.mqtt.MqttEndpoint
- with(HttpClientOptions) - Method in class io.vertx.mutiny.core.http.HttpClientBuilder
- with(PoolOptions) - Method in class io.vertx.mutiny.core.http.HttpClientBuilder
- with(VertxOptions) - Method in class io.vertx.mutiny.core.VertxBuilder
- with(MailConfig) - Method in class io.vertx.mutiny.ext.mail.MailClientBuilder
- with(GraphiQLHandlerOptions) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandlerBuilder
- with(GraphQLHandlerOptions) - Method in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandlerBuilder
- with(GraphQLWSOptions) - Method in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- with(PoolOptions) - Method in class io.vertx.mutiny.sqlclient.ClientBuilder
- withBody(String) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- withBodyHandler() - Static method in class io.vertx.mutiny.ext.web.openapi.router.RequestExtractor
- withBooleanAsBody(boolean) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- withBufferAsBody(Buffer) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- withByteAsBody(byte) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- withCharAsBody(char) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- withClusterManager(ClusterManager) - Method in class io.vertx.mutiny.core.VertxBuilder
- withConnectHandler(Consumer<HttpConnection>) - Method in class io.vertx.mutiny.core.http.HttpClientBuilder
- withConnectHandler(Consumer<SqlConnection>) - Method in class io.vertx.mutiny.sqlclient.ClientBuilder
- withConnection(Function<SqlConnection, Uni<T>>) - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Get a connection from the pool and execute the givenfunction.
- withConnectionAndAwait(Function<SqlConnection, Uni<T>>) - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Blocking variant ofPool.withConnection(Function).
- withConnectionAndForget(Function<SqlConnection, Uni<T>>) - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Variant ofPool.withConnection(Function)that ignores the result of the operation.
- withContext(Context) - Method in class io.smallrye.mutiny.vertx.core.ContextAwareScheduler.ContextCaptureStrategy
- 
Actions will be run on an explicitContext.
- withCredentials(Credentials) - Method in class io.vertx.mutiny.ext.web.client.OAuth2WebClient
- withCredentialsSupplier(Supplier<Uni<UsernamePasswordCredentials>>) - Method in class io.vertx.mutiny.ext.mail.MailClientBuilder
- withCurrentContext() - Method in class io.smallrye.mutiny.vertx.core.ContextAwareScheduler.ContextCaptureStrategy
- 
Actions will be run on a context that is captured from the thread that is calling this method.
- withDoubleAsBody(double) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- withFloatAsBody(float) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- withGetOrCreateContext(Vertx) - Method in class io.smallrye.mutiny.vertx.core.ContextAwareScheduler.ContextCaptureStrategy
- 
Actions will be run on a context that is captured by callingVertx.getOrCreateContext()when a scheduling method is being called likeScheduledExecutorService.schedule(Runnable, long, TimeUnit).
- withGetOrCreateContextOnCurrentThread(Vertx) - Method in class io.smallrye.mutiny.vertx.core.ContextAwareScheduler.ContextCaptureStrategy
- 
Actions will be run on a context that is captured by callingVertx.getOrCreateContext()on the thread that is calling this method.
- withInstantAsBody(Instant) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- withIntegerAsBody(int) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- withJsonArrayAsBody(JsonArray) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- withJsonObjectAsBody(JsonObject) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- withLongAsBody(long) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- withMetrics(VertxMetricsFactory) - Method in class io.vertx.mutiny.core.VertxBuilder
- withRedirectHandler(Function<HttpClientResponse, Uni<RequestOptions>>) - Method in class io.vertx.mutiny.core.http.HttpClientBuilder
- withScope(String) - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
- withScope(String) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- withScopes(List<String>) - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
- withScopes(List<String>) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- withShortAsBody(short) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- withStringFormatValidator(String, Predicate<String>) - Method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- withSymbolAsBody(String) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- withTracer(VertxTracerFactory) - Method in class io.vertx.mutiny.core.VertxBuilder
- withTransaction(TransactionPropagation, Function<SqlConnection, Uni<T>>) - Method in class io.vertx.mutiny.sqlclient.Pool
- 
LikePool.withTransaction(java.util.function.Function<io.vertx.mutiny.sqlclient.SqlConnection, io.smallrye.mutiny.Uni<T>>)but allows for setting the mode, defining how the acquired connection is managed during the execution of the function.
- withTransaction(Function<SqlConnection, Uni<T>>) - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Execute the givenfunctionwithin a transaction.
- withTransactionAndAwait(TransactionPropagation, Function<SqlConnection, Uni<T>>) - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Blocking variant ofPool.withTransaction(TransactionPropagation,Function).
- withTransactionAndAwait(Function<SqlConnection, Uni<T>>) - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Blocking variant ofPool.withTransaction(Function).
- withTransactionAndForget(TransactionPropagation, Function<SqlConnection, Uni<T>>) - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Variant ofPool.withTransaction(TransactionPropagation,Function)that ignores the result of the operation.
- withTransactionAndForget(Function<SqlConnection, Uni<T>>) - Method in class io.vertx.mutiny.sqlclient.Pool
- 
Variant ofPool.withTransaction(Function)that ignores the result of the operation.
- withUuidAsBody(UUID) - Method in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- withValidatorFactory(ValidatorFactory) - Method in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- WorkerExecutor - Class in io.vertx.mutiny.core
- 
An executor for executing blocking code in Vert.x .
- WorkerExecutor(WorkerExecutor) - Constructor for class io.vertx.mutiny.core.WorkerExecutor
- WorkerExecutor(Object) - Constructor for class io.vertx.mutiny.core.WorkerExecutor
- wrap - Variable in class io.smallrye.mutiny.vertx.TypeArg
- wrap(HttpClient) - Static method in class io.vertx.mutiny.ext.web.client.WebClient
- wrap(HttpClient, WebClientOptions) - Static method in class io.vertx.mutiny.ext.web.client.WebClient
- wrap(Object) - Method in class io.smallrye.mutiny.vertx.TypeArg
- wrap(Object[]) - Static method in class io.vertx.mutiny.sqlclient.Tuple
- wrap(List<T>) - Static method in class io.vertx.mutiny.sqlclient.Tuple
- write(Frame) - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
- write(AmqpMessage) - Method in class io.vertx.mutiny.amqp.AmqpSender
- write(Buffer) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Same as but with anhandlercalled when the operation completes
- write(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Same as but with anhandlercalled when the operation completes
- write(Buffer) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Same as but with anhandlercalled when the operation completes
- write(Buffer) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Same as but with anhandlercalled when the operation completes
- write(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Same as but with anhandlercalled when the operation completes
- write(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Same as but with anhandlercalled when the operation completes
- write(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Same as but with anhandlercalled when the operation completes
- write(Buffer) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
LikeWriteStream.write(T)but with anhandlercalled when the message has been written or failed to be written.
- write(Buffer) - Method in class io.vertx.mutiny.core.parsetools.JsonParser
- write(Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
- write(Buffer) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- write(Buffer, long) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Write aBufferto the file at positionpositionin the file, asynchronously.
- write(KafkaProducerRecord<K, V>) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- write(Object, JsonPointerIterator, Object, boolean) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- write(String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Same asHttpClientRequest.write(io.vertx.mutiny.core.buffer.Buffer)but with anhandlercalled when the operation completes
- write(String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Same asHttpServerResponse.write(io.vertx.mutiny.core.buffer.Buffer)but with anhandlercalled when the operation completes
- write(String) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Same asNetSocket.write(java.lang.String)but with anhandlercalled when the operation completes
- write(String) - Method in class io.vertx.mutiny.ext.shell.command.CommandProcess
- write(String) - Method in class io.vertx.mutiny.ext.shell.term.Pty
- write(String) - Method in class io.vertx.mutiny.ext.shell.term.Term
- write(String) - Method in class io.vertx.mutiny.ext.shell.term.Tty
- write(String) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- write(String, String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Same asHttpClientRequest.write(io.vertx.mutiny.core.buffer.Buffer)but with anhandlercalled when the operation completes
- write(String, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Same asHttpServerResponse.write(io.vertx.mutiny.core.buffer.Buffer)but with anhandlercalled when the operation completes
- write(String, String) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Same asNetSocket.write(java.lang.String)but with anhandlercalled when the operation completes
- write(T) - Method in class io.vertx.mutiny.core.eventbus.MessageProducer
- 
Write a message to the event-bus, either sending or publishing.
- write(T) - Method in interface io.vertx.mutiny.core.streams.WriteStream
- 
Same as but with anhandlercalled when the operation completes
- writeAndAwait(AmqpMessage) - Method in class io.vertx.mutiny.amqp.AmqpSender
- writeAndAwait(Buffer) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Blocking variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer).
- writeAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Blocking variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer).
- writeAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Blocking variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer).
- writeAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer).
- writeAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Blocking variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer).
- writeAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Blocking variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer).
- writeAndAwait(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Blocking variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer).
- writeAndAwait(Buffer) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Blocking variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer).
- writeAndAwait(Buffer) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- writeAndAwait(Buffer, long) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Blocking variant ofAsyncFile.write(io.vertx.mutiny.core.buffer.Buffer,long).
- writeAndAwait(KafkaProducerRecord<K, V>) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- writeAndAwait(String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Blocking variant ofHttpClientRequest.write(String).
- writeAndAwait(String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.write(String).
- writeAndAwait(String) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Blocking variant ofNetSocket.write(String).
- writeAndAwait(String) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- writeAndAwait(String, String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Blocking variant ofHttpClientRequest.write(String,String).
- writeAndAwait(String, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.write(String,String).
- writeAndAwait(String, String) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Blocking variant ofNetSocket.write(String,String).
- writeAndAwait(T) - Method in class io.vertx.mutiny.core.eventbus.MessageProducer
- 
Blocking variant ofMessageProducer.write(T).
- writeAndAwait(T) - Method in interface io.vertx.mutiny.core.streams.WriteStream
- 
Blocking variant ofWriteStream.write(T).
- writeAndForget(AmqpMessage) - Method in class io.vertx.mutiny.amqp.AmqpSender
- writeAndForget(Buffer) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- writeAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- 
Variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- writeAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- writeAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- writeAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- 
Variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- writeAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- 
Variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- writeAndForget(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- writeAndForget(Buffer) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Variant ofio.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- writeAndForget(Buffer) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- writeAndForget(Buffer, long) - Method in class io.vertx.mutiny.core.file.AsyncFile
- 
Variant ofAsyncFile.write(io.vertx.mutiny.core.buffer.Buffer,long)that ignores the result of the operation.
- writeAndForget(KafkaProducerRecord<K, V>) - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- writeAndForget(String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Variant ofHttpClientRequest.write(String)that ignores the result of the operation.
- writeAndForget(String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.write(String)that ignores the result of the operation.
- writeAndForget(String) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Variant ofNetSocket.write(String)that ignores the result of the operation.
- writeAndForget(String) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- writeAndForget(String, String) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- 
Variant ofHttpClientRequest.write(String,String)that ignores the result of the operation.
- writeAndForget(String, String) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.write(String,String)that ignores the result of the operation.
- writeAndForget(String, String) - Method in class io.vertx.mutiny.core.net.NetSocket
- 
Variant ofNetSocket.write(String,String)that ignores the result of the operation.
- writeAndForget(T) - Method in class io.vertx.mutiny.core.eventbus.MessageProducer
- 
Variant ofMessageProducer.write(T)that ignores the result of the operation.
- writeAndForget(T) - Method in interface io.vertx.mutiny.core.streams.WriteStream
- 
Variant ofWriteStream.write(T)that ignores the result of the operation.
- writeArrayElement(Object, int, Object) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- writeBinaryMessage(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeBinaryMessage(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeBinaryMessage(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- writeBinaryMessage(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Same asWebSocketBase.writeBinaryMessage(io.vertx.mutiny.core.buffer.Buffer)but with anhandlercalled when the operation completes
- writeBinaryMessageAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeBinaryMessageAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeBinaryMessageAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- writeBinaryMessageAndAwait(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Blocking variant ofWebSocketBase.writeBinaryMessage(io.vertx.mutiny.core.buffer.Buffer).
- writeBinaryMessageAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeBinaryMessageAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeBinaryMessageAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- writeBinaryMessageAndForget(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Variant ofWebSocketBase.writeBinaryMessage(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- writeContinue() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- writeCustomFrame(int, int, Buffer) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- writeCustomFrame(int, int, Buffer) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- writeCustomFrame(HttpFrame) - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- writeCustomFrame(HttpFrame) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- writeEarlyHints(MultiMap) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Same asHttpServerResponse.writeEarlyHints(io.vertx.mutiny.core.MultiMap)but with anhandlercalled when the operation completes
- writeEarlyHintsAndAwait(MultiMap) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.writeEarlyHints(io.vertx.mutiny.core.MultiMap).
- writeEarlyHintsAndForget(MultiMap) - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.writeEarlyHints(io.vertx.mutiny.core.MultiMap)that ignores the result of the operation.
- writeFile(String, Buffer) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Creates the file, and writes the specifiedBuffer datato the file represented by the pathpath, asynchronously.
- writeFileAndAwait(String, Buffer) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Blocking variant ofFileSystem.writeFile(String,io.vertx.mutiny.core.buffer.Buffer).
- writeFileAndForget(String, Buffer) - Method in class io.vertx.mutiny.core.file.FileSystem
- 
Variant ofFileSystem.writeFile(String,io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- writeFileBlocking(String, Buffer) - Method in class io.vertx.mutiny.core.file.FileSystem
- writeFinalBinaryFrame(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeFinalBinaryFrame(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeFinalBinaryFrame(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Same asWebSocketBase.writeFinalBinaryFrame(io.vertx.mutiny.core.buffer.Buffer)but with anhandlercalled when the operation completes
- writeFinalBinaryFrameAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeFinalBinaryFrameAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeFinalBinaryFrameAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- writeFinalBinaryFrameAndAwait(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Blocking variant ofWebSocketBase.writeFinalBinaryFrame(io.vertx.mutiny.core.buffer.Buffer).
- writeFinalBinaryFrameAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeFinalBinaryFrameAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeFinalBinaryFrameAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- writeFinalBinaryFrameAndForget(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Variant ofWebSocketBase.writeFinalBinaryFrame(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- writeFinalTextFrame(String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeFinalTextFrame(String) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeFinalTextFrame(String) - Method in class io.vertx.mutiny.core.http.WebSocket
- writeFinalTextFrame(String) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Same asWebSocketBase.writeFinalTextFrame(java.lang.String)but with anhandlercalled when the operation completes
- writeFinalTextFrameAndAwait(String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeFinalTextFrameAndAwait(String) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeFinalTextFrameAndAwait(String) - Method in class io.vertx.mutiny.core.http.WebSocket
- writeFinalTextFrameAndAwait(String) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Blocking variant ofWebSocketBase.writeFinalTextFrame(String).
- writeFinalTextFrameAndForget(String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeFinalTextFrameAndForget(String) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeFinalTextFrameAndForget(String) - Method in class io.vertx.mutiny.core.http.WebSocket
- writeFinalTextFrameAndForget(String) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Variant ofWebSocketBase.writeFinalTextFrame(String)that ignores the result of the operation.
- writeFrame(WebSocketFrame) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeFrame(WebSocketFrame) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeFrame(WebSocketFrame) - Method in class io.vertx.mutiny.core.http.WebSocket
- writeFrame(WebSocketFrame) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Same asWebSocketBase.writeFrame(io.vertx.mutiny.core.http.WebSocketFrame)but with anhandlercalled when the operation completes
- writeFrameAndAwait(WebSocketFrame) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeFrameAndAwait(WebSocketFrame) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeFrameAndAwait(WebSocketFrame) - Method in class io.vertx.mutiny.core.http.WebSocket
- writeFrameAndAwait(WebSocketFrame) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Blocking variant ofWebSocketBase.writeFrame(io.vertx.mutiny.core.http.WebSocketFrame).
- writeFrameAndForget(WebSocketFrame) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeFrameAndForget(WebSocketFrame) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeFrameAndForget(WebSocketFrame) - Method in class io.vertx.mutiny.core.http.WebSocket
- writeFrameAndForget(WebSocketFrame) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Variant ofWebSocketBase.writeFrame(io.vertx.mutiny.core.http.WebSocketFrame)that ignores the result of the operation.
- writeHandlerID() - Method in class io.vertx.mutiny.core.net.NetSocket
- writeHandlerID() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- writeHead() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Send the response headers.
- writeHeadAndAwait() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Blocking variant ofHttpServerResponse.writeHead().
- writeHeadAndForget() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- 
Variant ofHttpServerResponse.writeHead()that ignores the result of the operation.
- writeJson(Object, Object) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- writeJson(Object, Object, boolean) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointer
- writeObjectParameter(Object, String, Object) - Method in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- writePing(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writePing(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writePing(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- writePing(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Writes a ping frame to the connection.
- writePingAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writePingAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writePingAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- writePingAndAwait(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Blocking variant ofWebSocketBase.writePing(io.vertx.mutiny.core.buffer.Buffer).
- writePingAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writePingAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writePingAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- writePingAndForget(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Variant ofWebSocketBase.writePing(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- writePong(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writePong(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writePong(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- writePong(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Writes a pong frame to the connection.
- writePongAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writePongAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writePongAndAwait(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- writePongAndAwait(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Blocking variant ofWebSocketBase.writePong(io.vertx.mutiny.core.buffer.Buffer).
- writePongAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writePongAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writePongAndForget(Buffer) - Method in class io.vertx.mutiny.core.http.WebSocket
- writePongAndForget(Buffer) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Variant ofWebSocketBase.writePong(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.
- writeQueueFull() - Method in class io.vertx.mutiny.amqp.AmqpSender
- writeQueueFull() - Method in class io.vertx.mutiny.core.file.AsyncFile
- writeQueueFull() - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeQueueFull() - Method in class io.vertx.mutiny.core.http.HttpClientRequest
- writeQueueFull() - Method in class io.vertx.mutiny.core.http.HttpServerResponse
- writeQueueFull() - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeQueueFull() - Method in class io.vertx.mutiny.core.http.WebSocket
- writeQueueFull() - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- writeQueueFull() - Method in class io.vertx.mutiny.core.net.NetSocket
- writeQueueFull() - Method in interface io.vertx.mutiny.core.streams.WriteStream
- writeQueueFull() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- writeQueueFull() - Method in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- WriteStream<T> - Interface in io.vertx.mutiny.core.streams
- 
Represents a stream of data that can be written to.
- WriteStreamSubscriber<T> - Interface in io.smallrye.mutiny.vertx
- 
AWriteStreamtoFlow.Subscriberadapter.
- writeTextMessage(String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeTextMessage(String) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeTextMessage(String) - Method in class io.vertx.mutiny.core.http.WebSocket
- writeTextMessage(String) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Same asWebSocketBase.writeTextMessage(java.lang.String)but with anhandlercalled when the operation completes
- writeTextMessageAndAwait(String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeTextMessageAndAwait(String) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeTextMessageAndAwait(String) - Method in class io.vertx.mutiny.core.http.WebSocket
- writeTextMessageAndAwait(String) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Blocking variant ofWebSocketBase.writeTextMessage(String).
- writeTextMessageAndForget(String) - Method in class io.vertx.mutiny.core.http.ClientWebSocket
- writeTextMessageAndForget(String) - Method in class io.vertx.mutiny.core.http.ServerWebSocket
- writeTextMessageAndForget(String) - Method in class io.vertx.mutiny.core.http.WebSocket
- writeTextMessageAndForget(String) - Method in interface io.vertx.mutiny.core.http.WebSocketBase
- 
Variant ofWebSocketBase.writeTextMessage(String)that ignores the result of the operation.
- writeToBuffer(Buffer) - Method in class io.vertx.mutiny.core.buffer.Buffer
- writingFrameHandler(Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClient
- writingFrameHandler(Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
- writingFrameHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServer
X
- xack(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
- XACK - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
- xackAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.xack(List).
- xackAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.xack(List)that ignores the result of the operation.
- xadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Appends a new entry to a stream.
- XADD - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Appends a new entry to a stream.
- xaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.xadd(List).
- xaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.xadd(List)that ignores the result of the operation.
- xautoclaim(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
- XAUTOCLAIM - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
- xautoclaimAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.xautoclaim(List).
- xautoclaimAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.xautoclaim(List)that ignores the result of the operation.
- xclaim(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
- XCLAIM - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
- xclaimAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.xclaim(List).
- xclaimAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.xclaim(List)that ignores the result of the operation.
- xdel(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Removes the specified entries from the stream.
- XDEL - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Removes the specified entries from the stream.
- xdelAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.xdel(List).
- xdelAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.xdel(List)that ignores the result of the operation.
- XFrameHandler - Class in io.vertx.mutiny.ext.web.handler
- 
The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a,,or.
- XFrameHandler(XFrameHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.XFrameHandler
- XFrameHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.XFrameHandler
- xgroup(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A container for consumer groups commands.
- XGROUP - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A container for consumer groups commands.
- xgroupAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.xgroup(List).
- xgroupAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.xgroup(List)that ignores the result of the operation.
- xinfo(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
A container for stream introspection commands.
- XINFO - Static variable in class io.vertx.mutiny.redis.client.Command
- 
A container for stream introspection commands.
- xinfoAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.xinfo(List).
- xinfoAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.xinfo(List)that ignores the result of the operation.
- xlen(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return the number of entries in a stream.
- XLEN - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return the number of entries in a stream.
- xlenAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.xlen(String).
- xlenAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.xlen(String)that ignores the result of the operation.
- xpending(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
- XPENDING - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
- xpendingAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.xpending(List).
- xpendingAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.xpending(List)that ignores the result of the operation.
- xrange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return a range of elements in a stream, with IDs matching the specified IDs interval.
- XRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return a range of elements in a stream, with IDs matching the specified IDs interval.
- xrangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.xrange(List).
- xrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.xrange(List)that ignores the result of the operation.
- xread(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
- XREAD - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
- xreadAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.xread(List).
- xreadAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.xread(List)that ignores the result of the operation.
- xreadgroup(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
- XREADGROUP - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
- xreadgroupAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.xreadgroup(List).
- xreadgroupAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.xreadgroup(List)that ignores the result of the operation.
- xrevrange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
- XREVRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
- xrevrangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.xrevrange(List).
- xrevrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.xrevrange(List)that ignores the result of the operation.
- xsetid(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
An internal command for replicating stream values.
- XSETID - Static variable in class io.vertx.mutiny.redis.client.Command
- 
An internal command for replicating stream values.
- xsetidAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.xsetid(List).
- xsetidAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.xsetid(List)that ignores the result of the operation.
- xtrim(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Trims the stream to (approximately if '~' is passed) a certain size.
- XTRIM - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Trims the stream to (approximately if '~' is passed) a certain size.
- xtrimAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.xtrim(List).
- xtrimAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.xtrim(List)that ignores the result of the operation.
Z
- zadd(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Add one or more members to a sorted set, or update its score if it already exists.
- ZADD - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Add one or more members to a sorted set, or update its score if it already exists.
- zaddAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zadd(List).
- zaddAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zadd(List)that ignores the result of the operation.
- zcard(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the number of members in a sorted set.
- ZCARD - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the number of members in a sorted set.
- zcardAndAwait(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zcard(String).
- zcardAndForget(String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zcard(String)that ignores the result of the operation.
- zcount(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Count the members in a sorted set with scores within the given values.
- ZCOUNT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Count the members in a sorted set with scores within the given values.
- zcountAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zcount(String,String,String).
- zcountAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zcount(String,String,String)that ignores the result of the operation.
- zdiff(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Subtract multiple sorted sets.
- ZDIFF - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Subtract multiple sorted sets.
- zdiffAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zdiff(List).
- zdiffAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zdiff(List)that ignores the result of the operation.
- zdiffstore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Subtract multiple sorted sets and store the resulting sorted set in a new key.
- ZDIFFSTORE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Subtract multiple sorted sets and store the resulting sorted set in a new key.
- zdiffstoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zdiffstore(List).
- zdiffstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zdiffstore(List)that ignores the result of the operation.
- zincrby(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Increment the score of a member in a sorted set.
- ZINCRBY - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Increment the score of a member in a sorted set.
- zincrbyAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zincrby(String,String,String).
- zincrbyAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zincrby(String,String,String)that ignores the result of the operation.
- zinter(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Intersect multiple sorted sets.
- ZINTER - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Intersect multiple sorted sets.
- zinterAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zinter(List).
- zinterAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zinter(List)that ignores the result of the operation.
- zintercard(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Intersect multiple sorted sets and return the cardinality of the result.
- ZINTERCARD - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Intersect multiple sorted sets and return the cardinality of the result.
- zintercardAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zintercard(List).
- zintercardAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zintercard(List)that ignores the result of the operation.
- zinterstore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- ZINTERSTORE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zinterstore(List).
- zinterstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zinterstore(List)that ignores the result of the operation.
- zlexcount(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Count the number of members in a sorted set between a given lexicographical range.
- ZLEXCOUNT - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Count the number of members in a sorted set between a given lexicographical range.
- zlexcountAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zlexcount(String,String,String).
- zlexcountAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zlexcount(String,String,String)that ignores the result of the operation.
- zmpop(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove and return members with scores in a sorted set.
- ZMPOP - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove and return members with scores in a sorted set.
- zmpopAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zmpop(List).
- zmpopAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zmpop(List)that ignores the result of the operation.
- zmscore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the score associated with the given members in a sorted set.
- ZMSCORE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the score associated with the given members in a sorted set.
- zmscoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zmscore(List).
- zmscoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zmscore(List)that ignores the result of the operation.
- zpopmax(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove and return members with the highest scores in a sorted set.
- ZPOPMAX - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove and return members with the highest scores in a sorted set.
- zpopmaxAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zpopmax(List).
- zpopmaxAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zpopmax(List)that ignores the result of the operation.
- zpopmin(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove and return members with the lowest scores in a sorted set.
- ZPOPMIN - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove and return members with the lowest scores in a sorted set.
- zpopminAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zpopmin(List).
- zpopminAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zpopmin(List)that ignores the result of the operation.
- zrandmember(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get one or multiple random elements from a sorted set.
- ZRANDMEMBER - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get one or multiple random elements from a sorted set.
- zrandmemberAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zrandmember(List).
- zrandmemberAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zrandmember(List)that ignores the result of the operation.
- zrange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return a range of members in a sorted set.
- ZRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return a range of members in a sorted set.
- zrangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zrange(List).
- zrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zrange(List)that ignores the result of the operation.
- zrangebylex(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return a range of members in a sorted set, by lexicographical range.
- ZRANGEBYLEX - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return a range of members in a sorted set, by lexicographical range.
- zrangebylexAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zrangebylex(List).
- zrangebylexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zrangebylex(List)that ignores the result of the operation.
- zrangebyscore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return a range of members in a sorted set, by score.
- ZRANGEBYSCORE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return a range of members in a sorted set, by score.
- zrangebyscoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zrangebyscore(List).
- zrangebyscoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zrangebyscore(List)that ignores the result of the operation.
- zrangestore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Store a range of members from sorted set into another key.
- ZRANGESTORE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Store a range of members from sorted set into another key.
- zrangestoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zrangestore(List).
- zrangestoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zrangestore(List)that ignores the result of the operation.
- zrank(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Determine the index of a member in a sorted set.
- ZRANK - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Determine the index of a member in a sorted set.
- zrankAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zrank(String,String).
- zrankAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zrank(String,String)that ignores the result of the operation.
- zrem(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove one or more members from a sorted set.
- ZREM - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove one or more members from a sorted set.
- zremAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zrem(List).
- zremAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zrem(List)that ignores the result of the operation.
- zremrangebylex(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove all members in a sorted set between the given lexicographical range.
- ZREMRANGEBYLEX - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove all members in a sorted set between the given lexicographical range.
- zremrangebylexAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zremrangebylex(String,String,String).
- zremrangebylexAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zremrangebylex(String,String,String)that ignores the result of the operation.
- zremrangebyrank(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove all members in a sorted set within the given indexes.
- ZREMRANGEBYRANK - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove all members in a sorted set within the given indexes.
- zremrangebyrankAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zremrangebyrank(String,String,String).
- zremrangebyrankAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zremrangebyrank(String,String,String)that ignores the result of the operation.
- zremrangebyscore(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Remove all members in a sorted set within the given scores.
- ZREMRANGEBYSCORE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Remove all members in a sorted set within the given scores.
- zremrangebyscoreAndAwait(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zremrangebyscore(String,String,String).
- zremrangebyscoreAndForget(String, String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zremrangebyscore(String,String,String)that ignores the result of the operation.
- zrevrange(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return a range of members in a sorted set, by index, with scores ordered from high to low.
- ZREVRANGE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrangeAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zrevrange(List).
- zrevrangeAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zrevrange(List)that ignores the result of the operation.
- zrevrangebylex(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.
- ZREVRANGEBYLEX - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.
- zrevrangebylexAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zrevrangebylex(List).
- zrevrangebylexAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zrevrangebylex(List)that ignores the result of the operation.
- zrevrangebyscore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- ZREVRANGEBYSCORE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zrevrangebyscore(List).
- zrevrangebyscoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zrevrangebyscore(List)that ignores the result of the operation.
- zrevrank(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Determine the index of a member in a sorted set, with scores ordered from high to low.
- ZREVRANK - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zrevrankAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zrevrank(String,String).
- zrevrankAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zrevrank(String,String)that ignores the result of the operation.
- zscan(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Incrementally iterate sorted sets elements and associated scores.
- ZSCAN - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Incrementally iterate sorted sets elements and associated scores.
- zscanAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zscan(List).
- zscanAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zscan(List)that ignores the result of the operation.
- zscore(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Get the score associated with the given member in a sorted set.
- ZSCORE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Get the score associated with the given member in a sorted set.
- zscoreAndAwait(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zscore(String,String).
- zscoreAndForget(String, String) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zscore(String,String)that ignores the result of the operation.
- zunion(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Add multiple sorted sets.
- ZUNION - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Add multiple sorted sets.
- zunionAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zunion(List).
- zunionAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zunion(List)that ignores the result of the operation.
- zunionstore(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Add multiple sorted sets and store the resulting sorted set in a new key.
- ZUNIONSTORE - Static variable in class io.vertx.mutiny.redis.client.Command
- 
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstoreAndAwait(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Blocking variant ofRedisAPI.zunionstore(List).
- zunionstoreAndForget(List<String>) - Method in class io.vertx.mutiny.redis.client.RedisAPI
- 
Variant ofRedisAPI.zunionstore(List)that ignores the result of the operation.
_
- __TYPE_ARG - Static variable in class io.vertx.mutiny.amqp.AmqpClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.amqp.AmqpConnection
- __TYPE_ARG - Static variable in class io.vertx.mutiny.amqp.AmqpMessage
- __TYPE_ARG - Static variable in class io.vertx.mutiny.amqp.AmqpMessageBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.amqp.AmqpReceiver
- __TYPE_ARG - Static variable in class io.vertx.mutiny.amqp.AmqpSender
- __TYPE_ARG - Static variable in class io.vertx.mutiny.camel.CamelBridge
- __TYPE_ARG - Static variable in class io.vertx.mutiny.cassandra.CassandraClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.cassandra.CassandraRowStream
- __TYPE_ARG - Static variable in class io.vertx.mutiny.cassandra.ResultSet
- __TYPE_ARG - Static variable in class io.vertx.mutiny.circuitbreaker.CircuitBreaker
- __TYPE_ARG - Static variable in class io.vertx.mutiny.circuitbreaker.FailurePolicy
- __TYPE_ARG - Static variable in class io.vertx.mutiny.circuitbreaker.HystrixMetricHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.circuitbreaker.RetryPolicy
- __TYPE_ARG - Static variable in class io.vertx.mutiny.config.ConfigRetriever
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.buffer.Buffer
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.cli.CLI
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.cli.CommandLine
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.Context
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.datagram.DatagramPacket
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.datagram.DatagramSocket
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.dns.DnsClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.dns.MxRecord
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.dns.SrvRecord
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.eventbus.DeliveryContext
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.eventbus.EventBus
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.eventbus.Message
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.eventbus.MessageConsumer
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.eventbus.MessageProducer
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.file.AsyncFile
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.file.AsyncFileLock
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.file.FileProps
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.file.FileSystem
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.file.FileSystemProps
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.ClientWebSocket
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.Cookie
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.HttpClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.HttpClientBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.HttpClientRequest
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.HttpClientResponse
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.HttpConnection
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.HttpFrame
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.HttpHeaders
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.HttpServer
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.HttpServerFileUpload
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.HttpServerRequest
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.HttpServerResponse
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.ServerWebSocket
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.ServerWebSocketHandshake
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.WebSocket
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.WebSocketClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.http.WebSocketFrame
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.json.pointer.JsonPointer
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.json.pointer.JsonPointerIterator
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.MultiMap
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.net.HostAndPort
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.net.NetClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.net.NetServer
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.net.NetSocket
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.net.SelfSignedCertificate
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.net.SocketAddress
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.parsetools.JsonEvent
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.parsetools.JsonParser
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.parsetools.RecordParser
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.Promise
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.shareddata.AsyncMap
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.shareddata.Counter
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.shareddata.LocalMap
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.shareddata.Lock
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.shareddata.SharedData
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.streams.Pipe
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.streams.Pump
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.TimeoutStream
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.Timer
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.Vertx
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.VertxBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.core.WorkerExecutor
- __TYPE_ARG - Static variable in class io.vertx.mutiny.db2client.DB2Builder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.db2client.DB2Connection
- __TYPE_ARG - Static variable in class io.vertx.mutiny.db2client.DB2Pool
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.authorization.AndAuthorization
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.authorization.Authorization
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.authorization.AuthorizationContext
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.authorization.Authorizations
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.authorization.NotAuthorization
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.authorization.OrAuthorization
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.authorization.PermissionBasedAuthorization
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.authorization.RoleBasedAuthorization
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.authorization.WildcardPermissionBasedAuthorization
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.AuthProvider
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.ChainAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.HashingAlgorithm
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.HashingStrategy
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.htdigest.HtdigestAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.htpasswd.HtpasswdAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.jwt.authorization.JWTAuthorization
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.jwt.authorization.MicroProfileAuthorization
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.jwt.JWTAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.ldap.LdapAuthentication
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.authorization.KeycloakAuthorization
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.authorization.ScopeAuthorization
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.AmazonCognitoAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.AzureADAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.BoxAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.CloudFoundryAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.DropboxAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.FacebookAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.FoursquareAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.GiteeAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.GithubAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.GitLabAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.GoogleAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.HerokuAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.IBMCloudAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.InstagramAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.KeycloakAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.LinkedInAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.LiveAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.MailchimpAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.OpenIDConnectAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.SalesforceAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.ShopifyAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.SoundcloudAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.StripeAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.oauth2.providers.TwitterAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthentication
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.properties.PropertyFileAuthorization
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.shiro.ShiroAuth
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthentication
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.sqlclient.SqlAuthorization
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.User
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.VertxContextPRNG
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.webauthn.MetaDataService
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.webauthn.WebAuthn
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.bridge.BaseBridgeEvent
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.consul.ConsulClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.consul.Watch
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.consul.WatchResult
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.eventbus.bridge.tcp.BridgeEvent
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.healthchecks.HealthChecks
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.jdbc.JDBCClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.mail.MailAttachment
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.mail.MailClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.mail.MailClientBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.mongo.MongoClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.mongo.MongoGridFsClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.cli.CliToken
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.cli.Completion
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.command.Command
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.command.CommandBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.command.CommandProcess
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.command.CommandRegistry
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.command.CommandResolver
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.session.Session
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.Shell
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.ShellServer
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.ShellService
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.system.Job
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.system.JobController
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.system.Process
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.term.Pty
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.term.SignalHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.term.SockJSTermHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.term.Term
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.term.TermServer
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.shell.term.Tty
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.sql.SQLClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.sql.SQLConnection
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.sql.SQLRowStream
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.Acknowledgement
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.Destination
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.DestinationFactory
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.Frames
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.ServerFrame
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.StompClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.StompClientConnection
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.StompServer
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.StompServerConnection
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.StompServerHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.api.RequestParameter
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.api.RequestParameters
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.api.service.RouteToEBServiceHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.api.validation.ContainerDeserializer
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.api.validation.CustomValidator
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.api.validation.HTTPRequestValidationHandler
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.api.validation.ParameterTypeValidator
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.api.validation.ParameterValidationRule
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.client.CachingWebClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.client.HttpRequest
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.client.HttpResponse
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.client.OAuth2WebClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ErrorConverter
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.client.WebClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.client.WebClientSession
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.codec.BodyCodec
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.common.WebEnvironment
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.FileUpload
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.APIKeyHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.BodyHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.CorsHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.CSPHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.CSRFHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.ErrorHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.FaviconHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandlerBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandlerBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxDataFetcher
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.UploadScalar
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.ws.ConnectionInitEvent
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.graphql.ws.Message
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.HSTSHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.LoggerFormatter
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.LoggerHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.OtpAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.SimpleAuthenticationHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.TemplateHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.XFrameHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.LanguageHeader
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.MIMEHeader
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.multipart.FormDataPart
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.multipart.MultipartForm
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.openapi.OpenAPIHolder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.openapi.Operation
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.openapi.router.OpenAPIRoute
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.openapi.router.RequestExtractor
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.openapi.router.RouterBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.openapi.RouterBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.openapi.SecurityScheme
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.ParsedHeaderValues
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.RequestBody
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.Route
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.Router
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.RoutingContext
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.Session
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.sstore.cookie.CookieSessionStore
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.sstore.infinispan.InfinispanSessionStore
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.sstore.redis.RedisSessionStore
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.sstore.SessionStore
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.templ.handlebars.HandlebarsTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.templ.httl.HTTLTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.templ.jade.JadeTemplateEngine
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.templ.mvel.MVELTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.templ.pug.PugTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.templ.rocker.RockerTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.UserContext
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.validation.builder.ArrayParserFactory
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.validation.builder.Bodies
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.validation.builder.BodyProcessorFactory
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.validation.builder.ObjectParserFactory
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.validation.builder.ParameterProcessorFactory
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.validation.builder.Parameters
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.validation.builder.Parsers
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.validation.builder.StyledParameterProcessorFactory
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.validation.builder.TupleParserFactory
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.validation.builder.ValidationHandlerBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.validation.RequestParameter
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.validation.RequestParameters
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.validation.RequestPredicate
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.validation.RequestPredicateResult
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.validation.ValidationHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.httpproxy.Body
- __TYPE_ARG - Static variable in class io.vertx.mutiny.httpproxy.HttpProxy
- __TYPE_ARG - Static variable in class io.vertx.mutiny.httpproxy.OriginRequestProvider
- __TYPE_ARG - Static variable in class io.vertx.mutiny.httpproxy.ProxyContext
- __TYPE_ARG - Static variable in class io.vertx.mutiny.httpproxy.ProxyRequest
- __TYPE_ARG - Static variable in class io.vertx.mutiny.httpproxy.ProxyResponse
- __TYPE_ARG - Static variable in class io.vertx.mutiny.jdbcclient.JDBCPool
- __TYPE_ARG - Static variable in class io.vertx.mutiny.jdbcclient.SqlOutParam
- __TYPE_ARG - Static variable in class io.vertx.mutiny.json.schema.JsonFormatValidator
- __TYPE_ARG - Static variable in class io.vertx.mutiny.json.schema.JsonSchema
- __TYPE_ARG - Static variable in class io.vertx.mutiny.json.schema.Ref
- __TYPE_ARG - Static variable in class io.vertx.mutiny.json.schema.Schema
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.json.schema.SchemaParser
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.json.schema.SchemaRepository
- __TYPE_ARG - Static variable in class io.vertx.mutiny.json.schema.SchemaRouter
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.json.schema.Validator
- __TYPE_ARG - Static variable in class io.vertx.mutiny.kafka.admin.KafkaAdminClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- __TYPE_ARG - Static variable in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- __TYPE_ARG - Static variable in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
- __TYPE_ARG - Static variable in class io.vertx.mutiny.kafka.client.producer.KafkaHeader
- __TYPE_ARG - Static variable in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- __TYPE_ARG - Static variable in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- __TYPE_ARG - Static variable in class io.vertx.mutiny.micrometer.MetricsService
- __TYPE_ARG - Static variable in class io.vertx.mutiny.micrometer.PrometheusScrapingHandler
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mqtt.messages.MqttDisconnectMessage
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mqtt.messages.MqttPubAckMessage
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mqtt.messages.MqttPubCompMessage
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mqtt.messages.MqttPublishMessage
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mqtt.messages.MqttPubRecMessage
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mqtt.messages.MqttPubRelMessage
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mqtt.messages.MqttSubAckMessage
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mqtt.messages.MqttSubscribeMessage
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mqtt.messages.MqttUnsubscribeMessage
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mqtt.MqttClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mqtt.MqttEndpoint
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mqtt.MqttServer
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mqtt.MqttTopicSubscription
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mssqlclient.MSSQLBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mssqlclient.MSSQLConnection
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mssqlclient.MSSQLPool
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mysqlclient.MySQLBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mysqlclient.MySQLClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mysqlclient.MySQLConnection
- __TYPE_ARG - Static variable in class io.vertx.mutiny.mysqlclient.MySQLPool
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.contract.MediaType
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.contract.OAuthFlow
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.contract.OAuthFlows
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.contract.OpenAPIContract
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.contract.Operation
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.contract.Parameter
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.contract.Path
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.contract.RequestBody
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.contract.Response
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.contract.SecurityRequirement
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.contract.SecurityScheme
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.contract.Server
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.validation.RequestParameter
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.validation.RequestValidator
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.validation.ResponseParameter
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.validation.ValidatableRequest
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.validation.ValidatableResponse
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.validation.ValidatedRequest
- __TYPE_ARG - Static variable in class io.vertx.mutiny.openapi.validation.ValidatedResponse
- __TYPE_ARG - Static variable in class io.vertx.mutiny.oracleclient.OracleBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.oracleclient.OracleClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.oracleclient.OracleConnection
- __TYPE_ARG - Static variable in class io.vertx.mutiny.oracleclient.OraclePool
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.pgclient.PgBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.pgclient.PgConnection
- __TYPE_ARG - Static variable in class io.vertx.mutiny.pgclient.PgPool
- 
Deprecated.
- __TYPE_ARG - Static variable in class io.vertx.mutiny.pgclient.pubsub.PgChannel
- __TYPE_ARG - Static variable in class io.vertx.mutiny.pgclient.pubsub.PgSubscriber
- __TYPE_ARG - Static variable in class io.vertx.mutiny.rabbitmq.RabbitMQClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.rabbitmq.RabbitMQConsumer
- __TYPE_ARG - Static variable in class io.vertx.mutiny.rabbitmq.RabbitMQMessage
- __TYPE_ARG - Static variable in class io.vertx.mutiny.rabbitmq.RabbitMQPublisher
- __TYPE_ARG - Static variable in class io.vertx.mutiny.redis.client.Command
- __TYPE_ARG - Static variable in class io.vertx.mutiny.redis.client.Redis
- __TYPE_ARG - Static variable in class io.vertx.mutiny.redis.client.RedisAPI
- __TYPE_ARG - Static variable in class io.vertx.mutiny.redis.client.RedisConnection
- __TYPE_ARG - Static variable in class io.vertx.mutiny.redis.client.Request
- __TYPE_ARG - Static variable in class io.vertx.mutiny.redis.client.Response
- __TYPE_ARG - Static variable in class io.vertx.mutiny.servicediscovery.ServiceDiscovery
- __TYPE_ARG - Static variable in class io.vertx.mutiny.servicediscovery.ServiceReference
- __TYPE_ARG - Static variable in class io.vertx.mutiny.servicediscovery.spi.ServiceExporter
- __TYPE_ARG - Static variable in class io.vertx.mutiny.servicediscovery.spi.ServiceImporter
- __TYPE_ARG - Static variable in class io.vertx.mutiny.servicediscovery.spi.ServicePublisher
- __TYPE_ARG - Static variable in class io.vertx.mutiny.servicediscovery.types.EventBusService
- __TYPE_ARG - Static variable in class io.vertx.mutiny.servicediscovery.types.HttpEndpoint
- __TYPE_ARG - Static variable in class io.vertx.mutiny.servicediscovery.types.JDBCDataSource
- __TYPE_ARG - Static variable in class io.vertx.mutiny.servicediscovery.types.MessageSource
- __TYPE_ARG - Static variable in class io.vertx.mutiny.servicediscovery.types.MongoDataSource
- __TYPE_ARG - Static variable in class io.vertx.mutiny.servicediscovery.types.RedisDataSource
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.ClientBuilder
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.Cursor
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.desc.ColumnDescriptor
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.Pool
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.PreparedQuery
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.PreparedStatement
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.PropertyKind
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.Query
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.Row
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.RowIterator
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.RowSet
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.RowStream
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.spi.DatabaseMetadata
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.SqlClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.SqlConnection
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.SqlResult
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.templates.RowMapper
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.templates.TupleMapper
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.Transaction
- __TYPE_ARG - Static variable in class io.vertx.mutiny.sqlclient.Tuple
- __TYPE_ARG - Static variable in class io.vertx.mutiny.uritemplate.UriTemplate
- __TYPE_ARG - Static variable in class io.vertx.mutiny.uritemplate.Variables
- __typeArg_0 - Variable in class io.vertx.mutiny.circuitbreaker.FailurePolicy
- __typeArg_0 - Variable in class io.vertx.mutiny.core.eventbus.DeliveryContext
- __typeArg_0 - Variable in class io.vertx.mutiny.core.eventbus.Message
- __typeArg_0 - Variable in class io.vertx.mutiny.core.eventbus.MessageConsumer
- __typeArg_0 - Variable in class io.vertx.mutiny.core.eventbus.MessageProducer
- __typeArg_0 - Variable in class io.vertx.mutiny.core.Promise
- __typeArg_0 - Variable in class io.vertx.mutiny.core.shareddata.AsyncMap
- __typeArg_0 - Variable in class io.vertx.mutiny.core.shareddata.LocalMap
- __typeArg_0 - Variable in class io.vertx.mutiny.core.streams.Pipe
- __typeArg_0 - Variable in class io.vertx.mutiny.ext.consul.Watch
- __typeArg_0 - Variable in class io.vertx.mutiny.ext.consul.WatchResult
- __typeArg_0 - Variable in class io.vertx.mutiny.ext.web.client.HttpRequest
- __typeArg_0 - Variable in class io.vertx.mutiny.ext.web.client.HttpResponse
- __typeArg_0 - Variable in class io.vertx.mutiny.ext.web.codec.BodyCodec
- __typeArg_0 - Variable in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader
- 
Deprecated.
- __typeArg_0 - Variable in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
- 
Deprecated.
- __typeArg_0 - Variable in class io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- __typeArg_0 - Variable in class io.vertx.mutiny.ext.web.handler.graphql.schema.VertxDataFetcher
- 
Deprecated.
- __typeArg_0 - Variable in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- __typeArg_0 - Variable in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- __typeArg_0 - Variable in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
- __typeArg_0 - Variable in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- __typeArg_0 - Variable in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- __typeArg_0 - Variable in class io.vertx.mutiny.sqlclient.ClientBuilder
- __typeArg_0 - Variable in class io.vertx.mutiny.sqlclient.PreparedQuery
- __typeArg_0 - Variable in class io.vertx.mutiny.sqlclient.PropertyKind
- __typeArg_0 - Variable in class io.vertx.mutiny.sqlclient.Query
- __typeArg_0 - Variable in class io.vertx.mutiny.sqlclient.RowIterator
- __typeArg_0 - Variable in class io.vertx.mutiny.sqlclient.RowSet
- __typeArg_0 - Variable in class io.vertx.mutiny.sqlclient.RowStream
- __typeArg_0 - Variable in class io.vertx.mutiny.sqlclient.SqlResult
- __typeArg_0 - Variable in class io.vertx.mutiny.sqlclient.templates.RowMapper
- __typeArg_0 - Variable in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
- __typeArg_0 - Variable in class io.vertx.mutiny.sqlclient.templates.TupleMapper
- __typeArg_1 - Variable in class io.vertx.mutiny.core.shareddata.AsyncMap
- __typeArg_1 - Variable in class io.vertx.mutiny.core.shareddata.LocalMap
- __typeArg_1 - Variable in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader
- 
Deprecated.
- __typeArg_1 - Variable in class io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
- 
Deprecated.
- __typeArg_1 - Variable in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
- __typeArg_1 - Variable in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
- __typeArg_1 - Variable in class io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
- __typeArg_1 - Variable in class io.vertx.mutiny.kafka.client.producer.KafkaProducer
- __typeArg_1 - Variable in class io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord
- __typeArg_1 - Variable in class io.vertx.mutiny.sqlclient.templates.SqlTemplate
All Classes and Interfaces|All Packages|Constant Field Values
ServerWebSocketHandshake.accept()