Package io.vertx.ext.stomp
Interface StompOptions
-
- All Known Implementing Classes:
StompClientOptions
,StompServerOptions
public interface StompOptions
Defines a couples of constants shared by client and server options.- Author:
- Clement Escoffier
-
-
Field Summary
Fields Modifier and Type Field Description static JsonObject
DEFAULT_STOMP_HEARTBEAT
static String
DEFAULT_STOMP_HOST
static int
DEFAULT_STOMP_PORT
static List<String>
DEFAULT_SUPPORTED_VERSIONS
static boolean
DEFAULT_TRAILING_LINE
static String
UTF_8
UTF-8 encoding name.
-
-
-
Field Detail
-
UTF_8
static final String UTF_8
UTF-8 encoding name.- See Also:
- Constant Field Values
-
DEFAULT_STOMP_PORT
static final int DEFAULT_STOMP_PORT
- See Also:
- Constant Field Values
-
DEFAULT_STOMP_HOST
static final String DEFAULT_STOMP_HOST
- See Also:
- Constant Field Values
-
DEFAULT_STOMP_HEARTBEAT
static final JsonObject DEFAULT_STOMP_HEARTBEAT
-
DEFAULT_TRAILING_LINE
static final boolean DEFAULT_TRAILING_LINE
- See Also:
- Constant Field Values
-
-