akka.remote

netty

package netty

Visibility
  1. Public
  2. All

Type Members

  1. class ActiveRemoteClientPipelineFactory extends ChannelPipelineFactory

  2. class RemoteClientMessageBufferException extends AkkaException

  3. class RemoteServerPipelineFactory extends ChannelPipelineFactory

  4. class ActiveRemoteClient extends RemoteClient

    RemoteClient represents a connection to an Akka node.

  5. class ActiveRemoteClientHandler extends IdleStateAwareChannelHandler

    Annotations
    @Sharable() @deprecated
    Deprecated

    (Since version 2.0.2) Will become private[akka] in 2.1, this is not user-api

  6. class DefaultDisposableChannelGroup extends DefaultChannelGroup

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.2) Will become private[akka] in 2.1, this is not user-api

  7. class NettyRemoteServer extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.2) Will become private[akka] in 2.1, this is not user-api

  8. class NettyRemoteTransport extends RemoteTransport with RemoteMarshallingOps

    Provides the implementation of the Netty remote support

  9. class NettySettings extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.2) Will become private[akka] in 2.1, this is not user-api

  10. class PassiveRemoteClient extends RemoteClient

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.2) Will become private[akka] in 2.1, this is not user-api

  11. abstract 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.

  12. class RemoteMessageDecoder extends ProtobufDecoder

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.2) Will become private[akka] in 2.1, this is not user-api

  13. class RemoteMessageEncoder extends ProtobufEncoder

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.2) Will become private[akka] in 2.1, this is not user-api

  14. class RemoteServerAuthenticationHandler extends SimpleChannelUpstreamHandler

    Annotations
    @Sharable() @deprecated
    Deprecated

    (Since version 2.0.2) Will become private[akka] in 2.1, this is not user-api

  15. class RemoteServerHandler extends SimpleChannelUpstreamHandler

    Annotations
    @Sharable() @deprecated
    Deprecated

    (Since version 2.0.2) Will become private[akka] in 2.1, this is not user-api

Deprecated Value Members

  1. object ChannelLocalSystem extends ChannelLocal[ActorSystemImpl]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.2) Will become private[akka] in 2.1, this is not user-api