ShellServiceOptions

Extends \io\vertx\jphp\ext\shell\ShellServerOptions

The configurations options for the shell service, the shell connectors can be configured with , and .

package

Default

Methods

ShellServerOptions constructor

__construct( $shellServerOptions = null) 
inherited

Arguments

$shellServerOptions

mixed | null

getHttpOptions

getHttpOptions() : \io\vertx\jphp\ext\shell\term\HttpTermOptions

getReaperInterval

getReaperInterval() : integer
inherited

Response

integer

getSessionTimeout

getSessionTimeout() : integer
inherited

Response

integer

getSSHOptions

getSSHOptions() : \io\vertx\jphp\ext\shell\term\SSHTermOptions

getTelnetOptions

getTelnetOptions() : \io\vertx\jphp\ext\shell\term\TelnetTermOptions

getWelcomeMessage

getWelcomeMessage() : string
inherited

Response

string

setHttpOptions

setHttpOptions( $httpOptions) : $this

Arguments

$httpOptions

HttpTermOptions|array

Response

$this

setReaperInterval

setReaperInterval( $reaperInterval) : $this
inherited

Arguments

$reaperInterval

integer

Response

$this

setSessionTimeout

setSessionTimeout( $sessionTimeout) : $this
inherited

Arguments

$sessionTimeout

integer

Response

$this

setSSHOptions

setSSHOptions( $sshOptions) : $this

Arguments

$sshOptions

SSHTermOptions|array

Response

$this

setTelnetOptions

setTelnetOptions( $telnetOptions) : $this

Arguments

$telnetOptions

TelnetTermOptions|array

Response

$this

setWelcomeMessage

setWelcomeMessage( $welcomeMessage) : $this
inherited

Arguments

$welcomeMessage

string

Response

$this