Packages

package rpc

Package Members

  1. package channel
  2. package internal
  3. package protocol

Type Members

  1. sealed trait ChannelFor extends Product with Serializable
  2. final case class ChannelForAddress(host: String, port: Int) extends ChannelFor with Product with Serializable
  3. final case class ChannelForPort(port: Int) extends ChannelFor with Product with Serializable
  4. final case class ChannelForSocketAddress(serverAddress: SocketAddress) extends ChannelFor with Product with Serializable
  5. final case class ChannelForTarget(target: String) extends ChannelFor with Product with Serializable

Ungrouped