STOMP Server options. You can also configure the Net Server used by the STOMP server from these options.
package |
Default |
---|
__construct( $networkOptions = null)
mixed | null
addCrlPath( $crlPaths) : $this
string
$this
addCrlValue( $crlValues) : $this
Buffer
$this
addEnabledCipherSuite( $enabledCipherSuites) : $this
string
$this
addEnabledSecureTransportProtocol( $enabledSecureTransportProtocols) : $this
string
$this
getAcceptBacklog() : integer
integer
getClientAuth() : string
string
getCrlPaths() : array
array
getCrlValues() : array
array
getEnabledCipherSuites() : array
array
getEnabledSecureTransportProtocols() : array
array
getHeartbeat() : array
array
getHost() : string
string
getIdleTimeout() : integer
integer
getIdleTimeoutUnit() : string
string
getJdkSslEngineOptions() : \io\vertx\jphp\core\net\JdkSSLEngineOptions
getKeyStoreOptions() : \io\vertx\jphp\core\net\JksOptions
getLogActivity() : boolean
boolean
getMaxBodyLength() : integer
integer
getMaxFrameInTransaction() : integer
integer
getMaxHeaderLength() : integer
integer
getMaxHeaders() : integer
integer
getMaxSubscriptionsByClient() : integer
integer
getOpenSslEngineOptions() : \io\vertx\jphp\core\net\OpenSSLEngineOptions
getPemKeyCertOptions() : \io\vertx\jphp\core\net\PemKeyCertOptions
getPemTrustOptions() : \io\vertx\jphp\core\net\PemTrustOptions
getPfxKeyCertOptions() : \io\vertx\jphp\core\net\PfxOptions
getPfxTrustOptions() : \io\vertx\jphp\core\net\PfxOptions
getPort() : integer
integer
getReceiveBufferSize() : integer
integer
getSendBufferSize() : integer
integer
getSoLinger() : integer
integer
getSupportedVersions() : array
array
getTimeFactor() : integer
integer
getTrafficClass() : integer
integer
getTransactionChunkSize() : integer
integer
getTrustStoreOptions() : \io\vertx\jphp\core\net\JksOptions
getWebsocketPath() : string
string
isClientAuthRequired() : boolean
boolean
isReuseAddress() : boolean
boolean
isReusePort() : boolean
boolean
isSecured() : boolean
boolean
isSendErrorOnNoSubscriptions() : boolean
boolean
isSni() : boolean
boolean
isSsl() : boolean
boolean
isTcpCork() : boolean
boolean
isTcpFastOpen() : boolean
boolean
isTcpKeepAlive() : boolean
boolean
isTcpNoDelay() : boolean
boolean
isTcpQuickAck() : boolean
boolean
isTrailingLine() : boolean
boolean
isUseAlpn() : boolean
boolean
isUsePooledBuffers() : boolean
boolean
isWebsocketBridge() : boolean
boolean
setAcceptBacklog( $acceptBacklog) : $this
integer
$this
setClientAuth( $clientAuth) : $this
string
$this
setClientAuthRequired( $clientAuthRequired) : $this
boolean
$this
setEnabledSecureTransportProtocols( $enabledSecureTransportProtocols) : $this
string
$this
setHeartbeat( $heartbeat) : $this
array
$this
setHost( $host) : $this
string
$this
setIdleTimeout( $idleTimeout) : $this
integer
$this
setIdleTimeoutUnit( $idleTimeoutUnit) : $this
string
$this
setJdkSslEngineOptions( $jdkSslEngineOptions) : $this
JdkSSLEngineOptions|array
$this
setKeyStoreOptions( $keyStoreOptions) : $this
JksOptions|array
$this
setLogActivity( $logActivity) : $this
boolean
$this
setMaxBodyLength( $maxBodyLength) : $this
integer
$this
setMaxFrameInTransaction( $maxFrameInTransaction) : $this
integer
$this
setMaxHeaderLength( $maxHeaderLength) : $this
integer
$this
setMaxHeaders( $maxHeaders) : $this
integer
$this
setMaxSubscriptionsByClient( $maxSubscriptionsByClient) : $this
integer
$this
setOpenSslEngineOptions( $openSslEngineOptions) : $this
OpenSSLEngineOptions|array
$this
setPemKeyCertOptions( $pemKeyCertOptions) : $this
PemKeyCertOptions|array
$this
setPemTrustOptions( $pemTrustOptions) : $this
PemTrustOptions|array
$this
setPfxKeyCertOptions( $pfxKeyCertOptions) : $this
PfxOptions|array
$this
setPfxTrustOptions( $pfxTrustOptions) : $this
PfxOptions|array
$this
setPort( $port) : $this
integer
$this
setReceiveBufferSize( $receiveBufferSize) : $this
integer
$this
setReuseAddress( $reuseAddress) : $this
boolean
$this
setReusePort( $reusePort) : $this
boolean
$this
setSecured( $secured) : $this
boolean
$this
setSendBufferSize( $sendBufferSize) : $this
integer
$this
setSendErrorOnNoSubscriptions( $sendErrorOnNoSubscriptions) : $this
boolean
$this
setSni( $sni) : $this
boolean
$this
setSoLinger( $soLinger) : $this
integer
$this
setSsl( $ssl) : $this
boolean
$this
setSupportedVersions( $supportedVersions) : $this
string
$this
setTcpCork( $tcpCork) : $this
boolean
$this
setTcpFastOpen( $tcpFastOpen) : $this
boolean
$this
setTcpKeepAlive( $tcpKeepAlive) : $this
boolean
$this
setTcpNoDelay( $tcpNoDelay) : $this
boolean
$this
setTcpQuickAck( $tcpQuickAck) : $this
boolean
$this
setTimeFactor( $timeFactor) : $this
integer
$this
setTrafficClass( $trafficClass) : $this
integer
$this
setTrailingLine( $trailingLine) : $this
boolean
$this
setTransactionChunkSize( $transactionChunkSize) : $this
integer
$this
setTrustStoreOptions( $trustStoreOptions) : $this
JksOptions|array
$this
setUseAlpn( $useAlpn) : $this
boolean
$this
setUsePooledBuffers( $usePooledBuffers) : $this
boolean
$this
setWebsocketBridge( $websocketBridge) : $this
boolean
$this
setWebsocketPath( $websocketPath) : $this
string
$this