Uses of Class
io.vertx.reactivex.ext.stomp.StompServer
Packages that use StompServer
-
Uses of StompServer in io.vertx.reactivex.ext.stomp
Fields in io.vertx.reactivex.ext.stomp with type parameters of type StompServerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<StompServer> StompServer.__TYPE_ARGMethods in io.vertx.reactivex.ext.stomp that return StompServerModifier and TypeMethodDescriptionstatic StompServerCreates aStompServerbased on the default Stomp Server implementation, and use the default options.static StompServerStompServer.create(Vertx vertx, StompServerOptions options) Creates aStompServerbased on the default Stomp Server implementation.static StompServerCreates aStompServerbased on the default Stomp Server implementation.static StompServerStompServer.create(Vertx vertx, NetServer net, StompServerOptions options) Creates aStompServerbased on the default Stomp Server implementation.StompServer.handler(StompServerHandler handler) Configures theStompServerHandler.static StompServerStompServer.newInstance(StompServer arg) StompServerConnection.server()StompServer.writingFrameHandler(Handler<ServerFrame> handler) Configures the handler that is invoked every time a frame is going to be written to the "wire".Methods in io.vertx.reactivex.ext.stomp that return types with arguments of type StompServerModifier and TypeMethodDescriptionStompServer.listen()Connects the STOMP server default port (61613) and network interface (0.0.0.0).StompServer.listen(int port) Connects the STOMP server to the given port.Connects the STOMP server to the given port / interface.StompServer.rxListen()Connects the STOMP server default port (61613) and network interface (0.0.0.0).StompServer.rxListen(int port) Connects the STOMP server to the given port.Connects the STOMP server to the given port / interface.