Package org.apache.pekko.io
Class Tcp.ConfirmedClosed$
- java.lang.Object
- 
- org.apache.pekko.io.Tcp.ConfirmedClosed$
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- DeadLetterSuppression,- NoSerializationVerificationNeeded,- Tcp.ConnectionClosed,- Tcp.Event,- Tcp.Message,- scala.Equals,- scala.Product
 - Enclosing class:
- Tcp
 
 public static class Tcp.ConfirmedClosed$ extends java.lang.Object implements Tcp.ConnectionClosed, scala.Product, java.io.Serializable The connection has been half-closed by us and then half-close by the peer in response to aConfirmedClosecommand.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static Tcp.ConfirmedClosed$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description ConfirmedClosed$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)inthashCode()booleanisConfirmed()trueiff the connection has been fully closed in response to aConfirmedClosecommand.intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.pekko.io.Tcp.ConnectionClosedgetErrorCause, isAborted, isErrorClosed, isPeerClosed
 
- 
 
- 
- 
- 
Field Detail- 
MODULE$public static final Tcp.ConfirmedClosed$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
isConfirmedpublic boolean isConfirmed() Description copied from interface:Tcp.ConnectionClosedtrueiff the connection has been fully closed in response to aConfirmedClosecommand.- Specified by:
- isConfirmedin interface- Tcp.ConnectionClosed
 
 - 
productPrefixpublic java.lang.String productPrefix() - Specified by:
- productPrefixin interface- scala.Product
 
 - 
productAritypublic int productArity() - Specified by:
- productArityin interface- scala.Product
 
 - 
productElementpublic java.lang.Object productElement(int x$1) - Specified by:
- productElementin interface- scala.Product
 
 - 
productIteratorpublic scala.collection.Iterator<java.lang.Object> productIterator() - Specified by:
- productIteratorin interface- scala.Product
 
 - 
canEqualpublic boolean canEqual(java.lang.Object x$1) - Specified by:
- canEqualin interface- scala.Equals
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-