Package akka.stream.impl.io
Class TcpConnectionStage.Inbound
- java.lang.Object
-
- akka.stream.impl.io.TcpConnectionStage.Inbound
-
- All Implemented Interfaces:
TcpConnectionStage.TcpRole,java.io.Serializable,scala.Equals,scala.Product,scala.Serializable
- Enclosing class:
- TcpConnectionStage
public static class TcpConnectionStage.Inbound extends java.lang.Object implements TcpConnectionStage.TcpRole, scala.Product, scala.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Inbound(ActorRef connection, boolean halfClose, IOSettings ioSettings, scala.Function0<scala.runtime.BoxedUnit> registerCallback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)ActorRefconnection()TcpConnectionStage.Inboundcopy(ActorRef connection, boolean halfClose, IOSettings ioSettings, scala.Function0<scala.runtime.BoxedUnit> registerCallback)ActorRefcopy$default$1()booleancopy$default$2()IOSettingscopy$default$3()scala.Function0<scala.runtime.BoxedUnit>copy$default$4()booleanequals(java.lang.Object x$1)booleanhalfClose()inthashCode()IOSettingsioSettings()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()scala.Function0<scala.runtime.BoxedUnit>registerCallback()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Inbound
public Inbound(ActorRef connection, boolean halfClose, IOSettings ioSettings, scala.Function0<scala.runtime.BoxedUnit> registerCallback)
-
-
Method Detail
-
connection
public ActorRef connection()
-
halfClose
public boolean halfClose()
- Specified by:
halfClosein interfaceTcpConnectionStage.TcpRole
-
ioSettings
public IOSettings ioSettings()
- Specified by:
ioSettingsin interfaceTcpConnectionStage.TcpRole
-
registerCallback
public scala.Function0<scala.runtime.BoxedUnit> registerCallback()
-
copy
public TcpConnectionStage.Inbound copy(ActorRef connection, boolean halfClose, IOSettings ioSettings, scala.Function0<scala.runtime.BoxedUnit> registerCallback)
-
copy$default$1
public ActorRef copy$default$1()
-
copy$default$2
public boolean copy$default$2()
-
copy$default$3
public IOSettings copy$default$3()
-
copy$default$4
public scala.Function0<scala.runtime.BoxedUnit> copy$default$4()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-