class SSHTermOptions extends AnyRef
The SSH term configuration options.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SSHTermOptions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SSHTermOptions(_asJava: ext.shell.term.SSHTermOptions)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava: ext.shell.term.SSHTermOptions
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDefaultCharset: String
- def getHost: String
- def getIntputrc: String
- def getPort: Int
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setDefaultCharset(value: String): SSHTermOptions
Set the default charset to use when the client does not specifies one.
-
def
setHost(value: String): SSHTermOptions
Set the host
-
def
setIntputrc(value: String): SSHTermOptions
The path of the inputrc config.
-
def
setKeyPairOptions(value: JksOptions): SSHTermOptions
Set the key pair options in jks format, aka Java keystore.
-
def
setPemKeyPairOptions(value: PemKeyCertOptions): SSHTermOptions
Set the key pair store options in pem format.
-
def
setPfxKeyPairOptions(value: PfxOptions): SSHTermOptions
Set the key pair options in pfx format.
-
def
setPort(value: Int): SSHTermOptions
Set the port
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )