Uses of Class
io.vertx.ext.stomp.StompClientOptions
Packages that use StompClientOptions
-
Uses of StompClientOptions in io.vertx.ext.stomp
Methods in io.vertx.ext.stomp that return StompClientOptionsModifier and TypeMethodDescriptionStompClient.options()StompClientOptions.setAcceptedVersions(List<String> acceptedVersions) Sets the list of STOMP protocol versions accepted by the client.StompClientOptions.setAutoComputeContentLength(boolean autoComputeContentLength) Sets whether or not the automatic computation of thecontent-lengthheader is enabled.StompClientOptions.setBypassHostHeader(boolean bypassHostHeader) Sets whether or not thehostheader must be dropped from theCONNECT/STOMPframe.StompClientOptions.setHeartbeat(JsonObject heartbeat) Sets the heartbeat configuration.Sets the STOMP server host.Sets the login to use if the STOMP server is secured.StompClientOptions.setPasscode(String passcode) Sets the passcode to use if the STOMP server is secured.StompClientOptions.setPort(int port) Sets the STOMP server port.StompClientOptions.setSsl(boolean ssl) StompClientOptions.setTrailingLine(boolean trailingLine) Sets whether or not an empty line should be appended to the written STOMP frame.StompClientOptions.setUseStompFrame(boolean useStompFrame) Sets whether or not the connection is made using theSTOMPcommand instead of theCONNECTcommand.StompClientOptions.setVirtualHost(String virtualHost) Sets the virtual host that will be used as "host" header value in the `CONNECT` frame.Methods in io.vertx.ext.stomp with parameters of type StompClientOptionsModifier and TypeMethodDescriptionstatic StompClientStompClient.create(Vertx vertx, StompClientOptions options) Creates aStompClientusing the default implementation.Constructors in io.vertx.ext.stomp with parameters of type StompClientOptions -
Uses of StompClientOptions in io.vertx.reactivex.ext.stomp
Methods in io.vertx.reactivex.ext.stomp that return StompClientOptionsMethods in io.vertx.reactivex.ext.stomp with parameters of type StompClientOptionsModifier and TypeMethodDescriptionstatic StompClientStompClient.create(Vertx vertx, StompClientOptions options) Creates aStompClientusing the default implementation. -
Uses of StompClientOptions in io.vertx.rxjava3.ext.stomp
Methods in io.vertx.rxjava3.ext.stomp that return StompClientOptionsMethods in io.vertx.rxjava3.ext.stomp with parameters of type StompClientOptionsModifier and TypeMethodDescriptionstatic StompClientStompClient.create(Vertx vertx, StompClientOptions options) Creates aStompClientusing the default implementation.