Interface ClientRequestContext
-
- All Known Implementing Classes:
ClientRequestContextImpl
public interface ClientRequestContextRequest 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 voidaddHeader(java.lang.String name, java.lang.String value)Adds a header to the request.
-