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
Ordering
- Alphabetic
- By Inheritance
Inherited
- PortFile
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
equals(o: Any): Boolean
- Definition Classes
- PortFile → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- PortFile → AnyRef → Any
-
def
toString(): String
- Definition Classes
- PortFile → AnyRef → Any
- val tokenfilePath: Option[String]
- val tokenfileUri: Option[String]
- val uri: String
- def withTokenfilePath(tokenfilePath: String): PortFile
- def withTokenfilePath(tokenfilePath: Option[String]): PortFile
- def withTokenfileUri(tokenfileUri: String): PortFile
- def withTokenfileUri(tokenfileUri: Option[String]): PortFile
- def withUri(uri: String): PortFile