public interface IHTTPProxyTranscoder
Modifier and Type | Method and Description |
---|---|
IHTTPResponseMessage |
transcode(int id,
IHTTPRequestMessage request,
IHTTPResponseMessage response)
Transforms an HTTP response message.
|
IHTTPResponseMessage transcode(int id, IHTTPRequestMessage request, IHTTPResponseMessage response)
id
- id of requestrequest
- an HTTP request messageresponse
- an HTTP response message