public interface FormUrlEncodedAppender<T>
Modifier and Type | Method and Description |
---|---|
void |
append(java.lang.String key,
java.lang.String value)
Appends the passed key-value-pair to the output entity.
|
T |
getValue()
Provides the output entity.
|
void append(java.lang.String key, java.lang.String value)
key
- Key to append.value
- Value to append.T getValue()