public class ClientRequestContextImpl extends Object implements ClientRequestContext
| Modifier | Constructor and Description |
|---|---|
protected |
ClientRequestContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHeader(String name,
String value)
Adds a header to the request.
|
protected Map<String,String> |
getHeaders() |
public void addHeader(String name, String value)
ClientRequestContextaddHeader in interface ClientRequestContextname - of the http headervalue - of the http headerCopyright © 2022. All rights reserved.