StompClientOptions

io.vertx.scala.ext.stomp.`package`.StompClientOptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(json: JsonObject): StompClientOptions
def apply(acceptedVersions: List[String], activityLogDataFormat: ByteBufFormat, applicationLayerProtocols: List[String], autoComputeContentLength: Boolean, bypassHostHeader: Boolean, connectTimeout: Integer, enabledSecureTransportProtocols: Set[String], heartbeat: JsonObject, host: String, hostnameVerificationAlgorithm: String, idleTimeout: Integer, idleTimeoutUnit: TimeUnit, keyCertOptions: KeyCertOptions, localAddress: String, logActivity: Boolean, login: String, metricsName: String, nonProxyHosts: List[String], passcode: String, port: Integer, proxyOptions: ProxyOptions, readIdleTimeout: Integer, receiveBufferSize: Integer, reconnectAttempts: Integer, reconnectInterval: Long, registerWriteHandler: Boolean, reuseAddress: Boolean, reusePort: Boolean, sendBufferSize: Integer, soLinger: Integer, ssl: Boolean, sslEngineOptions: SSLEngineOptions, sslHandshakeTimeout: Long, sslHandshakeTimeoutUnit: TimeUnit, tcpCork: Boolean, tcpFastOpen: Boolean, tcpKeepAlive: Boolean, tcpKeepAliveCount: Integer, tcpKeepAliveIdleSeconds: Integer, tcpKeepAliveIntervalSeconds: Integer, tcpNoDelay: Boolean, tcpQuickAck: Boolean, tcpUserTimeout: Integer, trafficClass: Integer, trailingLine: Boolean, trustAll: Boolean, trustOptions: TrustOptions, useAlpn: Boolean, useStompFrame: Boolean, virtualHost: String, writeIdleTimeout: Integer): StompClientOptions