HttpTermOptions

Extends \io\vertx\jphp\core\http\HttpServerOptions

The web term configuration 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

getAlpnVersions

getAlpnVersions() : array
inherited

Response

array

getAuthOptions

getAuthOptions() : \io\vertx\jphp\ext\auth\AuthOptions

getCharset

getCharset() : string

Response

string

getClientAuth

getClientAuth() : string
inherited

Response

string

getCompressionLevel

getCompressionLevel() : integer
inherited

Response

integer

getCrlPaths

getCrlPaths() : array
inherited

Response

array

getCrlValues

getCrlValues() : array
inherited

Response

array

getDecoderInitialBufferSize

getDecoderInitialBufferSize() : integer
inherited

Response

integer

getEnabledCipherSuites

getEnabledCipherSuites() : array
inherited

Response

array

getEnabledSecureTransportProtocols

getEnabledSecureTransportProtocols() : array
inherited

Response

array

getHost

getHost() : string
inherited

Response

string

getHttp2ConnectionWindowSize

getHttp2ConnectionWindowSize() : integer
inherited

Response

integer

getIdleTimeout

getIdleTimeout() : integer
inherited

Response

integer

getIdleTimeoutUnit

getIdleTimeoutUnit() : string
inherited

Response

string

getInitialSettings

getInitialSettings() : \io\vertx\jphp\core\http\Http2Settings
inherited

getIntputrc

getIntputrc() : string

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

getMaxChunkSize

getMaxChunkSize() : integer
inherited

Response

integer

getMaxHeaderSize

getMaxHeaderSize() : integer
inherited

Response

integer

getMaxInitialLineLength

getMaxInitialLineLength() : integer
inherited

Response

integer

getMaxWebsocketFrameSize

getMaxWebsocketFrameSize() : integer
inherited

Response

integer

getMaxWebsocketMessageSize

getMaxWebsocketMessageSize() : integer
inherited

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

getShellHtmlResource

getShellHtmlResource() : \io\vertx\jphp\core\buffer\Buffer

getSockJSHandlerOptions

getSockJSHandlerOptions() : \io\vertx\jphp\ext\web\handler\sockjs\SockJSHandlerOptions

getSockJSPath

getSockJSPath() : string

Response

string

getSoLinger

getSoLinger() : integer
inherited

Response

integer

getTermJsResource

getTermJsResource() : \io\vertx\jphp\core\buffer\Buffer

getTrafficClass

getTrafficClass() : integer
inherited

Response

integer

getTrustStoreOptions

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

getVertsShellJsResource

getVertsShellJsResource() : \io\vertx\jphp\core\buffer\Buffer

getWebsocketAllowServerNoContext

getWebsocketAllowServerNoContext() : boolean
inherited

Response

boolean

getWebsocketPreferredClientNoContext

getWebsocketPreferredClientNoContext() : boolean
inherited

Response

boolean

getWebsocketSubProtocols

getWebsocketSubProtocols() : string
inherited

Response

string

isAcceptUnmaskedFrames

isAcceptUnmaskedFrames() : boolean
inherited

Response

boolean

isClientAuthRequired

isClientAuthRequired() : boolean
inherited

Response

boolean

isCompressionSupported

isCompressionSupported() : boolean
inherited

Response

boolean

isDecompressionSupported

isDecompressionSupported() : boolean
inherited

Response

boolean

isHandle100ContinueAutomatically

isHandle100ContinueAutomatically() : boolean
inherited

Response

boolean

isReuseAddress

isReuseAddress() : boolean
inherited

Response

boolean

isReusePort

isReusePort() : boolean
inherited

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

isUseAlpn

isUseAlpn() : boolean
inherited

Response

boolean

isUsePooledBuffers

isUsePooledBuffers() : boolean
inherited

Response

boolean

setAcceptBacklog

setAcceptBacklog( $acceptBacklog) : $this
inherited

Arguments

$acceptBacklog

integer

Response

$this

setAcceptUnmaskedFrames

setAcceptUnmaskedFrames( $acceptUnmaskedFrames) : $this
inherited

Arguments

$acceptUnmaskedFrames

boolean

Response

$this

setAlpnVersions

setAlpnVersions( $alpnVersions) : $this
inherited

Arguments

$alpnVersions

string

Response

$this

setCharset

setCharset( $charset) : $this

Arguments

$charset

string

Response

$this

setClientAuth

setClientAuth( $clientAuth) : $this
inherited

Arguments

$clientAuth

string

Response

$this

setClientAuthRequired

setClientAuthRequired( $clientAuthRequired) : $this
inherited

Arguments

$clientAuthRequired

boolean

Response

$this

setCompressionLevel

setCompressionLevel( $compressionLevel) : $this
inherited

Arguments

$compressionLevel

integer

Response

$this

setCompressionSupported

setCompressionSupported( $compressionSupported) : $this
inherited

Arguments

$compressionSupported

boolean

Response

$this

setDecoderInitialBufferSize

setDecoderInitialBufferSize( $decoderInitialBufferSize) : $this
inherited

Arguments

$decoderInitialBufferSize

integer

Response

$this

setDecompressionSupported

setDecompressionSupported( $decompressionSupported) : $this
inherited

Arguments

$decompressionSupported

boolean

Response

$this

setEnabledSecureTransportProtocols

setEnabledSecureTransportProtocols( $enabledSecureTransportProtocols) : $this
inherited

Arguments

$enabledSecureTransportProtocols

string

Response

$this

setHandle100ContinueAutomatically

setHandle100ContinueAutomatically( $handle100ContinueAutomatically) : $this
inherited

Arguments

$handle100ContinueAutomatically

boolean

Response

$this

setHost

setHost( $host) : $this
inherited

Arguments

$host

string

Response

$this

setHttp2ConnectionWindowSize

setHttp2ConnectionWindowSize( $http2ConnectionWindowSize) : $this
inherited

Arguments

$http2ConnectionWindowSize

integer

Response

$this

setIdleTimeout

setIdleTimeout( $idleTimeout) : $this
inherited

Arguments

$idleTimeout

integer

Response

$this

setIdleTimeoutUnit

setIdleTimeoutUnit( $idleTimeoutUnit) : $this
inherited

Arguments

$idleTimeoutUnit

string

Response

$this

setInitialSettings

setInitialSettings( $initialSettings) : $this
inherited

Arguments

$initialSettings

Http2Settings|array

Response

$this

setIntputrc

setIntputrc( $intputrc) : $this

Arguments

$intputrc

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

setMaxChunkSize

setMaxChunkSize( $maxChunkSize) : $this
inherited

Arguments

$maxChunkSize

integer

Response

$this

setMaxHeaderSize

setMaxHeaderSize( $maxHeaderSize) : $this
inherited

Arguments

$maxHeaderSize

integer

Response

$this

setMaxInitialLineLength

setMaxInitialLineLength( $maxInitialLineLength) : $this
inherited

Arguments

$maxInitialLineLength

integer

Response

$this

setMaxWebsocketFrameSize

setMaxWebsocketFrameSize( $maxWebsocketFrameSize) : $this
inherited

Arguments

$maxWebsocketFrameSize

integer

Response

$this

setMaxWebsocketMessageSize

setMaxWebsocketMessageSize( $maxWebsocketMessageSize) : $this
inherited

Arguments

$maxWebsocketMessageSize

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

setPerFrameWebsocketCompressionSupported

setPerFrameWebsocketCompressionSupported( $perFrameWebsocketCompressionSupported) : $this
inherited

Arguments

$perFrameWebsocketCompressionSupported

boolean

Response

$this

setPerMessageWebsocketCompressionSupported

setPerMessageWebsocketCompressionSupported( $perMessageWebsocketCompressionSupported) : $this
inherited

Arguments

$perMessageWebsocketCompressionSupported

boolean

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

setSendBufferSize

setSendBufferSize( $sendBufferSize) : $this
inherited

Arguments

$sendBufferSize

integer

Response

$this

setShellHtmlResource

setShellHtmlResource( $shellHtmlResource) : $this

Arguments

$shellHtmlResource

Buffer

Response

$this

setSni

setSni( $sni) : $this
inherited

Arguments

$sni

boolean

Response

$this

setSockJSHandlerOptions

setSockJSHandlerOptions( $sockJSHandlerOptions) : $this

Arguments

$sockJSHandlerOptions

SockJSHandlerOptions|array

Response

$this

setSockJSPath

setSockJSPath( $sockJSPath) : $this

Arguments

$sockJSPath

string

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

setTermJsResource

setTermJsResource( $termJsResource) : $this

Arguments

$termJsResource

Buffer

Response

$this

setTrafficClass

setTrafficClass( $trafficClass) : $this
inherited

Arguments

$trafficClass

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

setVertsShellJsResource

setVertsShellJsResource( $vertsShellJsResource) : $this

Arguments

$vertsShellJsResource

Buffer

Response

$this

setWebsocketAllowServerNoContext

setWebsocketAllowServerNoContext( $websocketAllowServerNoContext) : $this
inherited

Arguments

$websocketAllowServerNoContext

boolean

Response

$this

setWebsocketCompressionLevel

setWebsocketCompressionLevel( $websocketCompressionLevel) : $this
inherited

Arguments

$websocketCompressionLevel

integer

Response

$this

setWebsocketPreferredClientNoContext

setWebsocketPreferredClientNoContext( $websocketPreferredClientNoContext) : $this
inherited

Arguments

$websocketPreferredClientNoContext

boolean

Response

$this

setWebsocketSubProtocols

setWebsocketSubProtocols( $websocketSubProtocols) : $this
inherited

Arguments

$websocketSubProtocols

string

Response

$this