TCPSSLOptions

Extends \io\vertx\jphp\core\net\NetworkOptions

Base class. TCP and SSL related options

package

Default

Methods

NetworkOptions constructor

__construct( $networkOptions = null) 
inherited

Arguments

$networkOptions

mixed | null

addCrlPath

addCrlPath( $crlPaths) : $this

Arguments

$crlPaths

string

Response

$this

addCrlValue

addCrlValue( $crlValues) : $this

Arguments

$crlValues

Buffer

Response

$this

addEnabledCipherSuite

addEnabledCipherSuite( $enabledCipherSuites) : $this

Arguments

$enabledCipherSuites

string

Response

$this

addEnabledSecureTransportProtocol

addEnabledSecureTransportProtocol( $enabledSecureTransportProtocols) : $this

Arguments

$enabledSecureTransportProtocols

string

Response

$this

getCrlPaths

getCrlPaths() : array

Response

array

getCrlValues

getCrlValues() : array

Response

array

getEnabledCipherSuites

getEnabledCipherSuites() : array

Response

array

getEnabledSecureTransportProtocols

getEnabledSecureTransportProtocols() : array

Response

array

getIdleTimeout

getIdleTimeout() : integer

Response

integer

getIdleTimeoutUnit

getIdleTimeoutUnit() : string

Response

string

getJdkSslEngineOptions

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

getKeyStoreOptions

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

getLogActivity

getLogActivity() : boolean
inherited

Response

boolean

getOpenSslEngineOptions

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

getPemKeyCertOptions

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

getPemTrustOptions

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

getPfxKeyCertOptions

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

getPfxTrustOptions

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

getReceiveBufferSize

getReceiveBufferSize() : integer
inherited

Response

integer

getSendBufferSize

getSendBufferSize() : integer
inherited

Response

integer

getSoLinger

getSoLinger() : integer

Response

integer

getTrafficClass

getTrafficClass() : integer
inherited

Response

integer

getTrustStoreOptions

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

isReuseAddress

isReuseAddress() : boolean
inherited

Response

boolean

isReusePort

isReusePort() : boolean
inherited

Response

boolean

isSsl

isSsl() : boolean

Response

boolean

isTcpCork

isTcpCork() : boolean

Response

boolean

isTcpFastOpen

isTcpFastOpen() : boolean

Response

boolean

isTcpKeepAlive

isTcpKeepAlive() : boolean

Response

boolean

isTcpNoDelay

isTcpNoDelay() : boolean

Response

boolean

isTcpQuickAck

isTcpQuickAck() : boolean

Response

boolean

isUseAlpn

isUseAlpn() : boolean

Response

boolean

isUsePooledBuffers

isUsePooledBuffers() : boolean

Response

boolean

setEnabledSecureTransportProtocols

setEnabledSecureTransportProtocols( $enabledSecureTransportProtocols) : $this

Arguments

$enabledSecureTransportProtocols

string

Response

$this

setIdleTimeout

setIdleTimeout( $idleTimeout) : $this

Arguments

$idleTimeout

integer

Response

$this

setIdleTimeoutUnit

setIdleTimeoutUnit( $idleTimeoutUnit) : $this

Arguments

$idleTimeoutUnit

string

Response

$this

setJdkSslEngineOptions

setJdkSslEngineOptions( $jdkSslEngineOptions) : $this

Arguments

$jdkSslEngineOptions

JdkSSLEngineOptions|array

Response

$this

setKeyStoreOptions

setKeyStoreOptions( $keyStoreOptions) : $this

Arguments

$keyStoreOptions

JksOptions|array

Response

$this

setLogActivity

setLogActivity( $logActivity) : $this
inherited

Arguments

$logActivity

boolean

Response

$this

setOpenSslEngineOptions

setOpenSslEngineOptions( $openSslEngineOptions) : $this

Arguments

$openSslEngineOptions

OpenSSLEngineOptions|array

Response

$this

setPemKeyCertOptions

setPemKeyCertOptions( $pemKeyCertOptions) : $this

Arguments

$pemKeyCertOptions

PemKeyCertOptions|array

Response

$this

setPemTrustOptions

setPemTrustOptions( $pemTrustOptions) : $this

Arguments

$pemTrustOptions

PemTrustOptions|array

Response

$this

setPfxKeyCertOptions

setPfxKeyCertOptions( $pfxKeyCertOptions) : $this

Arguments

$pfxKeyCertOptions

PfxOptions|array

Response

$this

setPfxTrustOptions

setPfxTrustOptions( $pfxTrustOptions) : $this

Arguments

$pfxTrustOptions

PfxOptions|array

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

setSendBufferSize

setSendBufferSize( $sendBufferSize) : $this
inherited

Arguments

$sendBufferSize

integer

Response

$this

setSoLinger

setSoLinger( $soLinger) : $this

Arguments

$soLinger

integer

Response

$this

setSsl

setSsl( $ssl) : $this

Arguments

$ssl

boolean

Response

$this

setTcpCork

setTcpCork( $tcpCork) : $this

Arguments

$tcpCork

boolean

Response

$this

setTcpFastOpen

setTcpFastOpen( $tcpFastOpen) : $this

Arguments

$tcpFastOpen

boolean

Response

$this

setTcpKeepAlive

setTcpKeepAlive( $tcpKeepAlive) : $this

Arguments

$tcpKeepAlive

boolean

Response

$this

setTcpNoDelay

setTcpNoDelay( $tcpNoDelay) : $this

Arguments

$tcpNoDelay

boolean

Response

$this

setTcpQuickAck

setTcpQuickAck( $tcpQuickAck) : $this

Arguments

$tcpQuickAck

boolean

Response

$this

setTrafficClass

setTrafficClass( $trafficClass) : $this
inherited

Arguments

$trafficClass

integer

Response

$this

setTrustStoreOptions

setTrustStoreOptions( $trustStoreOptions) : $this

Arguments

$trustStoreOptions

JksOptions|array

Response

$this

setUseAlpn

setUseAlpn( $useAlpn) : $this

Arguments

$useAlpn

boolean

Response

$this

setUsePooledBuffers

setUsePooledBuffers( $usePooledBuffers) : $this

Arguments

$usePooledBuffers

boolean

Response

$this