Package

org.apache.gearpump

transport

Permalink

package transport

Visibility
  1. Public
  2. All

Type Members

  1. trait ActorLookupById extends AnyRef

    Permalink
  2. class Express extends Extension with ActorLookupById

    Permalink

    Custom networking layer.

    Custom networking layer.

    It will translate long sender/receiver address to shorter ones to reduce the network overhead.

  3. case class HostPort(host: String, port: Int) extends Product with Serializable

    Permalink

Value Members

  1. object Express extends ExtensionId[Express] with ExtensionIdProvider

    Permalink

    A customized transport layer by using Akka extension

  2. object HostPort extends Serializable

    Permalink
  3. package netty

    Permalink

Ungrouped