| 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(Buffer crlValue) |
ProtonServerOptions |
ProtonServerOptions.addEnabledCipherSuite(String suite) |
ProtonServerOptions |
ProtonServerOptions.addEnabledSecureTransportProtocol(String protocol) |
ProtonServerOptions |
ProtonServerOptions.setAcceptBacklog(int acceptBacklog) |
ProtonServerOptions |
ProtonServerOptions.setClientAuth(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(JdkSSLEngineOptions sslEngineOptions) |
ProtonServerOptions |
ProtonServerOptions.setKeyCertOptions(KeyCertOptions options) |
ProtonServerOptions |
ProtonServerOptions.setKeyStoreOptions(JksOptions options) |
ProtonServerOptions |
ProtonServerOptions.setOpenSslEngineOptions(OpenSSLEngineOptions sslEngineOptions) |
ProtonServerOptions |
ProtonServerOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
ProtonServerOptions |
ProtonServerOptions.setPemTrustOptions(PemTrustOptions options) |
ProtonServerOptions |
ProtonServerOptions.setPfxKeyCertOptions(PfxOptions options) |
ProtonServerOptions |
ProtonServerOptions.setPfxTrustOptions(PfxOptions options) |
ProtonServerOptions |
ProtonServerOptions.setPort(int port) |
ProtonServerOptions |
ProtonServerOptions.setReceiveBufferSize(int receiveBufferSize) |
ProtonServerOptions |
ProtonServerOptions.setReuseAddress(boolean reuseAddress) |
ProtonServerOptions |
ProtonServerOptions.setSendBufferSize(int sendBufferSize) |
ProtonServerOptions |
ProtonServerOptions.setSoLinger(int soLinger) |
ProtonServerOptions |
ProtonServerOptions.setSsl(boolean ssl) |
ProtonServerOptions |
ProtonServerOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) |
ProtonServerOptions |
ProtonServerOptions.setTcpKeepAlive(boolean tcpKeepAlive) |
ProtonServerOptions |
ProtonServerOptions.setTcpNoDelay(boolean tcpNoDelay) |
ProtonServerOptions |
ProtonServerOptions.setTrafficClass(int trafficClass) |
ProtonServerOptions |
ProtonServerOptions.setTrustOptions(TrustOptions options) |
ProtonServerOptions |
ProtonServerOptions.setTrustStoreOptions(JksOptions options) |
ProtonServerOptions |
ProtonServerOptions.setUseAlpn(boolean useAlpn) |
ProtonServerOptions |
ProtonServerOptions.setUsePooledBuffers(boolean usePooledBuffers) |
| Modifier and Type | Method and Description |
|---|---|
static ProtonServer |
ProtonServer.create(Vertx vertx,
ProtonServerOptions options)
Create a ProtonServer instance with the given Vertx instance and options.
|
Copyright © 2017. All rights reserved.