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 boolean
canEqual(java.lang.Object x$1)
ActorRef
connection()
TcpConnectionStage.Inbound
copy(ActorRef connection, boolean halfClose, IOSettings ioSettings, scala.Function0<scala.runtime.BoxedUnit> registerCallback)
ActorRef
copy$default$1()
boolean
copy$default$2()
IOSettings
copy$default$3()
scala.Function0<scala.runtime.BoxedUnit>
copy$default$4()
boolean
equals(java.lang.Object x$1)
boolean
halfClose()
int
hashCode()
IOSettings
ioSettings()
int
productArity()
java.lang.Object
productElement(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
scala.Function0<scala.runtime.BoxedUnit>
registerCallback()
java.lang.String
toString()
-
-
-
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:
halfClose
in interfaceTcpConnectionStage.TcpRole
-
ioSettings
public IOSettings ioSettings()
- Specified by:
ioSettings
in 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:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
-