Uses of Enum Class
eu.cloudnetservice.driver.network.chunk.TransferStatus
Packages that use TransferStatus
-
Uses of TransferStatus in eu.cloudnetservice.driver.network.chunk
Subclasses with type arguments of type TransferStatus in eu.cloudnetservice.driver.network.chunkModifier and TypeClassDescriptionenumRepresents the status of a finished chunked packet transfer.Methods in eu.cloudnetservice.driver.network.chunk that return TransferStatusModifier and TypeMethodDescriptionChunkedPacketProvider.transferStatus()Get the current transfer status, either while sending or receiving.static TransferStatusReturns the enum constant of this class with the specified name.static TransferStatus[]TransferStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.cloudnetservice.driver.network.chunk that return types with arguments of type TransferStatusModifier and TypeMethodDescriptionChunkedPacketSender.transferChunkedData()Transfers the data from the data source to all targets of this sender.