|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.remote.EndpointWriter.TakeOver
public static class EndpointWriter.TakeOver
This message signals that the current association maintained by the local EndpointWriter and EndpointReader is to be overridden by a new inbound association. This is needed to avoid parallel inbound associations from the same remote endpoint: when a parallel inbound association is detected, the old one is removed and the new one is used instead. param: handle Handle of the new inbound association.
| Constructor Summary | |
|---|---|
EndpointWriter.TakeOver(AkkaProtocolHandle handle,
ActorRef replyTo)
|
|
| Method Summary | |
|---|---|
AkkaProtocolHandle |
handle()
|
ActorRef |
replyTo()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface scala.Product |
|---|
productArity, productElement, productIterator, productPrefix |
| Methods inherited from interface scala.Equals |
|---|
canEqual, equals |
| Constructor Detail |
|---|
public EndpointWriter.TakeOver(AkkaProtocolHandle handle,
ActorRef replyTo)
| Method Detail |
|---|
public AkkaProtocolHandle handle()
public ActorRef replyTo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||