Uses of Class
io.smallrye.mutiny.vertx.MutinyGen
-
-
Uses of MutinyGen in io.vertx.mutiny.amqp
Classes in io.vertx.mutiny.amqp with annotations of type MutinyGen Modifier and Type Class Description classAmqpClientAMQP Client entry point.classAmqpConnectionOnce connected to the broker or router, you get a connection.classAmqpMessageRepresents an AMQP message.classAmqpMessageBuilderBuilder to create a newAmqpMessage.classAmqpReceiverInterface used to consume AMQP message as a stream of message.classAmqpSenderAMQP Sender interface used to send messages. -
Uses of MutinyGen in io.vertx.mutiny.cassandra
Classes in io.vertx.mutiny.cassandra with annotations of type MutinyGen Modifier and Type Class Description classCassandraClientEclipse Vert.x Cassandra client.classCassandraRowStreamA for consumption.classResultSetIt is likeAsyncResultSet, but adapted for Vert.x. -
Uses of MutinyGen in io.vertx.mutiny.circuitbreaker
Classes in io.vertx.mutiny.circuitbreaker with annotations of type MutinyGen Modifier and Type Class Description classCircuitBreakerAn implementation of the circuit breaker pattern for Vert.xclassHystrixMetricHandlerA Vert.x web handler to expose the circuit breaker to the Hystrix dasbboard. -
Uses of MutinyGen in io.vertx.mutiny.config
Classes in io.vertx.mutiny.config with annotations of type MutinyGen Modifier and Type Class Description classConfigRetrieverDefines a configuration retriever that read configuration from and tracks changes periodically. -
Uses of MutinyGen in io.vertx.mutiny.core
Classes in io.vertx.mutiny.core with annotations of type MutinyGen Modifier and Type Class Description classContextThe execution context of aHandlerexecution.classMultiMapThis class represents a MultiMap of String keys to a List of String values.classPromise<T>Represents the writable side of an action that may, or may not, have occurred yet.classTimeoutStreamA timeout stream is triggered by a timer, theHandlerwill be call when the timer is fired, it can be once or several times depending on the nature of the timer related to this stream.classVertxThe entry point into the Vert.x Core API.classWorkerExecutorAn executor for executing blocking code in Vert.x . -
Uses of MutinyGen in io.vertx.mutiny.core.buffer
Classes in io.vertx.mutiny.core.buffer with annotations of type MutinyGen Modifier and Type Class Description classBufferMost data is shuffled around inside Vert.x using buffers. -
Uses of MutinyGen in io.vertx.mutiny.core.cli
Classes in io.vertx.mutiny.core.cli with annotations of type MutinyGen Modifier and Type Class Description classCLIInterface defining a command-line interface (in other words a command such as 'run', 'ls'...).classCommandLineThe parser transforms a CLI (a model) into anCommandLine. -
Uses of MutinyGen in io.vertx.mutiny.core.datagram
Classes in io.vertx.mutiny.core.datagram with annotations of type MutinyGen Modifier and Type Class Description classDatagramPacketA received datagram packet (UDP) which contains the data and information about the sender of the data itself.classDatagramSocketA datagram socket can be used to sendDatagramPacket's to remote datagram servers and receiveDatagramPackets . -
Uses of MutinyGen in io.vertx.mutiny.core.dns
Classes in io.vertx.mutiny.core.dns with annotations of type MutinyGen Modifier and Type Class Description classDnsClientProvides a way to asynchronously lookup information from DNS servers.classMxRecordRepresent a Mail-Exchange-Record (MX) which was resolved for a domain.classSrvRecordRepresent a Service-Record (SRV) which was resolved for a domain. -
Uses of MutinyGen in io.vertx.mutiny.core.eventbus
Classes in io.vertx.mutiny.core.eventbus with annotations of type MutinyGen Modifier and Type Class Description classDeliveryContext<T>Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.classEventBusA 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.classMessage<T>Represents a message that is received from the event bus in a handler.classMessageConsumer<T>An event bus consumer object representing a stream of message to anEventBusaddress that can be read from.classMessageProducer<T>Represents a stream of message that can be written to. -
Uses of MutinyGen in io.vertx.mutiny.core.file
Classes in io.vertx.mutiny.core.file with annotations of type MutinyGen Modifier and Type Class Description classAsyncFileRepresents a file on the file-system which can be read from, or written to asynchronously.classFilePropsRepresents properties of a file on the file system.classFileSystemContains a broad set of operations for manipulating files on the file system.classFileSystemPropsRepresents properties of the file system. -
Uses of MutinyGen in io.vertx.mutiny.core.http
Classes in io.vertx.mutiny.core.http with annotations of type MutinyGen Modifier and Type Class Description classCookieRepresents an HTTP Cookie.classHttpClientAn asynchronous HTTP client.classHttpClientRequestRepresents a client-side HTTP request.classHttpClientResponseRepresents a client-side HTTP response.classHttpConnectionRepresents an HTTP connection.classHttpFrameAn HTTP/2 frame.classHttpHeadersContains 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 valueclassHttpServerAn HTTP and WebSockets server.classHttpServerFileUploadRepresents an file upload from an HTML FORM.classHttpServerRequestRepresents a server-side HTTP request.classHttpServerResponseRepresents a server-side HTTP response.classServerWebSocketRepresents a server side WebSocket.classWebSocketRepresents a client-side WebSocket.interfaceWebSocketBaseBase WebSocket implementation.classWebSocketFrameA WebSocket frame that represents either text or binary data. -
Uses of MutinyGen in io.vertx.mutiny.core.json.pointer
Classes in io.vertx.mutiny.core.json.pointer with annotations of type MutinyGen Modifier and Type Class Description classJsonPointerImplementation of RFC6901 Json Pointers.classJsonPointerIteratorThe 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 -
Uses of MutinyGen in io.vertx.mutiny.core.metrics
Classes in io.vertx.mutiny.core.metrics with annotations of type MutinyGen Modifier and Type Interface Description interfaceMeasuredNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen. -
Uses of MutinyGen in io.vertx.mutiny.core.net
Classes in io.vertx.mutiny.core.net with annotations of type MutinyGen Modifier and Type Class Description classNetClientA TCP client.classNetServerRepresents a TCP serverclassNetSocketRepresents a socket-like interface to a TCP connection on either the client or the server side.classSelfSignedCertificateA self-signed certificate helper for testing and development purposes.classSocketAddressThe address of a socket, an inet socket address or a domain socket address. -
Uses of MutinyGen in io.vertx.mutiny.core.parsetools
Classes in io.vertx.mutiny.core.parsetools with annotations of type MutinyGen Modifier and Type Class Description classJsonEventA JSON event emited by theJsonParser.classJsonParserA parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.classRecordParserA helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records. -
Uses of MutinyGen in io.vertx.mutiny.core.shareddata
Classes in io.vertx.mutiny.core.shareddata with annotations of type MutinyGen Modifier and Type Class Description classAsyncMap<K,V>An asynchronous map.classCounterAn asynchronous counter that can be used to across the cluster to maintain a consistent count.classLocalMap<K,V>Local maps can be used to share data safely in a single Vert.x instance.classLockAn asynchronous exclusive lock which can be obtained from any node in the cluster.classSharedDataShared data allows you to share data safely between different parts of your application in a safe way. -
Uses of MutinyGen in io.vertx.mutiny.core.streams
Classes in io.vertx.mutiny.core.streams with annotations of type MutinyGen Modifier and Type Class Description classPipe<T>Pipe data from aReadStreamto aWriteStreamand performs flow control where necessary to prevent the write stream buffer from getting overfull.classPumpPumps data from aReadStreamto aWriteStreamand performs flow control where necessary to prevent the write stream buffer from getting overfull.interfaceReadStream<T>Represents a stream of items that can be read from.interfaceStreamBaseBase interface for a stream.interfaceWriteStream<T>Represents a stream of data that can be written to. -
Uses of MutinyGen in io.vertx.mutiny.db2client
Classes in io.vertx.mutiny.db2client with annotations of type MutinyGen Modifier and Type Class Description classDB2ConnectionA connection to DB2 server.classDB2PoolA pool of DB2 connections. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth
Classes in io.vertx.mutiny.ext.auth with annotations of type MutinyGen Modifier and Type Class Description classAuthProviderUser-facing interface for authenticating users.classChainAuthChain several authentication providers as if they were one.classHashingAlgorithmHashing Algorithm.classHashingStrategyHashing Strategy manager.classUserRepresents an authenticates User and contains operations to authorise the user.classVertxContextPRNGA secure non blocking random number generator isolated to the current context. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.authentication
Classes in io.vertx.mutiny.ext.auth.authentication with annotations of type MutinyGen Modifier and Type Class Description classAuthenticationProviderUser-facing interface for authenticating users. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.authorization
Classes in io.vertx.mutiny.ext.auth.authorization with annotations of type MutinyGen Modifier and Type Class Description classAndAuthorizationAllows to perform a logical 'and' between several authorizationsclassAuthorizationInterface 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.) Context based authorization (ie: allow access if the ip address is 'xxx.xxx.xxx.xxx') Custom based authorization (ie: based on a script or hard-coded code specific to an application) etc.classAuthorizationContextThe AuthorizationContext contains properties that can be used to match authorizations.classAuthorizationProviderThe role of an AuthorizationProvider is to return a set of Authorization.classAuthorizationsclassNotAuthorizationAllows to perform a logical 'not' of the specified authorizationclassOrAuthorizationAllows to perform a logical 'or' between several authorizationsclassPermissionBasedAuthorizationRepresents a permission Note that the permission can optionally be assigned to a specific resourceclassRoleBasedAuthorizationRepresents a role.classWildcardPermissionBasedAuthorizationRepresents a wildcard permission (ie: 'manage:order:*' '*:orders', '*', etc.) Note that it can optionally be assigned to a specific resource -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.htdigest
Classes in io.vertx.mutiny.ext.auth.htdigest with annotations of type MutinyGen Modifier and Type Class Description classHtdigestAuthAn extension of AuthProvider which is using .htdigest file as store -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.htpasswd
Classes in io.vertx.mutiny.ext.auth.htpasswd with annotations of type MutinyGen Modifier and Type Class Description classHtpasswdAuthAn extension of AuthProvider which is using htpasswd file as store -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.jdbc
Classes in io.vertx.mutiny.ext.auth.jdbc with annotations of type MutinyGen Modifier and Type Class Description classJDBCAuthFactory interface for creatingAuthenticationProviderinstances that use the Vert.x JDBC client.classJDBCAuthenticationFactory interface for creatingAuthenticationProviderinstances that use the Vert.x JDBC client.classJDBCAuthorizationFactory interface for creating instances that use the Vert.x JDBC client.classJDBCHashStrategyDetermines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.classJDBCUserUtilUtility to create users/roles/permissions. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.jwt
Classes in io.vertx.mutiny.ext.auth.jwt with annotations of type MutinyGen Modifier and Type Class Description classJWTAuthFactory interface for creating JWT basedAuthenticationProviderinstances. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.jwt.authorization
Classes in io.vertx.mutiny.ext.auth.jwt.authorization with annotations of type MutinyGen Modifier and Type Class Description classJWTAuthorizationImplementation of the JWT authorization provider.classMicroProfileAuthorizationImplementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.ldap
Classes in io.vertx.mutiny.ext.auth.ldap with annotations of type MutinyGen Modifier and Type Class Description classLdapAuthenticationFactory interface for creating a LDAPAuthenticationProvider. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.mongo
Classes in io.vertx.mutiny.ext.auth.mongo with annotations of type MutinyGen Modifier and Type Class Description classHashStrategyDetermines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.classMongoAuthAn extension of AuthProvider which is using as storeclassMongoAuthenticationAn extension of AuthProvider which is using as storeclassMongoAuthorizationAn extension of AuthProvider which is using as storeclassMongoUserUtilUtility to create users/roles/permissions. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.oauth2
Classes in io.vertx.mutiny.ext.auth.oauth2 with annotations of type MutinyGen Modifier and Type Class Description classOAuth2AuthFactory interface for creating OAuth2 basedAuthenticationProviderinstances. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.oauth2.authorization
Classes in io.vertx.mutiny.ext.auth.oauth2.authorization with annotations of type MutinyGen Modifier and Type Class Description classKeycloakAuthorizationImplementation of the Keycloak Authorization Provider.classScopeAuthorizationScope is a mechanism in OAuth 2.0 to limit an application's access to a user's account. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.oauth2.providers
Classes in io.vertx.mutiny.ext.auth.oauth2.providers with annotations of type MutinyGen Modifier and Type Class Description classAmazonCognitoAuthSimplified factory to create an for Amazon Cognito.classAzureADAuthSimplified factory to create an for Azure AD.classBoxAuthSimplified factory to create an for box.com.classCloudFoundryAuthSimplified factory to create an for CloudFoundry UAA.classDropboxAuthSimplified factory to create an for Dropbox.classFacebookAuthSimplified factory to create an for Facebook.classFoursquareAuthSimplified factory to create an for Foursquare.classGithubAuthSimplified factory to create an for Github.classGitLabAuthSimplified factory to create an for GitLab.com.classGoogleAuthSimplified factory to create anOAuth2Authfor Google.classHerokuAuthSimplified factory to create an for Heroku.classIBMCloudAuthSimplified factory to create an for IBM Cloud.classInstagramAuthSimplified factory to create an for Instagram.classKeycloakAuthSimplified factory to create an for Keycloak.classLinkedInAuthSimplified factory to create an for LinkedIn.classLiveAuthSimplified factory to create an for live.com Services.classMailchimpAuthSimplified factory to create an for Mailchimp.classOpenIDConnectAuthSimplified factory to create anOAuth2Authfor OpenID Connect.classSalesforceAuthSimplified factory to create an for Salesforce.classShopifyAuthSimplified factory to create an for Shopify.classSoundcloudAuthSimplified factory to create an for SoundCloud.classStripeAuthSimplified factory to create an for Stripe.classTwitterAuthSimplified factory to create an for Twitter. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.otp
Classes in io.vertx.mutiny.ext.auth.otp with annotations of type MutinyGen Modifier and Type Class Description classOtpKeyGeneratorOtp key generator. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.otp.hotp
Classes in io.vertx.mutiny.ext.auth.otp.hotp with annotations of type MutinyGen Modifier and Type Class Description classHotpAuthAn extension of AuthProvider which uses the one time passwords based on counter to perform authentication. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.otp.totp
Classes in io.vertx.mutiny.ext.auth.otp.totp with annotations of type MutinyGen Modifier and Type Class Description classTotpAuthAn extension of AuthProvider which uses the one time passwords based on time to perform authentication. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.properties
Classes in io.vertx.mutiny.ext.auth.properties with annotations of type MutinyGen Modifier and Type Class Description classPropertyFileAuthenticationFactory interface for creating property file basedAuthenticationProviderinstances.classPropertyFileAuthorizationFactory interface for creating property file basedAuthenticationProviderinstances. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.shiro
Classes in io.vertx.mutiny.ext.auth.shiro with annotations of type MutinyGen Modifier and Type Class Description classShiroAuthFactory interface for creating Apache Shiro basedAuthenticationProviderinstances. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.sqlclient
Classes in io.vertx.mutiny.ext.auth.sqlclient with annotations of type MutinyGen Modifier and Type Class Description classSqlAuthenticationFactory interface for creatingAuthenticationProviderinstances that use the Vert.x SQL client.classSqlAuthorizationFactory interface for creating instances that use the Vert.x SQL client.classSqlUserUtilUtility to create users/roles/permissions. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.webauthn
Classes in io.vertx.mutiny.ext.auth.webauthn with annotations of type MutinyGen Modifier and Type Class Description classMetaDataServiceFactory interface for creating FIDO2 MetaDataService.classWebAuthnFactory interface for creating WebAuthN basedAuthenticationProviderinstances. -
Uses of MutinyGen in io.vertx.mutiny.ext.bridge
Classes in io.vertx.mutiny.ext.bridge with annotations of type MutinyGen Modifier and Type Class Description classBaseBridgeEventRepresents an event that occurs on the event bus bridge. -
Uses of MutinyGen in io.vertx.mutiny.ext.consul
Classes in io.vertx.mutiny.ext.consul with annotations of type MutinyGen Modifier and Type Class Description classConsulClientA Vert.x service used to interact with Consul.classWatch<T>Watches are a way of specifying a view of data (e.g.classWatchResult<T> -
Uses of MutinyGen in io.vertx.mutiny.ext.eventbus.bridge.tcp
Classes in io.vertx.mutiny.ext.eventbus.bridge.tcp with annotations of type MutinyGen Modifier and Type Class Description classBridgeEventRepresents an event that occurs on the event bus bridge.classTcpEventBusBridgeTCP EventBus bridge for Vert.x -
Uses of MutinyGen in io.vertx.mutiny.ext.healthchecks
Classes in io.vertx.mutiny.ext.healthchecks with annotations of type MutinyGen Modifier and Type Class Description classHealthCheckHandlerA Vert.x Web handler on which you register health check procedure.classHealthChecksNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen. -
Uses of MutinyGen in io.vertx.mutiny.ext.jdbc
Classes in io.vertx.mutiny.ext.jdbc with annotations of type MutinyGen Modifier and Type Class Description classJDBCClientAn asynchronous client interface for interacting with a JDBC compliant database -
Uses of MutinyGen in io.vertx.mutiny.ext.mail
Classes in io.vertx.mutiny.ext.mail with annotations of type MutinyGen Modifier and Type Class Description classMailAttachmentRepresent a mail attachment that can be used in a MailMessage.classMailClientSMTP mail client for Vert.x -
Uses of MutinyGen in io.vertx.mutiny.ext.mongo
Classes in io.vertx.mutiny.ext.mongo with annotations of type MutinyGen Modifier and Type Class Description classMongoClientA Vert.x service used to interact with MongoDB server instances.classMongoGridFsClient -
Uses of MutinyGen in io.vertx.mutiny.ext.shell
Classes in io.vertx.mutiny.ext.shell with annotations of type MutinyGen Modifier and Type Class Description classShellAn interactive session between a consumer and a shell.classShellServerThe shell server.classShellServiceThe shell service, provides a remotely accessible shell available via Telnet or SSH according to theShellServiceOptionsconfiguration. -
Uses of MutinyGen in io.vertx.mutiny.ext.shell.cli
Classes in io.vertx.mutiny.ext.shell.cli with annotations of type MutinyGen Modifier and Type Class Description classCliTokenA parsed token in the command line interface.classCompletionThe completion object -
Uses of MutinyGen in io.vertx.mutiny.ext.shell.command
Classes in io.vertx.mutiny.ext.shell.command with annotations of type MutinyGen Modifier and Type Class Description classCommandA 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#createclassCommandBuilderA build for Vert.x Shell command.classCommandProcessThe command process provides interaction with the process of the command provided by Vert.x Shell.classCommandRegistryA registry that contains the commands known by a shell.classCommandResolverA resolver for commands, so the shell can discover commands. -
Uses of MutinyGen in io.vertx.mutiny.ext.shell.session
Classes in io.vertx.mutiny.ext.shell.session with annotations of type MutinyGen Modifier and Type Class Description classSessionA shell session. -
Uses of MutinyGen in io.vertx.mutiny.ext.shell.system
Classes in io.vertx.mutiny.ext.shell.system with annotations of type MutinyGen Modifier and Type Class Description classJobA job executed in aJobController, grouping one or several process.classJobControllerThe job controller.classProcessA process managed by the shell. -
Uses of MutinyGen in io.vertx.mutiny.ext.shell.term
Classes in io.vertx.mutiny.ext.shell.term with annotations of type MutinyGen Modifier and Type Class Description classPtyA pseudo terminal used for controlling aTty.classSignalHandlerNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classSockJSTermHandlerNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classTermThe terminal.classTermServerA server for terminal based applications.classTtyProvide interactions with the Shell TTY. -
Uses of MutinyGen in io.vertx.mutiny.ext.sql
Classes in io.vertx.mutiny.ext.sql with annotations of type MutinyGen Modifier and Type Class Description classSQLClientA common asynchronous client interface for interacting with SQL compliant databaseclassSQLConnectionRepresents a connection to a SQL databaseinterfaceSQLOperationsRepresents a SQL query interface to a databaseclassSQLRowStreamA ReadStream of Rows from the underlying RDBMS. -
Uses of MutinyGen in io.vertx.mutiny.ext.stomp
Classes in io.vertx.mutiny.ext.stomp with annotations of type MutinyGen Modifier and Type Class Description classAcknowledgementStructure passed to acknowledgement handler called when aACKorNACKframe is received.classDestinationRepresents a STOMP destination.classDestinationFactoryInterface implemented to customize the destination creation.classFramesUtility methods to build commonFrames.classServerFrameStructure passed to server handler when receiving a frame.classStompClientDefines a STOMP client.classStompClientConnectionOnce a connection to the STOMP server has been made, client receives aStompClientConnection, that let send and receive STOMP frames.classStompServerDefines a STOMP server.classStompServerConnectionClass representing a connection between a STOMP client a the server.classStompServerHandlerSTOMP server handler implements the behavior of the STOMP server when a specific event occurs. -
Uses of MutinyGen in io.vertx.mutiny.ext.web
Classes in io.vertx.mutiny.ext.web with annotations of type MutinyGen Modifier and Type Class Description classFileUploadRepresents a file-upload from an HTTP multipart form submission.classLanguageHeaderA parsed language header.classMIMEHeaderinterfaceParsedHeaderValueclassParsedHeaderValuesA 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 parametersclassRouteA route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed to a handler.classRouterA router receives request from anHttpServerand routes it to the first matchingRoutethat it contains.classRoutingContextRepresents the context for the handling of a request in Vert.x-Web.classSessionRepresents a browser session. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.api.service
Classes in io.vertx.mutiny.ext.web.api.service with annotations of type MutinyGen Modifier and Type Class Description classRouteToEBServiceHandlerHandler that proxy the request to an event bus endpoint, waits for the reply and then writes the HTTP response. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.client
Classes in io.vertx.mutiny.ext.web.client with annotations of type MutinyGen Modifier and Type Class Description classCachingWebClientAn asynchronous cache aware HTTP / HTTP/2 client calledCachingWebClient.classHttpRequest<T>A client-side HTTP request.classHttpResponse<T>An HTTP response.classOAuth2WebClientAn asynchronous OAuth2/OIDC aware HTTP / HTTP/2 client calledWebClientOAuth2.classWebClientAn asynchronous HTTP / HTTP/2 client calledWebClient.classWebClientSessionAn asynchronous sessions aware HTTP / HTTP/2 client calledWebClientSession. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.client.predicate
Classes in io.vertx.mutiny.ext.web.client.predicate with annotations of type MutinyGen Modifier and Type Class Description classErrorConverterConverts aResponsePredicateResultto aThrowabledescribing the error.classResponsePredicateA predicate on .classResponsePredicateResultRepresents the outcome of aResponsePredicateapplied to an . -
Uses of MutinyGen in io.vertx.mutiny.ext.web.codec
Classes in io.vertx.mutiny.ext.web.codec with annotations of type MutinyGen Modifier and Type Class Description classBodyCodec<T>A codec for encoding and decoding HTTP bodies. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.common
Classes in io.vertx.mutiny.ext.web.common with annotations of type MutinyGen Modifier and Type Class Description classWebEnvironmentUtility API to verify which environment is the web application running. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.common.template
Classes in io.vertx.mutiny.ext.web.common.template with annotations of type MutinyGen Modifier and Type Class Description classTemplateEngineA template template uses a specific template and the data in a routing context to render a resource into a buffer. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.handler
Classes in io.vertx.mutiny.ext.web.handler with annotations of type MutinyGen Modifier and Type Class Description classAPIKeyHandlerAn authentication handler that provides API Key support.interfaceAuthenticationHandlerBase interface for auth handlers.classAuthorizationHandlerBase interface for authorization handlers that provide authorization support.classBasicAuthHandlerAn auth handler that provides HTTP Basic Authentication support.classBodyHandlerA handler which gathers the entire request body and sets it on the .classChainAuthHandlerAn auth handler that chains to a sequence of handlers.classCorsHandlerA handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.classCSPHandlerContent 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.classCSRFHandlerThis handler adds a CSRF token to requests which mutate state.classDigestAuthHandlerAn auth handler that provides HTTP Basic Authentication support.classErrorHandlerA pretty error handler for rendering error pages.classFaviconHandlerA handler that serves favicons.classFormLoginHandlerHandler that handles login from a form on a custom login page.classHSTSHandlerHTTP Strict Transport Security (HSTS) RFC6797.classJWTAuthHandlerAn auth handler that provides JWT Authentication support.classLoggerFormatterImplement to format the output of theLoggerHandlerclassLoggerHandlerA handler which logs request information to the Vert.x logger.classMethodOverrideHandlerNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classMultiTenantHandlerA handler which selectively executes another handler if a precondition is met.classOAuth2AuthHandlerAn auth handler that provides OAuth2 Authentication support.classOtpAuthHandlerAn auth handler that provides One Time Password (Multi-Factor) Authentication support.classRedirectAuthHandlerAn auth handler that's used to handle auth by redirecting user to a custom login page.classResponseContentTypeHandlerA handler which sets the response content type automatically according to the bestAcceptheader match.classResponseTimeHandlerHandler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.classSessionHandlerA handler that maintains aSessionfor each browser session.classSimpleAuthenticationHandlerA user customizable authentication handler.classStaticHandlerA handler for serving static resources from the file system or classpath.classTemplateHandlerA handler which renders responses using a template engine and where the template name is selected from the URI path.classTimeoutHandlerHandler that will timeout requests if the response has not been written after a certain time.classWebAuthnHandlerAn auth handler that provides FIDO2 WebAuthN Relay Party support.classXFrameHandlerThe 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. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.handler.graphql
Classes in io.vertx.mutiny.ext.web.handler.graphql with annotations of type MutinyGen Modifier and Type Class Description classApolloWSConnectionInitEventclassApolloWSHandlerA handler for GraphQL requests sent over Apollo'ssubscriptions-transport-wstransport.classApolloWSMessageA message received over Apollo'ssubscriptions-transport-wstransport.classExecutionInputBuilderWithContext<C>Holds a with a contextual object.classGraphiQLHandlerARoutehandler for GraphiQL resources.classGraphQLHandlerARoutehandler for GraphQL requests.classUploadScalar -
Uses of MutinyGen in io.vertx.mutiny.ext.web.handler.graphql.dataloader
Classes in io.vertx.mutiny.ext.web.handler.graphql.dataloader with annotations of type MutinyGen Modifier and Type Class Description classVertxBatchLoader<K,V>A that works well with Vert.x callback and based APIs.classVertxMappedBatchLoader<K,V>A that works well with Vert.x callback and based APIs. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.handler.graphql.schema
Classes in io.vertx.mutiny.ext.web.handler.graphql.schema with annotations of type MutinyGen Modifier and Type Class Description classVertxDataFetcher<T>A that works well with Vert.x callback and based APIs.classVertxPropertyDataFetcherExtends so that properties can be read from a . -
Uses of MutinyGen in io.vertx.mutiny.ext.web.handler.graphql.ws
Classes in io.vertx.mutiny.ext.web.handler.graphql.ws with annotations of type MutinyGen Modifier and Type Class Description classConnectionInitEventclassGraphQLWSHandlerA handler for the GraphQL over WebSocket Protocol.classMessageA GraphQL over WebSocket Protocol message. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.handler.sockjs
Classes in io.vertx.mutiny.ext.web.handler.sockjs with annotations of type MutinyGen Modifier and Type Class Description classBridgeEventRepresents an event that occurs on the event bus bridge.classSockJSHandlerA handler that allows you to handle SockJS connections from clients.classSockJSSocketYou interact with SockJS clients through instances of SockJS socket. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.multipart
Classes in io.vertx.mutiny.ext.web.multipart with annotations of type MutinyGen Modifier and Type Class Description classFormDataPartA form data part of aMultipartForm.classMultipartFormA multipart form. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.openapi
Classes in io.vertx.mutiny.ext.web.openapi with annotations of type MutinyGen Modifier and Type Class Description classOpenAPIHolderclassOperationInterface representing an OperationclassRouterBuilderInterface to build a Vert.x Web from an OpenAPI 3 contract.classSecuritySchemeAn authentication handler factory. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.sstore
Classes in io.vertx.mutiny.ext.web.sstore with annotations of type MutinyGen Modifier and Type Class Description classClusteredSessionStoreA session store which stores sessions in a distributed map so they are available across the cluster.classLocalSessionStoreA session store which is only available on a single node.classSessionStoreA session store is used to store sessions for an Vert.x-Web web app -
Uses of MutinyGen in io.vertx.mutiny.ext.web.templ.freemarker
Classes in io.vertx.mutiny.ext.web.templ.freemarker with annotations of type MutinyGen Modifier and Type Class Description classFreeMarkerTemplateEngineA template engine that uses the FreeMarker library. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.templ.handlebars
Classes in io.vertx.mutiny.ext.web.templ.handlebars with annotations of type MutinyGen Modifier and Type Class Description classHandlebarsTemplateEngineA template engine that uses the Handlebars library. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.templ.jade
Classes in io.vertx.mutiny.ext.web.templ.jade with annotations of type MutinyGen Modifier and Type Class Description classJadeTemplateEngineA template engine that uses Jade. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.templ.mvel
Classes in io.vertx.mutiny.ext.web.templ.mvel with annotations of type MutinyGen Modifier and Type Class Description classMVELTemplateEngineA template engine that uses the Handlebars library. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.templ.pebble
Classes in io.vertx.mutiny.ext.web.templ.pebble with annotations of type MutinyGen Modifier and Type Class Description classPebbleTemplateEngineA template engine that uses the Pebble library. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.templ.rocker
Classes in io.vertx.mutiny.ext.web.templ.rocker with annotations of type MutinyGen Modifier and Type Class Description classRockerTemplateEngineA template engine that uses the Rocker library. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.templ.thymeleaf
Classes in io.vertx.mutiny.ext.web.templ.thymeleaf with annotations of type MutinyGen Modifier and Type Class Description classThymeleafTemplateEngineA template engine that uses the Thymeleaf library. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.validation
Classes in io.vertx.mutiny.ext.web.validation with annotations of type MutinyGen Modifier and Type Class Description classRequestParameterRequest parameter holderclassRequestParametersContainer for request parametersclassRequestPredicateRequest predicateclassRequestPredicateResultResult of aRequestPredicateclassValidationHandlerThis is the entry point of this module. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.validation.builder
Classes in io.vertx.mutiny.ext.web.validation.builder with annotations of type MutinyGen Modifier and Type Class Description classArrayParserFactoryThis interface is used to create able to parse serialized array structures.classBodiesIn this interface you can find all availableBodyProcessorFactoryto use inValidationHandlerBuilder.classBodyProcessorFactoryThis interface is used to build body processors.classObjectParserFactoryThis interface is used to create able to parse serialized object structures.classParameterProcessorFactoryThis interface is used to build parameter processors supported on every .classParametersIn this interface you can find all availableParameterProcessorFactoryto use inValidationHandlerBuilder.classParsersIn this interface you can find all availableArrayParserFactory,ObjectParserFactory&TupleParserFactoryclassStyledParameterProcessorFactoryThis interface is used to build complex parameter processors supported only in cookie & query.classTupleParserFactoryThis interface is used to create able to parse serialized object structures.classValidationHandlerBuilderBuilder for a . -
Uses of MutinyGen in io.vertx.mutiny.jdbcclient
Classes in io.vertx.mutiny.jdbcclient with annotations of type MutinyGen Modifier and Type Class Description classJDBCPoolJDBCPool is the interface that allows using the Sql Client API with plain JDBC.classSqlOutParamTag if a parameter is of type OUT or INOUT. -
Uses of MutinyGen in io.vertx.mutiny.json.schema
Classes in io.vertx.mutiny.json.schema with annotations of type MutinyGen Modifier and Type Class Description classSchemaInterface representing a Json SchemaclassSchemaParserParse a Json Schema.classSchemaRouterRepresents a pool where parsed schemas are addressed and cached. -
Uses of MutinyGen in io.vertx.mutiny.kafka.admin
Classes in io.vertx.mutiny.kafka.admin with annotations of type MutinyGen Modifier and Type Class Description classKafkaAdminClientVert.x Kafka Admin client implementation -
Uses of MutinyGen in io.vertx.mutiny.kafka.client.consumer
Classes in io.vertx.mutiny.kafka.client.consumer with annotations of type MutinyGen Modifier and Type Class Description classKafkaConsumer<K,V>Vert.x Kafka consumer.classKafkaConsumerRecord<K,V>Vert.x Kafka consumer recordclassKafkaConsumerRecords<K,V>Vert.x Kafka consumer records -
Uses of MutinyGen in io.vertx.mutiny.kafka.client.producer
Classes in io.vertx.mutiny.kafka.client.producer with annotations of type MutinyGen Modifier and Type Class Description classKafkaHeaderVert.x Kafka producer record header.classKafkaProducer<K,V>Vert.x Kafka producer.classKafkaProducerRecord<K,V>Vert.x Kafka producer record. -
Uses of MutinyGen in io.vertx.mutiny.micrometer
Classes in io.vertx.mutiny.micrometer with annotations of type MutinyGen Modifier and Type Class Description classMetricsServiceThe metrics service mainly allows to return a snapshot of measured objects.
This service is derived and adapted fromMetricsServicein the vertx-dropwizard-metrics module.classPrometheusScrapingHandlerA Vert.x WebRoutehandler for Prometheus metrics scraping. -
Uses of MutinyGen in io.vertx.mutiny.mqtt
Classes in io.vertx.mutiny.mqtt with annotations of type MutinyGen Modifier and Type Class Description classMqttClientAn MQTT clientclassMqttEndpointRepresents an MQTT endpoint for point-to-point communication with the remote MQTT clientclassMqttServerAn MQTT serverclassMqttTopicSubscriptionRepresents a subscription to a topic -
Uses of MutinyGen in io.vertx.mutiny.mqtt.messages
Classes in io.vertx.mutiny.mqtt.messages with annotations of type MutinyGen Modifier and Type Class Description classMqttConnAckMessageRepresents an MQTT CONNACK messageclassMqttDisconnectMessageRepresents an MQTT CONNACK messageinterfaceMqttMessageRepresent the interface for each MQTT messageclassMqttPubAckMessageRepresents an MQTT PUBACK messageclassMqttPubCompMessageRepresents an MQTT PUBCOMP messageclassMqttPublishMessageRepresents an MQTT PUBLISH messageclassMqttPubRecMessageRepresents an MQTT PUBREC messageclassMqttPubRelMessageRepresents an MQTT PUBREL messageclassMqttSubAckMessageRepresents an MQTT SUBACK messageclassMqttSubscribeMessageRepresents an MQTT SUBSCRIBE messageclassMqttUnsubscribeMessageRepresents an MQTT UNSUBSCRIBE message -
Uses of MutinyGen in io.vertx.mutiny.mssqlclient
Classes in io.vertx.mutiny.mssqlclient with annotations of type MutinyGen Modifier and Type Class Description classMSSQLConnectionA connection to Microsoft SQL Server.classMSSQLPoolA ofSQL Server connections. -
Uses of MutinyGen in io.vertx.mutiny.mysqlclient
Classes in io.vertx.mutiny.mysqlclient with annotations of type MutinyGen Modifier and Type Class Description classMySQLClientAn interface to define MySQL specific constants or behaviors.classMySQLConnectionAn interface which represents a connection to MySQL server.classMySQLPoolA ofMySQL Connections. -
Uses of MutinyGen in io.vertx.mutiny.oracleclient
Classes in io.vertx.mutiny.oracleclient with annotations of type MutinyGen Modifier and Type Class Description classOracleClientAn interface to define Oracle specific constants or behaviors.classOraclePoolRepresents a pool of connection to interact with an Oracle database. -
Uses of MutinyGen in io.vertx.mutiny.pgclient
Classes in io.vertx.mutiny.pgclient with annotations of type MutinyGen Modifier and Type Class Description classPgConnectionA connection to Postgres.classPgPoolA ofPostgreSQL connections. -
Uses of MutinyGen in io.vertx.mutiny.pgclient.pubsub
Classes in io.vertx.mutiny.pgclient.pubsub with annotations of type MutinyGen Modifier and Type Class Description classPgChannelA channel to Postgres that tracks the subscription to a given Postgres channel using theLISTEN/UNLISTENcommands.classPgSubscriberA class for managing subscriptions usingLISTEN/UNLISTENto Postgres channels. -
Uses of MutinyGen in io.vertx.mutiny.rabbitmq
Classes in io.vertx.mutiny.rabbitmq with annotations of type MutinyGen Modifier and Type Class Description classRabbitMQClientNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classRabbitMQConsumerA stream of messages from a rabbitmq queue.classRabbitMQMessageRepresent a message received message received in a rabbitmq-queue.classRabbitMQPublisherA reliable publisher that Queues up messages internally until it can successfully call basicPublish. -
Uses of MutinyGen in io.vertx.mutiny.redis.client
Classes in io.vertx.mutiny.redis.client with annotations of type MutinyGen Modifier and Type Class Description classCommandAuto generated API Commands to interact with REDIS.classRedisA simple Redis client.classRedisAPIAuto generated Redis API client wrapper.classRedisConnectionA simple Redis client.classRequestBuilder for REDIS requests that will be encoded according to the RESP protocol was introduced in Redis 1.2.classResponseThe response received from the REDIS server. -
Uses of MutinyGen in io.vertx.mutiny.servicediscovery
Classes in io.vertx.mutiny.servicediscovery with annotations of type MutinyGen Modifier and Type Class Description classServiceDiscoveryService Discovery main entry point.classServiceReferenceOnce a consumer has chosen a service, it builds aServiceReferencemanaging the binding with the chosen service provider. -
Uses of MutinyGen in io.vertx.mutiny.servicediscovery.spi
Classes in io.vertx.mutiny.servicediscovery.spi with annotations of type MutinyGen Modifier and Type Class Description classServiceExporterThe service exporter allows integrate other discovery technologies with the Vert.x service discovery.classServiceImporterThe service importer allows integrate other discovery technologies with the Vert.x service discovery.classServicePublisherThe publisher is used by the importer to publish or unpublish records. -
Uses of MutinyGen in io.vertx.mutiny.servicediscovery.types
Classes in io.vertx.mutiny.servicediscovery.types with annotations of type MutinyGen Modifier and Type Class Description classEventBusServicefor event bus services (service proxies).classHttpEndpointfor HTTP endpoint (REST api).classJDBCDataSourceNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classMessageSourceService type for data producer.classMongoDataSourceNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classRedisDataSourceService type for Redis data source. -
Uses of MutinyGen in io.vertx.mutiny.sqlclient
Classes in io.vertx.mutiny.sqlclient with annotations of type MutinyGen Modifier and Type Class Description classCursorA cursor that reads progressively rows from the database, it is useful for reading very large result sets.classPoolA connection pool which reuses a number of SQL connections.classPreparedQuery<T>A query for a prepared statement allowing parameterized execution of the query, this query will use a prepared statement.classPreparedStatementA prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.classPropertyKind<T>The kind of the property, this can be used to fetch some specific property of theexecution result.classQuery<T>A query.classRowA single row of theexecution result rowset.classRowIterator<R>An iterator for processing rows.classRowSet<R>The execution result of the row set of a query provided as, commonly used as aRowSet.classRowStream<T>A row oriented stream.classSqlClientDefines common SQL client operations with a database server.classSqlConnectionA connection to the database server.classSqlResult<T>An interface that represents the execution result of an operation on the database server.classTransactionA transaction.classTupleA general purpose tuple. -
Uses of MutinyGen in io.vertx.mutiny.sqlclient.desc
Classes in io.vertx.mutiny.sqlclient.desc with annotations of type MutinyGen Modifier and Type Class Description classColumnDescriptor -
Uses of MutinyGen in io.vertx.mutiny.sqlclient.spi
Classes in io.vertx.mutiny.sqlclient.spi with annotations of type MutinyGen Modifier and Type Class Description classDatabaseMetadataContains static metadata about the backend database server -
Uses of MutinyGen in io.vertx.mutiny.sqlclient.templates
Classes in io.vertx.mutiny.sqlclient.templates with annotations of type MutinyGen Modifier and Type Class Description classRowMapper<T>Map a to an arbitraryTobject.classSqlTemplate<I,R>An SQL template.classTupleMapper<T>Map an arbitraryTobject to a .
-