Uses of Class
io.vertx.mutiny.core.MultiMap
Packages that use MultiMap
-
Uses of MultiMap in io.vertx.mutiny.core
Fields in io.vertx.mutiny.core with type parameters of type MultiMapModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<MultiMap> MultiMap.__TYPE_ARGMethods 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 useinvalid reference
WebSocketClient#connect(WebSocketConnectOptions, Handler)voidHttpClient.webSocketAbsAndForget(String url, MultiMap headers, io.vertx.core.http.WebsocketVersion version, List<String> subProtocols) Deprecated.instead useinvalid reference
WebSocketClient#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)
invalid reference