Class ChannelLocalActor
- java.lang.Object
-
- org.apache.pekko.remote.transport.netty.ChannelLocalActor
-
public class ChannelLocalActor extends java.lang.ObjectINTERNAL API
-
-
Constructor Summary
Constructors Constructor Description ChannelLocalActor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidforEach(java.util.function.Consumer<? super T> x$1)static Tget(org.jboss.netty.channel.Channel x$1)static scala.Option<AssociationHandle.HandleEventListener>initialValue(org.jboss.netty.channel.Channel channel)static java.util.Iterator<java.util.Map.Entry<org.jboss.netty.channel.Channel,T>>iterator()static voidnotifyListener(org.jboss.netty.channel.Channel channel, AssociationHandle.HandleEvent msg)static Tremove(org.jboss.netty.channel.Channel x$1)static Tset(org.jboss.netty.channel.Channel x$1, T x$2)static TsetIfAbsent(org.jboss.netty.channel.Channel x$1, T x$2)static java.util.Spliterator<T>spliterator()
-
-
-
Method Detail
-
initialValue
public static scala.Option<AssociationHandle.HandleEventListener> initialValue(org.jboss.netty.channel.Channel channel)
-
notifyListener
public static void notifyListener(org.jboss.netty.channel.Channel channel, AssociationHandle.HandleEvent msg)
-
forEach
public static void forEach(java.util.function.Consumer<? super T> x$1)
-
spliterator
public static java.util.Spliterator<T> spliterator()
-
get
public static T get(org.jboss.netty.channel.Channel x$1)
-
set
public static T set(org.jboss.netty.channel.Channel x$1, T x$2)
-
setIfAbsent
public static T setIfAbsent(org.jboss.netty.channel.Channel x$1, T x$2)
-
remove
public static T remove(org.jboss.netty.channel.Channel x$1)
-
iterator
public static java.util.Iterator<java.util.Map.Entry<org.jboss.netty.channel.Channel,T>> iterator()
-
-