Package io.ably.lib.debug
Interface DebugOptions.RawHttpListener
- Enclosing class:
- DebugOptions
public static interface DebugOptions.RawHttpListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRawHttpException
(String id, String method, Throwable t) onRawHttpRequest
(String id, io.ably.lib.network.HttpRequest request, String authHeader, Map<String, List<String>> requestHeaders, HttpCore.RequestBody requestBody) void
onRawHttpResponse
(String id, String method, HttpCore.Response response)
-
Method Details
-
onRawHttpRequest
HttpCore.Response onRawHttpRequest(String id, io.ably.lib.network.HttpRequest request, String authHeader, Map<String, List<String>> requestHeaders, HttpCore.RequestBody requestBody) -
onRawHttpResponse
-
onRawHttpException
-