Skip to content

Commit

Permalink
Sync ProtonJ2 with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Jan 27, 2025
1 parent 06e34cc commit 3ca8e71
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
import org.apache.qpid.protonj2.engine.util.SequenceNumber;
import org.apache.qpid.protonj2.engine.util.UnsettledMap;
import org.apache.qpid.protonj2.types.UnsignedInteger;
import org.apache.qpid.protonj2.types.transport.*;
import org.apache.qpid.protonj2.types.transport.Begin;
import org.apache.qpid.protonj2.types.transport.Disposition;
import org.apache.qpid.protonj2.types.transport.Flow;
import org.apache.qpid.protonj2.types.transport.Role;
import org.apache.qpid.protonj2.types.transport.Transfer;
import org.apache.qpid.protonj2.types.transport.DeliveryState;

/**
* Tracks the incoming window and provides management of that window in relation to receiver links.
Expand Down

0 comments on commit 3ca8e71

Please sign in to comment.