Interface ClientRequestContext
-
- All Known Implementing Classes:
ClientRequestContextImpl
public interface ClientRequestContext
Request context provides the data of the request and offers methods to change it
- Author:
- Tassilo Weidner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addHeader(String name, String value)
Adds a header to the request.
-