MCPcopy
hub / github.com/eclipse-vertx/vert.x / add

Method add

vertx-core/src/main/java/io/vertx/core/MultiMap.java:161–161  ·  view source on GitHub ↗

Adds a new value with the specified name and value. @param name The name @param value The value being added @return a reference to this, so the API can be used fluently

(String name, String value)

Source from the content-addressed store, hash-verified

159 * @return a reference to this, so the API can be used fluently
160 */
161 @Fluent
162 MultiMap add(String name, String value);
163
164 /**

Implementers 3

Http1xHeadersvertx-core/src/main/java/io/vertx/core
HeadersAdaptorvertx-core/src/main/java/io/vertx/core
HttpHeadersvertx-core/src/main/java/io/vertx/core

Calls

no outgoing calls