Class SockJsProvider
java.lang.Object
net.bluemind.core.rest.http.internal.SockJsProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerHandler
(String credentials, String id, io.vertx.core.Handler<io.vertx.core.json.JsonObject> handler) void
registerResponseHandler
(String id, io.vertx.core.Handler<io.vertx.core.json.JsonObject> handler) void
unregisterHandler
(String credentials, String id) void
void
ws
(io.vertx.core.Handler<io.vertx.core.http.WebSocket> handler)
-
Constructor Details
-
SockJsProvider
-
-
Method Details
-
ws
public void ws(io.vertx.core.Handler<io.vertx.core.http.WebSocket> handler) -
registerResponseHandler
public void registerResponseHandler(String id, io.vertx.core.Handler<io.vertx.core.json.JsonObject> handler) -
unregisterResponseHandler
-
registerHandler
-
unregisterHandler
-