public interface MessageHandlerWithHeaders extends MessageHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(URL endpoint,
byte[] request,
Map<String,List<String>> headers) |
void |
handleResponse(URL endpoint,
byte[] response,
Map<String,List<String>> headers) |
handleRequest, handleResponseCopyright © 2020. All rights reserved.