Interface ChunkedPacketProvider

All Known Subinterfaces:
ChunkedPacketHandler, ChunkedPacketSender

public interface ChunkedPacketProvider
Represents an object which is associated to chunked packets in any way and provides general information.
Since:
4.0
  • Method Details

    • transferStatus

      @NonNull @NonNull TransferStatus transferStatus()
      Get the current transfer status, either while sending or receiving.
      Returns:
      the current transfer status
    • sessionInformation

      Get the session information which is associated with this provider.
      Returns:
      the session information.