public interface ProxyInterceptor
Modifier and Type | Method and Description |
---|---|
ProxyInterceptor |
getDelegate() |
Single<ProxyResponse> |
handleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.
|
Completable |
handleProxyResponse(ProxyContext context)
Handle the proxy response at the stage of this interceptor.
|
static ProxyInterceptor |
newInstance(ProxyInterceptor arg) |
Single<ProxyResponse> |
rxHandleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.
|
Completable |
rxHandleProxyResponse(ProxyContext context)
Handle the proxy response at the stage of this interceptor.
|
ProxyInterceptor getDelegate()
Single<ProxyResponse> handleProxyRequest(ProxyContext context)
context
- the proxy contextSingle<ProxyResponse> rxHandleProxyRequest(ProxyContext context)
context
- the proxy contextCompletable handleProxyResponse(ProxyContext context)
context
- the proxy contextCompletable rxHandleProxyResponse(ProxyContext context)
context
- the proxy contextstatic ProxyInterceptor newInstance(ProxyInterceptor arg)
Copyright © 2023 Eclipse. All rights reserved.