| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Headers |
Extends
Parameters interface by adding methods convenient for HTTP headers. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ReadOnlyParameters |
An immutable implementation of
Parameters. |
| Modifier and Type | Method | Description |
|---|---|---|
Parameters |
HttpRequest.queryParams() |
Returns query parameters.
|
static Parameters |
Parameters.toUnmodifiableParameters(Parameters parameters) |
Returns an unmodifiable view.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Parameters.addAll(Parameters parameters) |
Copies all of the mappings from the specified
parameters to this instance adding values to existing associations
(optional operation). |
void |
ReadOnlyParameters.addAll(Parameters parameters) |
|
void |
Parameters.putAll(Parameters parameters) |
Copies all of the mappings from the specified
parameters to this instance replacing values of existing associations
(optional operation). |
void |
ReadOnlyParameters.putAll(Parameters parameters) |
|
static Parameters |
Parameters.toUnmodifiableParameters(Parameters parameters) |
Returns an unmodifiable view.
|
| Constructor | Description |
|---|---|
ReadOnlyParameters(Parameters parameters) |
Creates an instance from provided multi-map.
|
Copyright © 2018 Oracle Corporation. All rights reserved.