Options for configuring a SockJS handler
package |
Default |
---|
__construct( $sockJSHandlerOptions = null)
mixed | null
addDisabledTransport( $disabledTransports) : $this
string
$this
getDisabledTransports() : array
array
getHeartbeatInterval() : integer
integer
getLibraryURL() : string
string
getMaxBytesStreaming() : integer
integer
getSessionTimeout() : integer
integer
isInsertJSESSIONID() : boolean
boolean
setHeartbeatInterval( $heartbeatInterval) : $this
integer
$this
setInsertJSESSIONID( $insertJSESSIONID) : $this
boolean
$this
setLibraryURL( $libraryURL) : $this
string
$this
setMaxBytesStreaming( $maxBytesStreaming) : $this
integer
$this
setSessionTimeout( $sessionTimeout) : $this
integer
$this