| Constructor and Description |
|---|
URequestImpl(@NotNull ManyMap map,
@NotNull Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Set<String> |
getParameterNames()
Parameter provider
|
@NotNull String[] |
getParameters(String key)
Parameter provider
|
@NotNull Reader |
getReader()
Request Reader
|
static URequestImpl |
of() |
static URequestImpl |
ofMap(@NotNull ManyMap map) |
void |
setParameter(@NotNull String name,
@NotNull String value) |
@NotNull public @NotNull Reader getReader()
URequest@NotNull public @NotNull String[] getParameters(String key)
URequestgetParameters in interface URequest@NotNull public @NotNull Set<String> getParameterNames()
URequestgetParameterNames in interface URequestpublic void setParameter(@NotNull
@NotNull String name,
@NotNull
@NotNull String value)
public static URequestImpl ofMap(@NotNull @NotNull ManyMap map)
public static URequestImpl of()
Copyright 2015, Pavel Ponec