vertx / io.vertx.reactivex.core / MultiMap / getAll

getAll

open fun getAll(name: String): MutableList<String>

Returns the values with the specified name

Parameters

name - The name to search

Return
A immutable java.util.List of values which will be empty if no values are found