public class MessageCaptureHandler extends Object implements MessageHandler
| Constructor and Description |
|---|
MessageCaptureHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getRequestString() |
protected String |
getResponseString() |
void |
handleRequest(URL endpoint,
byte[] request) |
void |
handleResponse(URL endpoint,
byte[] response) |
public void handleRequest(URL endpoint, byte[] request)
handleRequest in interface MessageHandlerendpoint - endpoint urlrequest - request datapublic void handleResponse(URL endpoint, byte[] response)
handleResponse in interface MessageHandlerendpoint - endpoint urlresponse - response dataprotected String getRequestString()
protected String getResponseString()
Copyright © 2020. All rights reserved.