Package akka.remote.transport
Class TestAssociationHandle$
- java.lang.Object
-
- scala.runtime.AbstractFunction4<Address,Address,TestTransport,java.lang.Object,TestAssociationHandle>
-
- akka.remote.transport.TestAssociationHandle$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function4<Address,Address,TestTransport,java.lang.Object,TestAssociationHandle>
public class TestAssociationHandle$ extends scala.runtime.AbstractFunction4<Address,Address,TestTransport,java.lang.Object,TestAssociationHandle> implements java.io.Serializable
Deprecated.Classic remoting is deprecated, use Artery. Since 2.6.0.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TestAssociationHandle$
MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description TestAssociationHandle$()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TestAssociationHandle
apply(Address localAddress, Address remoteAddress, TestTransport transport, boolean inbound)
Deprecated.java.lang.String
toString()
Deprecated.scala.Option<scala.Tuple4<Address,Address,TestTransport,java.lang.Object>>
unapply(TestAssociationHandle x$0)
Deprecated.
-
-
-
Field Detail
-
MODULE$
public static final TestAssociationHandle$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
Deprecated.- Specified by:
toString
in interfacescala.Function4<Address,Address,TestTransport,java.lang.Object,TestAssociationHandle>
- Overrides:
toString
in classscala.runtime.AbstractFunction4<Address,Address,TestTransport,java.lang.Object,TestAssociationHandle>
-
apply
public TestAssociationHandle apply(Address localAddress, Address remoteAddress, TestTransport transport, boolean inbound)
Deprecated.
-
unapply
public scala.Option<scala.Tuple4<Address,Address,TestTransport,java.lang.Object>> unapply(TestAssociationHandle x$0)
Deprecated.
-
-