Uses of Class
io.grpc.QueryParams.Entry
-
Packages that use QueryParams.Entry Package Description io.grpc The gRPC core public API. -
-
Uses of QueryParams.Entry in io.grpc
Methods in io.grpc that return QueryParams.Entry Modifier and Type Method Description static QueryParams.EntryQueryParams.Entry. forKeyValue(String key, String value)Creates a new key/value pair entry.static QueryParams.EntryQueryParams.Entry. forLoneKey(String key)Creates a new query parameter with a "lone" key.Methods in io.grpc that return types with arguments of type QueryParams.Entry Modifier and Type Method Description List<QueryParams.Entry>QueryParams. asList()Returns a mutable list view of the query parameters.
-