Package | Description |
---|---|
io.vertx.ext.stomp | |
io.vertx.reactivex.ext.stomp | |
io.vertx.rxjava.ext.stomp |
Modifier and Type | Method and Description |
---|---|
StompClientOptions |
StompClient.options() |
StompClientOptions |
StompClientOptions.setAcceptedVersions(List<String> acceptedVersions)
Sets the list of STOMP protocol versions accepted by the client.
|
StompClientOptions |
StompClientOptions.setAutoComputeContentLength(boolean autoComputeContentLength)
Sets whether or not the automatic computation of the
content-length header is enabled. |
StompClientOptions |
StompClientOptions.setBypassHostHeader(boolean bypassHostHeader)
Sets whether or not the
host header must be dropped from the CONNECT/STOMP frame. |
StompClientOptions |
StompClientOptions.setHeartbeat(JsonObject heartbeat)
Sets the heartbeat configuration.
|
StompClientOptions |
StompClientOptions.setHost(String host)
Sets the STOMP server host.
|
StompClientOptions |
StompClientOptions.setLogin(String login)
Sets the login to use if the STOMP server is secured.
|
StompClientOptions |
StompClientOptions.setPasscode(String passcode)
Sets the passcode to use if the STOMP server is secured.
|
StompClientOptions |
StompClientOptions.setPort(int port)
Sets the STOMP server port.
|
StompClientOptions |
StompClientOptions.setSsl(boolean ssl) |
StompClientOptions |
StompClientOptions.setTrailingLine(boolean trailingLine)
Sets whether or not an empty line should be appended to the written STOMP frame.
|
StompClientOptions |
StompClientOptions.setUseStompFrame(boolean useStompFrame)
Sets whether or not the connection is made using the
STOMP command instead of the CONNECT command. |
StompClientOptions |
StompClientOptions.setVirtualHost(String virtualHost)
Sets the virtual host that will be used as "host" header value in the `CONNECT` frame.
|
Modifier and Type | Method and Description |
---|---|
static StompClient |
StompClient.create(Vertx vertx,
StompClientOptions options)
Creates a
StompClient using the default implementation. |
static void |
StompClientOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
StompClientOptions obj) |
static void |
StompClientOptionsConverter.toJson(StompClientOptions obj,
JsonObject json) |
static void |
StompClientOptionsConverter.toJson(StompClientOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
StompClientOptions(StompClientOptions other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
StompClientOptions |
StompClient.options() |
Modifier and Type | Method and Description |
---|---|
static StompClient |
StompClient.create(Vertx vertx,
StompClientOptions options)
Creates a
StompClient using the default implementation. |
Modifier and Type | Method and Description |
---|---|
StompClientOptions |
StompClient.options() |
Modifier and Type | Method and Description |
---|---|
static StompClient |
StompClient.create(Vertx vertx,
StompClientOptions options)
Creates a
StompClient using the default implementation. |
Copyright © 2021 Eclipse. All rights reserved.