Package | Description |
---|---|
io.vertx.proton |
= Vert.x Proton
This component facilitates AMQP integrations for Vert.x by providing a thin wrapper around the
link:http://qpid.apache.org/[Apache Qpid] Proton AMQP 1.0 protocol engine.
|
Modifier and Type | Method and Description |
---|---|
ProtonServerOptions |
ProtonServerOptions.addCrlPath(String crlPath) |
ProtonServerOptions |
ProtonServerOptions.addCrlValue(io.vertx.core.buffer.Buffer crlValue) |
ProtonServerOptions |
ProtonServerOptions.addEnabledCipherSuite(String suite) |
ProtonServerOptions |
ProtonServerOptions.addEnabledSecureTransportProtocol(String protocol) |
ProtonServerOptions |
ProtonServerOptions.setAcceptBacklog(int acceptBacklog) |
ProtonServerOptions |
ProtonServerOptions.setClientAuth(io.vertx.core.http.ClientAuth clientAuth) |
ProtonServerOptions |
ProtonServerOptions.setClientAuthRequired(boolean clientAuthRequired)
Deprecated.
|
ProtonServerOptions |
ProtonServerOptions.setHeartbeat(int heartbeat)
Set the heartbeat (in milliseconds) as maximum delay between sending frames for the remote peers.
|
ProtonServerOptions |
ProtonServerOptions.setHost(String host) |
ProtonServerOptions |
ProtonServerOptions.setIdleTimeout(int idleTimeout) |
ProtonServerOptions |
ProtonServerOptions.setJdkSslEngineOptions(io.vertx.core.net.JdkSSLEngineOptions sslEngineOptions) |
ProtonServerOptions |
ProtonServerOptions.setKeyCertOptions(io.vertx.core.net.KeyCertOptions options) |
ProtonServerOptions |
ProtonServerOptions.setKeyStoreOptions(io.vertx.core.net.JksOptions options) |
ProtonServerOptions |
ProtonServerOptions.setLogActivity(boolean logEnabled) |
ProtonServerOptions |
ProtonServerOptions.setOpenSslEngineOptions(io.vertx.core.net.OpenSSLEngineOptions sslEngineOptions) |
ProtonServerOptions |
ProtonServerOptions.setPemKeyCertOptions(io.vertx.core.net.PemKeyCertOptions options) |
ProtonServerOptions |
ProtonServerOptions.setPemTrustOptions(io.vertx.core.net.PemTrustOptions options) |
ProtonServerOptions |
ProtonServerOptions.setPfxKeyCertOptions(io.vertx.core.net.PfxOptions options) |
ProtonServerOptions |
ProtonServerOptions.setPfxTrustOptions(io.vertx.core.net.PfxOptions options) |
ProtonServerOptions |
ProtonServerOptions.setPort(int port) |
ProtonServerOptions |
ProtonServerOptions.setReceiveBufferSize(int receiveBufferSize) |
ProtonServerOptions |
ProtonServerOptions.setReuseAddress(boolean reuseAddress) |
ProtonServerOptions |
ProtonServerOptions.setSendBufferSize(int sendBufferSize) |
ProtonServerOptions |
ProtonServerOptions.setSni(boolean sni) |
ProtonServerOptions |
ProtonServerOptions.setSoLinger(int soLinger) |
ProtonServerOptions |
ProtonServerOptions.setSsl(boolean ssl) |
ProtonServerOptions |
ProtonServerOptions.setSslEngineOptions(io.vertx.core.net.SSLEngineOptions sslEngineOptions) |
ProtonServerOptions |
ProtonServerOptions.setTcpKeepAlive(boolean tcpKeepAlive) |
ProtonServerOptions |
ProtonServerOptions.setTcpNoDelay(boolean tcpNoDelay) |
ProtonServerOptions |
ProtonServerOptions.setTrafficClass(int trafficClass) |
ProtonServerOptions |
ProtonServerOptions.setTrustOptions(io.vertx.core.net.TrustOptions options) |
ProtonServerOptions |
ProtonServerOptions.setTrustStoreOptions(io.vertx.core.net.JksOptions options) |
ProtonServerOptions |
ProtonServerOptions.setUseAlpn(boolean useAlpn) |
ProtonServerOptions |
ProtonServerOptions.setUsePooledBuffers(boolean usePooledBuffers) |
Modifier and Type | Method and Description |
---|---|
static ProtonServer |
ProtonServer.create(io.vertx.core.Vertx vertx,
ProtonServerOptions options)
Create a ProtonServer instance with the given Vertx instance and options.
|
Copyright © 2017. All rights reserved.