Uses of Class
io.vertx.ext.stomp.StompServerOptions
Packages that use StompServerOptions
-
Uses of StompServerOptions in io.vertx.ext.stomp
Methods in io.vertx.ext.stomp that return StompServerOptionsModifier and TypeMethodDescriptionStompServer.options()StompServerOptions.setHeartbeat(JsonObject heartbeat) Sets the heartbeat configuration.StompServerOptions.setMaxBodyLength(int maxBodyLength) Sets the max body length accepted by the server. 10 Mb by default.StompServerOptions.setMaxFrameInTransaction(int maxFrameInTransaction) Sets the maximum number of frame that can be added in a transaction.StompServerOptions.setMaxHeaderLength(int maxHeaderLength) Sets the max header length.StompServerOptions.setMaxHeaders(int maxHeaders) Sets the maximum number of headers. 1000 by default.StompServerOptions.setMaxSubscriptionsByClient(int maxSubscriptionsByClient) Sets the maximum of subscriptions a client is allowed to register.StompServerOptions.setPort(int port) Sets the port on which the server is going to listen for TCP connection.StompServerOptions.setSecured(boolean secured) Enables or disables the server security feature.StompServerOptions.setSendErrorOnNoSubscriptions(boolean sendErrorOnNoSubscriptions) Sets whether or not an error is sent to the client when this client sends a message to an not subscribed destinations (no subscriptions on this destination).StompServerOptions.setSsl(boolean ssl) StompServerOptions.setSupportedVersions(List<String> supportedVersions) Sets the STOMP protocol versions supported by the server.StompServerOptions.setTimeFactor(int timeFactor) Sets the time factor.StompServerOptions.setTrailingLine(boolean trailingLine) Sets whether or not an empty line should be appended to the written STOMP frame.StompServerOptions.setTransactionChunkSize(int transactionChunkSize) Sets the chunk size when replaying a transaction.StompServerOptions.setWebsocketBridge(boolean websocketBridge) Enables or disables the web socket bridge.StompServerOptions.setWebSocketFrameType(WebSocketFrameType webSocketFrameType) Sets the WebSocket frame type to use when sending STOMP messages over WebSocket.StompServerOptions.setWebsocketPath(String websocketPath) Sets the websocket path.Methods in io.vertx.ext.stomp with parameters of type StompServerOptionsModifier and TypeMethodDescriptionstatic StompServerStompServer.create(Vertx vertx, NetServer net, StompServerOptions options) Creates aStompServerbased on the default Stomp Server implementation.static StompServerStompServer.create(Vertx vertx, StompServerOptions options) Creates aStompServerbased on the default Stomp Server implementation.Constructors in io.vertx.ext.stomp with parameters of type StompServerOptions -
Uses of StompServerOptions in io.vertx.reactivex.ext.stomp
Methods in io.vertx.reactivex.ext.stomp that return StompServerOptionsMethods in io.vertx.reactivex.ext.stomp with parameters of type StompServerOptionsModifier and TypeMethodDescriptionstatic StompServerStompServer.create(Vertx vertx, StompServerOptions options) Creates aStompServerbased on the default Stomp Server implementation.static StompServerStompServer.create(Vertx vertx, NetServer net, StompServerOptions options) Creates aStompServerbased on the default Stomp Server implementation. -
Uses of StompServerOptions in io.vertx.rxjava3.ext.stomp
Methods in io.vertx.rxjava3.ext.stomp that return StompServerOptionsMethods in io.vertx.rxjava3.ext.stomp with parameters of type StompServerOptionsModifier and TypeMethodDescriptionstatic StompServerStompServer.create(Vertx vertx, StompServerOptions options) Creates aStompServerbased on the default Stomp Server implementation.static StompServerStompServer.create(Vertx vertx, NetServer net, StompServerOptions options) Creates aStompServerbased on the default Stomp Server implementation.