Options used to configure a STOMP client. As a STOMP client wraps a Net client, you can also configure the underlying NET client.
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
getAcceptedVersions() : array
array
getConnectTimeout() : integer
integer
getCrlPaths() : array
array
getCrlValues() : array
array
getEnabledCipherSuites() : array
array
getEnabledSecureTransportProtocols() : array
array
getHeartbeat() : array
array
getHost() : string
string
getHostnameVerificationAlgorithm() : string
string
getIdleTimeout() : integer
integer
getIdleTimeoutUnit() : string
string
getJdkSslEngineOptions() : \io\vertx\jphp\core\net\JdkSSLEngineOptions
getKeyStoreOptions() : \io\vertx\jphp\core\net\JksOptions
getLocalAddress() : string
string
getLogActivity() : boolean
boolean
getLogin() : string
string
getMetricsName() : string
string
getOpenSslEngineOptions() : \io\vertx\jphp\core\net\OpenSSLEngineOptions
getPasscode() : string
string
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
getProxyOptions() : \io\vertx\jphp\core\net\ProxyOptions
getReceiveBufferSize() : integer
integer
getReconnectAttempts() : integer
integer
getReconnectInterval() : integer
integer
getSendBufferSize() : integer
integer
getSoLinger() : integer
integer
getTrafficClass() : integer
integer
getTrustStoreOptions() : \io\vertx\jphp\core\net\JksOptions
getVirtualHost() : string
string
isAutoComputeContentLength() : boolean
boolean
isBypassHostHeader() : boolean
boolean
isReuseAddress() : boolean
boolean
isReusePort() : boolean
boolean
isSsl() : boolean
boolean
isTcpCork() : boolean
boolean
isTcpFastOpen() : boolean
boolean
isTcpKeepAlive() : boolean
boolean
isTcpNoDelay() : boolean
boolean
isTcpQuickAck() : boolean
boolean
isTrailingLine() : boolean
boolean
isTrustAll() : boolean
boolean
isUseAlpn() : boolean
boolean
isUsePooledBuffers() : boolean
boolean
isUseStompFrame() : boolean
boolean
setAcceptedVersions( $acceptedVersions) : $this
string
$this
setAutoComputeContentLength( $autoComputeContentLength) : $this
boolean
$this
setBypassHostHeader( $bypassHostHeader) : $this
boolean
$this
setConnectTimeout( $connectTimeout) : $this
integer
$this
setEnabledSecureTransportProtocols( $enabledSecureTransportProtocols) : $this
string
$this
setHeartbeat( $heartbeat) : $this
array
$this
setHost( $host) : $this
string
$this
setHostnameVerificationAlgorithm( $hostnameVerificationAlgorithm) : $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
setLocalAddress( $localAddress) : $this
string
$this
setLogActivity( $logActivity) : $this
boolean
$this
setLogin( $login) : $this
string
$this
setMetricsName( $metricsName) : $this
string
$this
setOpenSslEngineOptions( $openSslEngineOptions) : $this
OpenSSLEngineOptions|array
$this
setPasscode( $passcode) : $this
string
$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
setProxyOptions( $proxyOptions) : $this
ProxyOptions|array
$this
setReceiveBufferSize( $receiveBufferSize) : $this
integer
$this
setReconnectAttempts( $reconnectAttempts) : $this
integer
$this
setReconnectInterval( $reconnectInterval) : $this
integer
$this
setReuseAddress( $reuseAddress) : $this
boolean
$this
setReusePort( $reusePort) : $this
boolean
$this
setSendBufferSize( $sendBufferSize) : $this
integer
$this
setSoLinger( $soLinger) : $this
integer
$this
setSsl( $ssl) : $this
boolean
$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
setTrafficClass( $trafficClass) : $this
integer
$this
setTrailingLine( $trailingLine) : $this
boolean
$this
setTrustAll( $trustAll) : $this
boolean
$this
setTrustStoreOptions( $trustStoreOptions) : $this
JksOptions|array
$this
setUseAlpn( $useAlpn) : $this
boolean
$this
setUsePooledBuffers( $usePooledBuffers) : $this
boolean
$this
setUseStompFrame( $useStompFrame) : $this
boolean
$this
setVirtualHost( $virtualHost) : $this
string
$this