Package akka.io
Class Tcp.ErrorClosed
- java.lang.Object
-
- akka.io.Tcp.ErrorClosed
-
- All Implemented Interfaces:
DeadLetterSuppression,NoSerializationVerificationNeeded,Tcp.ConnectionClosed,Tcp.Event,Tcp.Message,java.io.Serializable,scala.Equals,scala.Product
- Enclosing class:
- Tcp
public static final class Tcp.ErrorClosed extends java.lang.Object implements Tcp.ConnectionClosed, scala.Product, java.io.Serializable
The connection has been closed due to an IO error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorClosed(java.lang.String cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)java.lang.Stringcause()Tcp.ErrorClosedcopy(java.lang.String cause)java.lang.Stringcopy$default$1()booleanequals(java.lang.Object x$1)java.lang.StringgetErrorCause()IfisErrorClosedreturns true, then the error condition can be retrieved by this method.inthashCode()booleanisErrorClosed()trueiff the connection has been closed due to an IO error.intproductArity()java.lang.ObjectproductElement(int x$1)java.lang.StringproductElementName(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface akka.io.Tcp.ConnectionClosed
isAborted, isConfirmed, isPeerClosed
-
-
-
-
Method Detail
-
cause
public java.lang.String cause()
-
isErrorClosed
public boolean isErrorClosed()
Description copied from interface:Tcp.ConnectionClosedtrueiff the connection has been closed due to an IO error.- Specified by:
isErrorClosedin interfaceTcp.ConnectionClosed
-
getErrorCause
public java.lang.String getErrorCause()
Description copied from interface:Tcp.ConnectionClosedIfisErrorClosedreturns true, then the error condition can be retrieved by this method.- Specified by:
getErrorCausein interfaceTcp.ConnectionClosed
-
copy
public Tcp.ErrorClosed copy(java.lang.String cause)
-
copy$default$1
public java.lang.String copy$default$1()
-
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
-
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
productElementNamein interfacescala.Product
-
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
-
-