A
E
G
I
N
O
P
R
I
- intercept(Request) - function in io.github.cfraser.proxylin.Interceptor.Async
- Asynchronously intercept the request before it is executed.
- intercept(Response) - function in io.github.cfraser.proxylin.Interceptor.Async
- Asynchronously intercept the response after it is received.
- intercept(Request) - function in io.github.cfraser.proxylin.Interceptor.Sync
- Intercept the request before it is executed.
- intercept(Response) - function in io.github.cfraser.proxylin.Interceptor.Sync
- Intercept the response after it is received.
- intercept(Request) - function in io.github.cfraser.proxylin.impl.NoOpInterceptor.Async
- Asynchronously intercept the request before it is executed.
- intercept(Response) - function in io.github.cfraser.proxylin.impl.NoOpInterceptor.Async
- Asynchronously intercept the response after it is received.
- intercept(Request) - function in io.github.cfraser.proxylin.impl.NoOpInterceptor.Sync
- Intercept the request before it is executed.
- intercept(Response) - function in io.github.cfraser.proxylin.impl.NoOpInterceptor.Sync
- Intercept the response after it is received.
- Interceptor - class in io.github.cfraser.proxylin
- Interceptor intercepts proxied requests and responses.
- Interceptor.Async - class in io.github.cfraser.proxylin.Interceptor
- Interceptor.Async is an asynchronous Interceptor.
- Interceptor.Sync - class in io.github.cfraser.proxylin.Interceptor
- Interceptor.Sync is a synchronous Interceptor.
- io.github.cfraser.proxylin - package io.github.cfraser.proxylin
- io.github.cfraser.proxylin.impl - package io.github.cfraser.proxylin.impl