Interface Interceptor

All Known Implementing Classes:
AuthorizationInterceptor

public interface Interceptor
  • Method Details

    • handleRequest

      void handleRequest(Request context, Call callContext)
    • handleResponse

      void handleResponse(Response context, Call callContext)