Package io.vertx.ext.stomp.lite.handler
Class StompServerWebSocketHandler
- java.lang.Object
-
- io.vertx.ext.stomp.lite.handler.StompServerWebSocketHandler
-
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket>
public class StompServerWebSocketHandler extends java.lang.Object implements io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket>Created by Navid Mitchell on 2019-02-04.
-
-
Constructor Summary
Constructors Constructor Description StompServerWebSocketHandler(io.vertx.core.Vertx vertx, StompServerOptions options, StompServerHandlerFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(io.vertx.core.http.ServerWebSocket socket)
-
-
-
Constructor Detail
-
StompServerWebSocketHandler
public StompServerWebSocketHandler(io.vertx.core.Vertx vertx, StompServerOptions options, StompServerHandlerFactory factory)
-
-