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 Summary
Modifier and TypeMethodDescriptionGet the session information which is associated with this provider.Get the current transfer status, either while sending or receiving.
-
Method Details
-
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.
-