Class SSHTermOptions
java.lang.Object
io.vertx.ext.shell.term.SSHTermOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()intgetPort()setAuthOptions(JsonObject authOptions) Set the auth options.setDefaultCharset(String defaultCharset) Set the default charset to use when the client does not specifies one.Set the hostsetIntputrc(String intputrc) The path of the inputrc config.setKeyPairOptions(JksOptions options) Set the key pair options in jks format, aka Java keystore.setPemKeyPairOptions(PemKeyCertOptions options) Set the key pair store options in pem format.setPfxKeyPairOptions(PfxOptions options) Set the key pair options in pfx format.setPort(int port) Set the port
-
Field Details
-
DEFAULT_HOST
- See Also:
-
DEFAULT_PORT
public static final int DEFAULT_PORT- See Also:
-
DEFAULT_DEFAULT_CHARSET
-
DEFAULT_INPUTRC
- See Also:
-
-
Constructor Details
-
SSHTermOptions
public SSHTermOptions() -
SSHTermOptions
-
SSHTermOptions
-
-
Method Details
-
getHost
- Returns:
- the host
-
setHost
Set the host- Parameters:
host- the host- Returns:
- a reference to this, so the API can be used fluently
-
getPort
public int getPort()- Returns:
- the port
-
setPort
Set the port- Parameters:
port- the port- Returns:
- a reference to this, so the API can be used fluently
-
getKeyPairOptions
- Returns:
- the key pair options
-
setKeyPairOptions
Set the key pair options in jks format, aka Java keystore.- Parameters:
options- the key store in jks format- Returns:
- a reference to this, so the API can be used fluently
-
setPfxKeyPairOptions
Set the key pair options in pfx format.- Parameters:
options- the key cert options in pfx format- Returns:
- a reference to this, so the API can be used fluently
-
setPemKeyPairOptions
Set the key pair store options in pem format.- Parameters:
options- the options in pem format- Returns:
- a reference to this, so the API can be used fluently
-
getAuthOptions
- Returns:
- the auth options
-
setAuthOptions
Set the auth options.- Parameters:
authOptions- the auth options- Returns:
- a reference to this, so the API can be used fluently
-
getDefaultCharset
-
setDefaultCharset
Set the default charset to use when the client does not specifies one.- Parameters:
defaultCharset- the default charset- Returns:
- a reference to this, so the API can be used fluently
-
getIntputrc
- Returns:
- the current path of the inputrc config
-
setIntputrc
The path of the inputrc config.- Parameters:
intputrc- the path of the inputrc config- Returns:
- a reference to this, so the API can be used fluently
-