akka.remote

netty

package netty

Visibility
  1. Public
  2. All

Type Members

  1. class ActiveRemoteClient extends RemoteClient

    RemoteClient represents a connection to an Akka node.

  2. class ActiveRemoteClientHandler extends SimpleChannelUpstreamHandler

  3. class ActiveRemoteClientPipelineFactory extends ChannelPipelineFactory

  4. class DefaultDisposableChannelGroup extends DefaultChannelGroup

  5. trait NettyRemoteClientModule extends RemoteClientModule

  6. class NettyRemoteServer extends AnyRef

  7. trait NettyRemoteServerModule extends RemoteServerModule

  8. class NettyRemoteSupport extends RemoteSupport with NettyRemoteServerModule with NettyRemoteClientModule

    Provides the implementation of the Netty remote support

  9. class RemoteClient extends AnyRef

    This is the abstract baseclass for netty remote clients, currently there's only an ActiveRemoteClient, but others could be feasible, like a PassiveRemoteClient that reuses an already established connection.

  10. class RemoteClientMessageBufferException extends AkkaException

  11. class RemoteServerHandler extends SimpleChannelUpstreamHandler

  12. class RemoteServerPipelineFactory extends ChannelPipelineFactory

Value Members

  1. object RemoteEncoder extends AnyRef