Class WebSocketInterceptor
- java.lang.Object
-
- io.vertx.rxjava3.httpproxy.interceptors.WebSocketInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<WebSocketInterceptor>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description WebSocketInterceptor(WebSocketInterceptor delegate)
WebSocketInterceptor(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProxyInterceptor
allow(ProxyInterceptor interceptor)
A wrapper to allow interceptor apply to WebSocket handshake packages.boolean
equals(Object o)
WebSocketInterceptor
getDelegate()
int
hashCode()
static WebSocketInterceptor
newInstance(WebSocketInterceptor arg)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<WebSocketInterceptor> __TYPE_ARG
-
-
Constructor Detail
-
WebSocketInterceptor
public WebSocketInterceptor(WebSocketInterceptor delegate)
-
WebSocketInterceptor
public WebSocketInterceptor(Object delegate)
-
-
Method Detail
-
getDelegate
public WebSocketInterceptor getDelegate()
-
allow
public static ProxyInterceptor allow(ProxyInterceptor interceptor)
A wrapper to allow interceptor apply to WebSocket handshake packages.- Parameters:
interceptor
- the original interceptor- Returns:
- the generated interceptor
-
newInstance
public static WebSocketInterceptor newInstance(WebSocketInterceptor arg)
-
-