Class ClusterFileTransferResponse

java.lang.Object
org.teamapps.cluster.dto.Message
org.teamapps.cluster.model.cluster.ClusterFileTransferResponse

public class ClusterFileTransferResponse
extends Message
  • Field Details

  • Constructor Details

    • ClusterFileTransferResponse

      public ClusterFileTransferResponse()
    • ClusterFileTransferResponse

      public ClusterFileTransferResponse​(java.nio.ByteBuffer buf)
    • ClusterFileTransferResponse

      public ClusterFileTransferResponse​(java.io.DataInputStream dis) throws java.io.IOException
      Throws:
      java.io.IOException
    • ClusterFileTransferResponse

      public ClusterFileTransferResponse​(java.io.DataInputStream dis, FileProvider fileProvider) throws java.io.IOException
      Throws:
      java.io.IOException
    • ClusterFileTransferResponse

      public ClusterFileTransferResponse​(byte[] bytes) throws java.io.IOException
      Throws:
      java.io.IOException
    • ClusterFileTransferResponse

      public ClusterFileTransferResponse​(byte[] bytes, FileProvider fileProvider) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details