package rpc
Type Members
- sealed trait ChannelFor extends Product with Serializable
- final case class ChannelForAddress(host: String, port: Int) extends ChannelFor with Product with Serializable
- final case class ChannelForPort(port: Int) extends ChannelFor with Product with Serializable
- final case class ChannelForSocketAddress(serverAddress: SocketAddress) extends ChannelFor with Product with Serializable
- final case class ChannelForTarget(target: String) extends ChannelFor with Product with Serializable