StompServerOptions

Extends \io\vertx\jphp\core\net\NetServerOptions

STOMP Server options. You can also configure the Net Server used by the STOMP server from these options.

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

getAcceptBacklog

getAcceptBacklog() : integer
inherited

Response

integer

getClientAuth

getClientAuth() : string
inherited

Response

string

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
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

getLogActivity

getLogActivity() : boolean
inherited

Response

boolean

getMaxBodyLength

getMaxBodyLength() : integer

Response

integer

getMaxFrameInTransaction

getMaxFrameInTransaction() : integer

Response

integer

getMaxHeaderLength

getMaxHeaderLength() : integer

Response

integer

getMaxHeaders

getMaxHeaders() : integer

Response

integer

getMaxSubscriptionsByClient

getMaxSubscriptionsByClient() : integer

Response

integer

getOpenSslEngineOptions

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

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
inherited

Response

integer

getReceiveBufferSize

getReceiveBufferSize() : integer
inherited

Response

integer

getSendBufferSize

getSendBufferSize() : integer
inherited

Response

integer

getSoLinger

getSoLinger() : integer
inherited

Response

integer

getSupportedVersions

getSupportedVersions() : array

Response

array

getTimeFactor

getTimeFactor() : integer

Response

integer

getTrafficClass

getTrafficClass() : integer
inherited

Response

integer

getTransactionChunkSize

getTransactionChunkSize() : integer

Response

integer

getTrustStoreOptions

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

getWebsocketPath

getWebsocketPath() : string

Response

string

isClientAuthRequired

isClientAuthRequired() : boolean
inherited

Response

boolean

isReuseAddress

isReuseAddress() : boolean
inherited

Response

boolean

isReusePort

isReusePort() : boolean
inherited

Response

boolean

isSecured

isSecured() : boolean

Response

boolean

isSendErrorOnNoSubscriptions

isSendErrorOnNoSubscriptions() : boolean

Response

boolean

isSni

isSni() : 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

isUseAlpn

isUseAlpn() : boolean
inherited

Response

boolean

isUsePooledBuffers

isUsePooledBuffers() : boolean
inherited

Response

boolean

isWebsocketBridge

isWebsocketBridge() : boolean

Response

boolean

setAcceptBacklog

setAcceptBacklog( $acceptBacklog) : $this
inherited

Arguments

$acceptBacklog

integer

Response

$this

setClientAuth

setClientAuth( $clientAuth) : $this
inherited

Arguments

$clientAuth

string

Response

$this

setClientAuthRequired

setClientAuthRequired( $clientAuthRequired) : $this
inherited

Arguments

$clientAuthRequired

boolean

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
inherited

Arguments

$host

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

setLogActivity

setLogActivity( $logActivity) : $this
inherited

Arguments

$logActivity

boolean

Response

$this

setMaxBodyLength

setMaxBodyLength( $maxBodyLength) : $this

Arguments

$maxBodyLength

integer

Response

$this

setMaxFrameInTransaction

setMaxFrameInTransaction( $maxFrameInTransaction) : $this

Arguments

$maxFrameInTransaction

integer

Response

$this

setMaxHeaderLength

setMaxHeaderLength( $maxHeaderLength) : $this

Arguments

$maxHeaderLength

integer

Response

$this

setMaxHeaders

setMaxHeaders( $maxHeaders) : $this

Arguments

$maxHeaders

integer

Response

$this

setMaxSubscriptionsByClient

setMaxSubscriptionsByClient( $maxSubscriptionsByClient) : $this

Arguments

$maxSubscriptionsByClient

integer

Response

$this

setOpenSslEngineOptions

setOpenSslEngineOptions( $openSslEngineOptions) : $this
inherited

Arguments

$openSslEngineOptions

OpenSSLEngineOptions|array

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
inherited

Arguments

$port

integer

Response

$this

setReceiveBufferSize

setReceiveBufferSize( $receiveBufferSize) : $this
inherited

Arguments

$receiveBufferSize

integer

Response

$this

setReuseAddress

setReuseAddress( $reuseAddress) : $this
inherited

Arguments

$reuseAddress

boolean

Response

$this

setReusePort

setReusePort( $reusePort) : $this
inherited

Arguments

$reusePort

boolean

Response

$this

setSecured

setSecured( $secured) : $this

Arguments

$secured

boolean

Response

$this

setSendBufferSize

setSendBufferSize( $sendBufferSize) : $this
inherited

Arguments

$sendBufferSize

integer

Response

$this

setSendErrorOnNoSubscriptions

setSendErrorOnNoSubscriptions( $sendErrorOnNoSubscriptions) : $this

Arguments

$sendErrorOnNoSubscriptions

boolean

Response

$this

setSni

setSni( $sni) : $this
inherited

Arguments

$sni

boolean

Response

$this

setSoLinger

setSoLinger( $soLinger) : $this
inherited

Arguments

$soLinger

integer

Response

$this

setSsl

setSsl( $ssl) : $this
inherited

Arguments

$ssl

boolean

Response

$this

setSupportedVersions

setSupportedVersions( $supportedVersions) : $this

Arguments

$supportedVersions

string

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

setTimeFactor

setTimeFactor( $timeFactor) : $this

Arguments

$timeFactor

integer

Response

$this

setTrafficClass

setTrafficClass( $trafficClass) : $this
inherited

Arguments

$trafficClass

integer

Response

$this

setTrailingLine

setTrailingLine( $trailingLine) : $this

Arguments

$trailingLine

boolean

Response

$this

setTransactionChunkSize

setTransactionChunkSize( $transactionChunkSize) : $this

Arguments

$transactionChunkSize

integer

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

setWebsocketBridge

setWebsocketBridge( $websocketBridge) : $this

Arguments

$websocketBridge

boolean

Response

$this

setWebsocketPath

setWebsocketPath( $websocketPath) : $this

Arguments

$websocketPath

string

Response

$this