-
@Unstable public interface WebSocketInterceptor
Interceptor settings for WebSocket.
-
-
Method Summary
Static Methods Modifier and Type Method Description static ProxyInterceptor
allow(ProxyInterceptor interceptor)
A wrapper to allow interceptor apply to WebSocket handshake packages.
-
-
-
Method Detail
-
allow
static ProxyInterceptor allow(ProxyInterceptor interceptor)
A wrapper to allow interceptor apply to WebSocket handshake packages.- Parameters:
interceptor
- the original interceptor- Returns:
- the generated interceptor
-
-