SSHServer

case class SSHServer(login: String, host: String, port: Int)(timeout: Time, authenticate: SSHClient => Unit, keepAlive: Option[Time])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val authenticate: SSHClient => Unit
val keepAlive: Option[Time]
val timeout: Time