StompClientOptions

Extends \io\vertx\jphp\core\net\NetClientOptions

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

Methods

NetworkOptions constructor

__construct( $networkOptions = null) 
inherited

Arguments

$networkOptions

mixed | null

addCrlPath

addCrlPath( $crlPaths) : $this
inherited

Arguments

$crlPaths

string

Response

$this

addCrlValue

addCrlValue( $crlValues) : $this
inherited

Arguments

$crlValues

Buffer

Response

$this

addEnabledCipherSuite

addEnabledCipherSuite( $enabledCipherSuites) : $this
inherited

Arguments

$enabledCipherSuites

string

Response

$this

addEnabledSecureTransportProtocol

addEnabledSecureTransportProtocol( $enabledSecureTransportProtocols) : $this
inherited

Arguments

$enabledSecureTransportProtocols

string

Response

$this

getAcceptedVersions

getAcceptedVersions() : array

Response

array

getConnectTimeout

getConnectTimeout() : integer
inherited

Response

integer

getCrlPaths

getCrlPaths() : array
inherited

Response

array

getCrlValues

getCrlValues() : array
inherited

Response

array

getEnabledCipherSuites

getEnabledCipherSuites() : array
inherited

Response

array

getEnabledSecureTransportProtocols

getEnabledSecureTransportProtocols() : array
inherited

Response

array

getHeartbeat

getHeartbeat() : array

Response

array

getHost

getHost() : string

Response

string

getHostnameVerificationAlgorithm

getHostnameVerificationAlgorithm() : string
inherited

Response

string

getIdleTimeout

getIdleTimeout() : integer
inherited

Response

integer

getIdleTimeoutUnit

getIdleTimeoutUnit() : string
inherited

Response

string

getJdkSslEngineOptions

getJdkSslEngineOptions() : \io\vertx\jphp\core\net\JdkSSLEngineOptions
inherited

getKeyStoreOptions

getKeyStoreOptions() : \io\vertx\jphp\core\net\JksOptions
inherited

getLocalAddress

getLocalAddress() : string
inherited

Response

string

getLogActivity

getLogActivity() : boolean
inherited

Response

boolean

getLogin

getLogin() : string

Response

string

getMetricsName

getMetricsName() : string
inherited

Response

string

getOpenSslEngineOptions

getOpenSslEngineOptions() : \io\vertx\jphp\core\net\OpenSSLEngineOptions
inherited

getPasscode

getPasscode() : string

Response

string

getPemKeyCertOptions

getPemKeyCertOptions() : \io\vertx\jphp\core\net\PemKeyCertOptions
inherited

getPemTrustOptions

getPemTrustOptions() : \io\vertx\jphp\core\net\PemTrustOptions
inherited

getPfxKeyCertOptions

getPfxKeyCertOptions() : \io\vertx\jphp\core\net\PfxOptions
inherited

getPfxTrustOptions

getPfxTrustOptions() : \io\vertx\jphp\core\net\PfxOptions
inherited

getPort

getPort() : integer

Response

integer

getProxyOptions

getProxyOptions() : \io\vertx\jphp\core\net\ProxyOptions
inherited

getReceiveBufferSize

getReceiveBufferSize() : integer
inherited

Response

integer

getReconnectAttempts

getReconnectAttempts() : integer
inherited

Response

integer

getReconnectInterval

getReconnectInterval() : integer
inherited

Response

integer

getSendBufferSize

getSendBufferSize() : integer
inherited

Response

integer

getSoLinger

getSoLinger() : integer
inherited

Response

integer

getTrafficClass

getTrafficClass() : integer
inherited

Response

integer

getTrustStoreOptions

getTrustStoreOptions() : \io\vertx\jphp\core\net\JksOptions
inherited

getVirtualHost

getVirtualHost() : string

Response

string

isAutoComputeContentLength

isAutoComputeContentLength() : boolean

Response

boolean

isBypassHostHeader

isBypassHostHeader() : boolean

Response

boolean

isReuseAddress

isReuseAddress() : boolean
inherited

Response

boolean

isReusePort

isReusePort() : boolean
inherited

Response

boolean

isSsl

isSsl() : boolean
inherited

Response

boolean

isTcpCork

isTcpCork() : boolean
inherited

Response

boolean

isTcpFastOpen

isTcpFastOpen() : boolean
inherited

Response

boolean

isTcpKeepAlive

isTcpKeepAlive() : boolean
inherited

Response

boolean

isTcpNoDelay

isTcpNoDelay() : boolean
inherited

Response

boolean

isTcpQuickAck

isTcpQuickAck() : boolean
inherited

Response

boolean

isTrailingLine

isTrailingLine() : boolean

Response

boolean

isTrustAll

isTrustAll() : boolean
inherited

Response

boolean

isUseAlpn

isUseAlpn() : boolean
inherited

Response

boolean

isUsePooledBuffers

isUsePooledBuffers() : boolean
inherited

Response

boolean

isUseStompFrame

isUseStompFrame() : boolean

Response

boolean

setAcceptedVersions

setAcceptedVersions( $acceptedVersions) : $this

Arguments

$acceptedVersions

string

Response

$this

setAutoComputeContentLength

setAutoComputeContentLength( $autoComputeContentLength) : $this

Arguments

$autoComputeContentLength

boolean

Response

$this

setBypassHostHeader

setBypassHostHeader( $bypassHostHeader) : $this

Arguments

$bypassHostHeader

boolean

Response

$this

setConnectTimeout

setConnectTimeout( $connectTimeout) : $this
inherited

Arguments

$connectTimeout

integer

Response

$this

setEnabledSecureTransportProtocols

setEnabledSecureTransportProtocols( $enabledSecureTransportProtocols) : $this
inherited

Arguments

$enabledSecureTransportProtocols

string

Response

$this

setHeartbeat

setHeartbeat( $heartbeat) : $this

Arguments

$heartbeat

array

Response

$this

setHost

setHost( $host) : $this

Arguments

$host

string

Response

$this

setHostnameVerificationAlgorithm

setHostnameVerificationAlgorithm( $hostnameVerificationAlgorithm) : $this
inherited

Arguments

$hostnameVerificationAlgorithm

string

Response

$this

setIdleTimeout

setIdleTimeout( $idleTimeout) : $this
inherited

Arguments

$idleTimeout

integer

Response

$this

setIdleTimeoutUnit

setIdleTimeoutUnit( $idleTimeoutUnit) : $this
inherited

Arguments

$idleTimeoutUnit

string

Response

$this

setJdkSslEngineOptions

setJdkSslEngineOptions( $jdkSslEngineOptions) : $this
inherited

Arguments

$jdkSslEngineOptions

JdkSSLEngineOptions|array

Response

$this

setKeyStoreOptions

setKeyStoreOptions( $keyStoreOptions) : $this
inherited

Arguments

$keyStoreOptions

JksOptions|array

Response

$this

setLocalAddress

setLocalAddress( $localAddress) : $this
inherited

Arguments

$localAddress

string

Response

$this

setLogActivity

setLogActivity( $logActivity) : $this
inherited

Arguments

$logActivity

boolean

Response

$this

setLogin

setLogin( $login) : $this

Arguments

$login

string

Response

$this

setMetricsName

setMetricsName( $metricsName) : $this
inherited

Arguments

$metricsName

string

Response

$this

setOpenSslEngineOptions

setOpenSslEngineOptions( $openSslEngineOptions) : $this
inherited

Arguments

$openSslEngineOptions

OpenSSLEngineOptions|array

Response

$this

setPasscode

setPasscode( $passcode) : $this

Arguments

$passcode

string

Response

$this

setPemKeyCertOptions

setPemKeyCertOptions( $pemKeyCertOptions) : $this
inherited

Arguments

$pemKeyCertOptions

PemKeyCertOptions|array

Response

$this

setPemTrustOptions

setPemTrustOptions( $pemTrustOptions) : $this
inherited

Arguments

$pemTrustOptions

PemTrustOptions|array

Response

$this

setPfxKeyCertOptions

setPfxKeyCertOptions( $pfxKeyCertOptions) : $this
inherited

Arguments

$pfxKeyCertOptions

PfxOptions|array

Response

$this

setPfxTrustOptions

setPfxTrustOptions( $pfxTrustOptions) : $this
inherited

Arguments

$pfxTrustOptions

PfxOptions|array

Response

$this

setPort

setPort( $port) : $this

Arguments

$port

integer

Response

$this

setProxyOptions

setProxyOptions( $proxyOptions) : $this
inherited

Arguments

$proxyOptions

ProxyOptions|array

Response

$this

setReceiveBufferSize

setReceiveBufferSize( $receiveBufferSize) : $this
inherited

Arguments

$receiveBufferSize

integer

Response

$this

setReconnectAttempts

setReconnectAttempts( $reconnectAttempts) : $this
inherited

Arguments

$reconnectAttempts

integer

Response

$this

setReconnectInterval

setReconnectInterval( $reconnectInterval) : $this
inherited

Arguments

$reconnectInterval

integer

Response

$this

setReuseAddress

setReuseAddress( $reuseAddress) : $this
inherited

Arguments

$reuseAddress

boolean

Response

$this

setReusePort

setReusePort( $reusePort) : $this
inherited

Arguments

$reusePort

boolean

Response

$this

setSendBufferSize

setSendBufferSize( $sendBufferSize) : $this
inherited

Arguments

$sendBufferSize

integer

Response

$this

setSoLinger

setSoLinger( $soLinger) : $this
inherited

Arguments

$soLinger

integer

Response

$this

setSsl

setSsl( $ssl) : $this
inherited

Arguments

$ssl

boolean

Response

$this

setTcpCork

setTcpCork( $tcpCork) : $this
inherited

Arguments

$tcpCork

boolean

Response

$this

setTcpFastOpen

setTcpFastOpen( $tcpFastOpen) : $this
inherited

Arguments

$tcpFastOpen

boolean

Response

$this

setTcpKeepAlive

setTcpKeepAlive( $tcpKeepAlive) : $this
inherited

Arguments

$tcpKeepAlive

boolean

Response

$this

setTcpNoDelay

setTcpNoDelay( $tcpNoDelay) : $this
inherited

Arguments

$tcpNoDelay

boolean

Response

$this

setTcpQuickAck

setTcpQuickAck( $tcpQuickAck) : $this
inherited

Arguments

$tcpQuickAck

boolean

Response

$this

setTrafficClass

setTrafficClass( $trafficClass) : $this
inherited

Arguments

$trafficClass

integer

Response

$this

setTrailingLine

setTrailingLine( $trailingLine) : $this

Arguments

$trailingLine

boolean

Response

$this

setTrustAll

setTrustAll( $trustAll) : $this
inherited

Arguments

$trustAll

boolean

Response

$this

setTrustStoreOptions

setTrustStoreOptions( $trustStoreOptions) : $this
inherited

Arguments

$trustStoreOptions

JksOptions|array

Response

$this

setUseAlpn

setUseAlpn( $useAlpn) : $this
inherited

Arguments

$useAlpn

boolean

Response

$this

setUsePooledBuffers

setUsePooledBuffers( $usePooledBuffers) : $this
inherited

Arguments

$usePooledBuffers

boolean

Response

$this

setUseStompFrame

setUseStompFrame( $useStompFrame) : $this

Arguments

$useStompFrame

boolean

Response

$this

setVirtualHost

setVirtualHost( $virtualHost) : $this

Arguments

$virtualHost

string

Response

$this