Uses of Class
org.teamapps.cluster.model.cluster.ClusterFileTransferResponse
| Package | Description |
|---|---|
| org.teamapps.cluster.model.cluster |
-
Uses of ClusterFileTransferResponse in org.teamapps.cluster.model.cluster
Fields in org.teamapps.cluster.model.cluster with type parameters of type ClusterFileTransferResponse Modifier and Type Field Description static java.util.function.Function<byte[],ClusterFileTransferResponse>ClusterFileTransferResponse. DECODER_FUNCTIONMethods in org.teamapps.cluster.model.cluster that return ClusterFileTransferResponse Modifier and Type Method Description ClusterFileTransferResponseClusterFileTransferResponse. setFileId(java.lang.String value)ClusterFileTransferResponseClusterFileTransferResponse. setReceivedData(long value)Methods in org.teamapps.cluster.model.cluster that return types with arguments of type ClusterFileTransferResponse Modifier and Type Method Description static org.teamapps.protocol.message.MessageDecoder<ClusterFileTransferResponse>ClusterFileTransferResponse. getMessageDecoder()