Package org.apache.pekko.io
Class Tcp.WriteFile
- java.lang.Object
- 
- org.apache.pekko.io.Tcp.WriteCommand
- 
- org.apache.pekko.io.Tcp.SimpleWriteCommand
- 
- org.apache.pekko.io.Tcp.WriteFile
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- NoSerializationVerificationNeeded,- org.apache.pekko.io.SelectionHandler.HasFailureMessage,- Tcp.Command,- Tcp.Message,- scala.Equals,- scala.Product
 - Enclosing class:
- Tcp
 
 public static final class Tcp.WriteFile extends Tcp.SimpleWriteCommand implements scala.Product, java.io.Serializable Deprecated.Use WritePath instead. Since Akka 2.5.10.- See Also:
- Tcp.WritePath, Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Tcp.Eventack()Deprecated.The acknowledgment token associated with this write command.booleancanEqual(java.lang.Object x$1)Deprecated.Tcp.WriteFilecopy(java.lang.String filePath, long position, long count, Tcp.Event ack)Deprecated.java.lang.Stringcopy$default$1()Deprecated.longcopy$default$2()Deprecated.longcopy$default$3()Deprecated.Tcp.Eventcopy$default$4()Deprecated.longcount()Deprecated.booleanequals(java.lang.Object x$1)Deprecated.java.lang.StringfilePath()Deprecated.inthashCode()Deprecated.longposition()Deprecated.intproductArity()Deprecated.java.lang.ObjectproductElement(int x$1)Deprecated.java.lang.StringproductElementName(int x$1)Deprecated.scala.collection.Iterator<java.lang.Object>productIterator()Deprecated.java.lang.StringproductPrefix()Deprecated.java.lang.StringtoString()Deprecated.- 
Methods inherited from class org.apache.pekko.io.Tcp.SimpleWriteCommandappend, wantsAck
 - 
Methods inherited from class org.apache.pekko.io.Tcp.WriteCommand$plus$colon, $plus$plus$colon, prepend, prepend
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.pekko.io.Tcp.CommandfailureMessage
 
- 
 
- 
- 
- 
Constructor Detail- 
WriteFilepublic WriteFile(java.lang.String filePath, long position, long count, Tcp.Event ack)Deprecated.
 
- 
 - 
Method Detail- 
filePathpublic java.lang.String filePath() Deprecated.
 - 
positionpublic long position() Deprecated.
 - 
countpublic long count() Deprecated.
 - 
ackpublic Tcp.Event ack() Deprecated.Description copied from class:Tcp.SimpleWriteCommandThe acknowledgment token associated with this write command.- Specified by:
- ackin class- Tcp.SimpleWriteCommand
 
 - 
copypublic Tcp.WriteFile copy(java.lang.String filePath, long position, long count, Tcp.Event ack) Deprecated.
 - 
copy$default$1public java.lang.String copy$default$1() Deprecated.
 - 
copy$default$2public long copy$default$2() Deprecated.
 - 
copy$default$3public long copy$default$3() Deprecated.
 - 
copy$default$4public Tcp.Event copy$default$4() Deprecated.
 - 
productPrefixpublic java.lang.String productPrefix() Deprecated.- Specified by:
- productPrefixin interface- scala.Product
 
 - 
productAritypublic int productArity() Deprecated.- Specified by:
- productArityin interface- scala.Product
 
 - 
productElementpublic java.lang.Object productElement(int x$1) Deprecated.- Specified by:
- productElementin interface- scala.Product
 
 - 
productIteratorpublic scala.collection.Iterator<java.lang.Object> productIterator() Deprecated.- Specified by:
- productIteratorin interface- scala.Product
 
 - 
canEqualpublic boolean canEqual(java.lang.Object x$1) Deprecated.- Specified by:
- canEqualin interface- scala.Equals
 
 - 
productElementNamepublic java.lang.String productElementName(int x$1) Deprecated.- Specified by:
- productElementNamein interface- scala.Product
 
 - 
hashCodepublic int hashCode() Deprecated.- Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() Deprecated.- Overrides:
- toStringin class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object x$1) Deprecated.- Specified by:
- equalsin interface- scala.Equals
- Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-