data class OrbitServiceLocator
<init> |
OrbitServiceLocator(host: String, port: Int, namespace: String) |
host |
val host: String |
namespace |
val namespace: String |
port |
val port: Int |
toString |
fun toString(): String |
fromURI |
fun fromURI(uri: URI): OrbitServiceLocator |
invoke |
operator fun invoke(uri: URI): OrbitServiceLocatoroperator fun invoke(uri: String): OrbitServiceLocator |
toURI |
fun OrbitServiceLocator.toURI(): URI |