RequestT - request message type@InternalApi(value="For use by transport-specific implementations")
public interface RequestParamsEncoder<RequestT>
request object and encodes some (or all) of its
parameters in a string form following specific parameter extraction and string encoding rules,
defined by concrete implementations of this interface.| Modifier and Type | Method and Description |
|---|---|
String |
encode(RequestT request)
Encodes
request message in a string. |