SSHTermOptions

The SSH term configuration options.

package

Default

Methods

SSHTermOptions constructor

__construct( $sshTermOptions = null) 

Arguments

$sshTermOptions

mixed | null

getAuthOptions

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

getDefaultCharset

getDefaultCharset() : string

Response

string

getHost

getHost() : string

Response

string

getIntputrc

getIntputrc() : string

Response

string

getPort

getPort() : integer

Response

integer

setDefaultCharset

setDefaultCharset( $defaultCharset) : $this

Arguments

$defaultCharset

string

Response

$this

setHost

setHost( $host) : $this

Arguments

$host

string

Response

$this

setIntputrc

setIntputrc( $intputrc) : $this

Arguments

$intputrc

string

Response

$this

setKeyPairOptions

setKeyPairOptions( $keyPairOptions) : $this

Arguments

$keyPairOptions

JksOptions|array

Response

$this

setPemKeyPairOptions

setPemKeyPairOptions( $pemKeyPairOptions) : $this

Arguments

$pemKeyPairOptions

PemKeyCertOptions|array

Response

$this

setPfxKeyPairOptions

setPfxKeyPairOptions( $pfxKeyPairOptions) : $this

Arguments

$pfxKeyPairOptions

PfxOptions|array

Response

$this

setPort

setPort( $port) : $this

Arguments

$port

integer

Response

$this