Package org.apache.pekko.stream.scaladsl
Class Tcp.ServerBinding$
java.lang.Object
org.apache.pekko.stream.scaladsl.Tcp.ServerBinding$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Tcp
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Tcp.ServerBinding$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(InetSocketAddress localAddress, scala.Function0<scala.concurrent.Future<scala.runtime.BoxedUnit>> unbindAction, scala.concurrent.Future<Done> whenUnbound) final StringtoString()scala.Option<InetSocketAddress>unapply(Tcp.ServerBinding x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ServerBinding$
public ServerBinding$()
-
-
Method Details
-
toString
-
apply
public Tcp.ServerBinding apply(InetSocketAddress localAddress, scala.Function0<scala.concurrent.Future<scala.runtime.BoxedUnit>> unbindAction, scala.concurrent.Future<Done> whenUnbound) -
unapply
-