Uses of Class
io.vertx.mutiny.core.MultiMap
Packages that use MultiMap
Package
Description
-
Uses of MultiMap in io.vertx.mutiny.core
Fields in io.vertx.mutiny.core with type parameters of type MultiMapMethods in io.vertx.mutiny.core that return MultiMapModifier and TypeMethodDescriptionMultiMap.add(CharSequence name, CharSequence value) MultiMap.add(CharSequence name, Iterable<CharSequence> values) static MultiMapMultiMap.caseInsensitiveMultiMap()MultiMap.clear()static MultiMapMultiMap.newInstance(io.vertx.core.MultiMap arg) MultiMap.remove(CharSequence name) MultiMap.set(CharSequence name, CharSequence value) MultiMap.set(CharSequence name, Iterable<CharSequence> values) Methods in io.vertx.mutiny.core with parameters of type MultiMap -
Uses of MultiMap in io.vertx.mutiny.core.eventbus
Methods in io.vertx.mutiny.core.eventbus that return MultiMap -
Uses of MultiMap in io.vertx.mutiny.core.http
Methods in io.vertx.mutiny.core.http that return MultiMapModifier and TypeMethodDescriptionHttpServerRequest.formAttributes()ClientWebSocket.headers()HttpClientRequest.headers()HttpClientResponse.headers()static MultiMapHttpHeaders.headers()HttpResponseHead.headers()HttpServerRequest.headers()HttpServerResponse.headers()ServerWebSocket.headers()ServerWebSocketHandshake.headers()WebSocket.headers()WebSocketBase.headers()HttpServerRequest.params()HttpServerRequest.params(boolean semicolonIsNormalChar) static MultiMapHttpHeaders.set(CharSequence name, CharSequence value) static MultiMapHttpClientResponse.trailers()HttpServerResponse.trailers()Methods in io.vertx.mutiny.core.http with parameters of type MultiMapModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HttpServerResponse>HttpServerResponse.push(io.vertx.core.http.HttpMethod method, HostAndPort authority, String path, MultiMap headers) Push a response to the client.io.smallrye.mutiny.Uni<HttpServerResponse>LikeHttpServerResponse.push(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String)with the host copied from the current request.io.smallrye.mutiny.Uni<HttpServerResponse>HttpServerResponse.push(io.vertx.core.http.HttpMethod method, String host, String path, MultiMap headers) Deprecated.HttpServerResponse.pushAndAwait(io.vertx.core.http.HttpMethod method, HostAndPort authority, String path, MultiMap headers) HttpServerResponse.pushAndAwait(io.vertx.core.http.HttpMethod method, String path, MultiMap headers) Blocking variant ofHttpServerResponse.push(HttpMethod,String,io.vertx.mutiny.core.MultiMap).HttpServerResponse.pushAndAwait(io.vertx.core.http.HttpMethod method, String host, String path, MultiMap headers) Deprecated.HttpServerResponse.pushAndForget(io.vertx.core.http.HttpMethod method, HostAndPort authority, String path, MultiMap headers) Variant ofHttpServerResponse.push(HttpMethod,io.vertx.mutiny.core.net.HostAndPort,String,io.vertx.mutiny.core.MultiMap)that ignores the result of the operation.HttpServerResponse.pushAndForget(io.vertx.core.http.HttpMethod method, String path, MultiMap headers) Variant ofHttpServerResponse.push(HttpMethod,String,io.vertx.mutiny.core.MultiMap)that ignores the result of the operation.HttpServerResponse.pushAndForget(io.vertx.core.http.HttpMethod method, String host, String path, MultiMap headers) Deprecated.io.smallrye.mutiny.Uni<WebSocket>HttpClient.webSocketAbs(String url, MultiMap headers, io.vertx.core.http.WebsocketVersion version, List<String> subProtocols) Deprecated.HttpClient.webSocketAbsAndAwait(String url, MultiMap headers, io.vertx.core.http.WebsocketVersion version, List<String> subProtocols) Deprecated.instead useWebSocketClient#connect(WebSocketConnectOptions, Handler)voidHttpClient.webSocketAbsAndForget(String url, MultiMap headers, io.vertx.core.http.WebsocketVersion version, List<String> subProtocols) Deprecated.instead useWebSocketClient#connect(WebSocketConnectOptions, Handler)io.smallrye.mutiny.Uni<Void>HttpServerResponse.writeEarlyHints(MultiMap headers) Same asHttpServerResponse.writeEarlyHints(io.vertx.mutiny.core.MultiMap)but with anhandlercalled when the operation completesHttpServerResponse.writeEarlyHintsAndAwait(MultiMap headers) Blocking variant ofHttpServerResponse.writeEarlyHints(io.vertx.mutiny.core.MultiMap).voidHttpServerResponse.writeEarlyHintsAndForget(MultiMap headers) Variant ofHttpServerResponse.writeEarlyHints(io.vertx.mutiny.core.MultiMap)that ignores the result of the operation.Method parameters in io.vertx.mutiny.core.http with type arguments of type MultiMapModifier and TypeMethodDescriptionHttpClientRequest.earlyHintsHandler(Consumer<MultiMap> handler) -
Uses of MultiMap in io.vertx.mutiny.ext.auth.authorization
Methods in io.vertx.mutiny.ext.auth.authorization that return MultiMap -
Uses of MultiMap in io.vertx.mutiny.ext.mail
Methods in io.vertx.mutiny.ext.mail that return MultiMapMethods in io.vertx.mutiny.ext.mail with parameters of type MultiMap -
Uses of MultiMap in io.vertx.mutiny.ext.web
Methods in io.vertx.mutiny.ext.web that return MultiMapModifier and TypeMethodDescriptionRoutingContext.queryParams()RoutingContext.queryParams(Charset encoding) -
Uses of MultiMap in io.vertx.mutiny.ext.web.client
Methods in io.vertx.mutiny.ext.web.client that return MultiMapModifier and TypeMethodDescriptionHttpRequest.headers()HttpResponse.headers()HttpRequest.queryParams()HttpResponse.trailers()Methods in io.vertx.mutiny.ext.web.client with parameters of type MultiMapModifier and TypeMethodDescriptionHttpRequest.putHeaders(MultiMap headers) io.smallrye.mutiny.Uni<HttpResponse<T>>LikeHttpRequest.send()but with an HTTP requestbodymultimap encoded as form and the content type set toapplication/x-www-form-urlencoded.io.smallrye.mutiny.Uni<HttpResponse<T>>LikeHttpRequest.send()but with an HTTP requestbodymultimap encoded as form and the content type set toapplication/x-www-form-urlencoded.HttpRequest.sendFormAndAwait(MultiMap body) Blocking variant ofHttpRequest.sendForm(io.vertx.mutiny.core.MultiMap).HttpRequest.sendFormAndAwait(MultiMap body, String charset) Blocking variant ofHttpRequest.sendForm(io.vertx.mutiny.core.MultiMap,String).voidHttpRequest.sendFormAndForget(MultiMap body) Variant ofHttpRequest.sendForm(io.vertx.mutiny.core.MultiMap)that ignores the result of the operation.voidHttpRequest.sendFormAndForget(MultiMap body, String charset) Variant ofHttpRequest.sendForm(io.vertx.mutiny.core.MultiMap,String)that ignores the result of the operation. -
Uses of MultiMap in io.vertx.mutiny.ext.web.handler.graphql
Method parameters in io.vertx.mutiny.ext.web.handler.graphql with type arguments of type MultiMapModifier and TypeMethodDescriptionGraphiQLHandlerBuilder.addingHeaders(Function<RoutingContext, MultiMap> factory) GraphiQLHandler.graphiQLRequestHeaders(Function<RoutingContext, MultiMap> factory) Deprecated.as of 4.5.1, useGraphiQLHandler.builder(Vertx)instead -
Uses of MultiMap in io.vertx.mutiny.ext.web.handler.sockjs
Methods in io.vertx.mutiny.ext.web.handler.sockjs that return MultiMap -
Uses of MultiMap in io.vertx.mutiny.httpproxy
Methods in io.vertx.mutiny.httpproxy that return MultiMap -
Uses of MultiMap in io.vertx.mutiny.mqtt
Methods in io.vertx.mutiny.mqtt that return MultiMap
WebSocketClient#connect(WebSocketConnectOptions, Handler)