Uses of Interface
io.vertx.httpproxy.interceptors.WebSocketInterceptor
-
Packages that use WebSocketInterceptor Package Description io.vertx.rxjava3.httpproxy.interceptors -
-
Uses of WebSocketInterceptor in io.vertx.rxjava3.httpproxy.interceptors
Methods in io.vertx.rxjava3.httpproxy.interceptors that return WebSocketInterceptor Modifier and Type Method Description WebSocketInterceptor
WebSocketInterceptor. getDelegate()
Methods in io.vertx.rxjava3.httpproxy.interceptors with parameters of type WebSocketInterceptor Modifier and Type Method Description static WebSocketInterceptor
WebSocketInterceptor. newInstance(WebSocketInterceptor arg)
Constructors in io.vertx.rxjava3.httpproxy.interceptors with parameters of type WebSocketInterceptor Constructor Description WebSocketInterceptor(WebSocketInterceptor delegate)
-