Package

freestyle

rpc

Permalink

package rpc

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait ChannelFor extends Product with Serializable

    Permalink
  2. final case class ChannelForAddress(host: String, port: Int) extends ChannelFor with Product with Serializable

    Permalink
  3. final case class ChannelForPort(port: Int) extends ChannelFor with Product with Serializable

    Permalink
  4. final case class ChannelForSocketAddress(serverAddress: SocketAddress) extends ChannelFor with Product with Serializable

    Permalink
  5. final case class ChannelForTarget(target: String) extends ChannelFor with Product with Serializable

    Permalink

Value Members

  1. package protocol

    Permalink

Ungrouped