Packages

final class PortFile extends Serializable

This file should exist throughout the lifetime of the server. It can be used to find out the transport protocol (port number etc).

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PortFile
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def equals(o: Any): Boolean
    Definition Classes
    PortFile → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    PortFile → AnyRef → Any
  3. def toString(): String
    Definition Classes
    PortFile → AnyRef → Any
  4. val tokenfilePath: Option[String]
  5. val tokenfileUri: Option[String]
  6. val uri: String
  7. def withTokenfilePath(tokenfilePath: String): PortFile
  8. def withTokenfilePath(tokenfilePath: Option[String]): PortFile
  9. def withTokenfileUri(tokenfileUri: String): PortFile
  10. def withTokenfileUri(tokenfileUri: Option[String]): PortFile
  11. def withUri(uri: String): PortFile