Package akka.remote.transport.netty
Class ChannelLocalActor$
- java.lang.Object
-
- org.jboss.netty.channel.ChannelLocal<scala.Option<AssociationHandle.HandleEventListener>>
-
- akka.remote.transport.netty.ChannelLocalActor$
-
- All Implemented Interfaces:
java.lang.Iterable<java.util.Map.Entry<org.jboss.netty.channel.Channel,scala.Option<AssociationHandle.HandleEventListener>>>
public class ChannelLocalActor$ extends org.jboss.netty.channel.ChannelLocal<scala.Option<AssociationHandle.HandleEventListener>>
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static ChannelLocalActor$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ChannelLocalActor$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Option<AssociationHandle.HandleEventListener>
initialValue(org.jboss.netty.channel.Channel channel)
void
notifyListener(org.jboss.netty.channel.Channel channel, AssociationHandle.HandleEvent msg)
-
Methods inherited from class org.jboss.netty.channel.ChannelLocal
get, iterator, remove, set, setIfAbsent
-
-
-
-
Field Detail
-
MODULE$
public static final ChannelLocalActor$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
initialValue
public scala.Option<AssociationHandle.HandleEventListener> initialValue(org.jboss.netty.channel.Channel channel)
- Overrides:
initialValue
in classorg.jboss.netty.channel.ChannelLocal<scala.Option<AssociationHandle.HandleEventListener>>
-
notifyListener
public void notifyListener(org.jboss.netty.channel.Channel channel, AssociationHandle.HandleEvent msg)
-
-