Package org.apache.pekko.io
Class Tcp.Abort$
- java.lang.Object
- 
- org.apache.pekko.io.Tcp.Abort$
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- DeadLetterSuppression,- NoSerializationVerificationNeeded,- org.apache.pekko.io.SelectionHandler.HasFailureMessage,- Tcp.CloseCommand,- Tcp.Command,- Tcp.Message,- scala.Equals,- scala.Product
 - Enclosing class:
- Tcp
 
 public static class Tcp.Abort$ extends java.lang.Object implements Tcp.CloseCommand, scala.Product, java.io.Serializable An abort operation will not flush pending writes and will issue a TCP ABORT command to the O/S kernel which should result in a TCP_RST packet being sent to the peer. The sender of this command and the registered handler for incoming data will both be notified once the socket is closed using aAbortedmessage.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static Tcp.Abort$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description Abort$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)Tcp.Aborted$event()The corresponding event which is sent as an acknowledgment once the close operation is finished.inthashCode()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.CommandfailureMessage
 
- 
 
- 
- 
- 
Field Detail- 
MODULE$public static final Tcp.Abort$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
eventpublic Tcp.Aborted$ event() The corresponding event which is sent as an acknowledgment once the close operation is finished.- Specified by:
- eventin interface- Tcp.CloseCommand
 
 - 
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
 
 
- 
 
-