Package

org.apache.gearpump.transport

netty

Permalink

package netty

Visibility
  1. Public
  2. All

Type Members

  1. class Client extends Actor

    Permalink

    Netty Client implemented as an actor, on the other side, there is a netty server Actor.

    Netty Client implemented as an actor, on the other side, there is a netty server Actor. All messages sent to this actor will be forwarded to remote machine.

  2. class Context extends IContext

    Permalink

    Netty Context

  3. trait IContext extends AnyRef

    Permalink
  4. trait ITransportMessageSerializer extends AnyRef

    Permalink
  5. class MessageBatch extends AnyRef

    Permalink
  6. class MessageDecoder extends FrameDecoder

    Permalink
  7. class MessageEncoder extends OneToOneEncoder

    Permalink
  8. class NettyConfig extends AnyRef

    Permalink
  9. class NettyRenameThreadFactory extends ThreadFactory

    Permalink
  10. class Server extends Actor

    Permalink

    Netty server actor, message received will be forward to the target on the address line.

  11. class TaskMessage extends AnyRef

    Permalink
  12. class WrappedChannelBuffer extends DataInput

    Permalink

Value Members

  1. object Client

    Permalink
  2. object Context

    Permalink
  3. object NettyUtil

    Permalink
  4. object Server

    Permalink

Ungrouped