public class RestSockJSProxyServer
extends java.lang.Object
implements io.vertx.core.Handler<io.vertx.ext.web.handler.sockjs.SockJSSocket>
Constructor and Description |
---|
RestSockJSProxyServer(io.vertx.core.Vertx vertx,
IRestCallHandler proxy,
IRestBusHandler restbus) |
Modifier and Type | Method and Description |
---|---|
void |
handle(io.vertx.ext.web.handler.sockjs.SockJSSocket sock) |
protected void |
handleSocketClosed(RestSockJsProxyHandler client) |
public RestSockJSProxyServer(io.vertx.core.Vertx vertx, IRestCallHandler proxy, IRestBusHandler restbus)
public void handle(io.vertx.ext.web.handler.sockjs.SockJSSocket sock)
handle
in interface io.vertx.core.Handler<io.vertx.ext.web.handler.sockjs.SockJSSocket>
protected void handleSocketClosed(RestSockJsProxyHandler client)
Copyright © 2021. All Rights Reserved.