You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/10/28 19:36:59 UTC

[jira] [Commented] (PROTON-1337) [proton-j] Add methods and Sender and Receiver that allow for alternate buffer types

    [ https://issues.apache.org/jira/browse/PROTON-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15616320#comment-15616320 ] 

ASF subversion and git services commented on PROTON-1337:
---------------------------------------------------------

Commit acf1f6eb182a62ce047270c0c6483bcd0b2eb083 in qpid-proton's branch refs/heads/master from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=acf1f6e ]

PROTON-1337 Add alternate send and recv methods that use generic buffers

Add support for clients that use other buffering types to interact with
the Sender and Receiver using a ReadableBuffer and WritableBuffer
abstraction.  

> [proton-j] Add methods and Sender and Receiver that allow for alternate buffer types
> ------------------------------------------------------------------------------------
>
>                 Key: PROTON-1337
>                 URL: https://issues.apache.org/jira/browse/PROTON-1337
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-j
>    Affects Versions: 0.15.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 0.16.0
>
>
> The current send and recv method in Sender and Receiver (as well as in DeliveryImpl) operate on byte array types.  Depending on the application the code might actually be using some other byte buffering scheme such as ByteBuffer etc.  We can easily provide additional methods that operate on a generic ReadableBuffer and WritableBuffer type that we define so that these applications can operate more efficiently.  
> We already define WritableBuffer, the ReadableBuffer would like quite the same.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org