Class 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.
    • Method Detail

      • handle

        public void handle​(io.vertx.core.http.ServerWebSocket socket)
        Specified by:
        handle in interface io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket>