Github user gemmellr commented on the issue:

    https://github.com/apache/qpid-proton-j/pull/7
  
    I've pushed a change to expose the currently available bytes length. I went 
with 'available()' since it felt natural for what its indicating, and applying 
to both send/recv cases. In hindsight, 'remaining' could also be good, as thats 
what proton uses for actual buffers, though I think I still prefer 'available' 
here.
    
    I've just left the existing method unchanged for now, keeping it aligned 
with the various other related impl methods and as a bonus delays screwing with 
anyone who had been reflecting access to it thus far, we can consolidate them 
as and when the impl changes otherwise.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to