You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Benjamin Coverston (JIRA)" <ji...@apache.org> on 2010/10/15 04:31:47 UTC

[jira] Created: (THRIFT-958) Change accessmodifer on trans_ field in the FrameBuffer class to public.

Change accessmodifer on trans_ field in the FrameBuffer class to public.
------------------------------------------------------------------------

                 Key: THRIFT-958
                 URL: https://issues.apache.org/jira/browse/THRIFT-958
             Project: Thrift
          Issue Type: Improvement
          Components: Java - Library
            Reporter: Benjamin Coverston


I would like the FrameBuffer to expose its TNonblockingTransport field. It is currently private. I'm working on subclassing THsHaServer and I need to be able to identify the client by their SocketAddress. As the FrameBuffer is one of the few objects that gets marshalled across the thread/execution boundary it seems like an appropriate place to retrieve this information.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-958) Change accessmodifer on trans_ field in the FrameBuffer class to public.

Posted by "Benjamin Coverston (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Coverston updated THRIFT-958:
--------------------------------------

    Attachment: thrift-trunk-958.txt

> Change accessmodifer on trans_ field in the FrameBuffer class to public.
> ------------------------------------------------------------------------
>
>                 Key: THRIFT-958
>                 URL: https://issues.apache.org/jira/browse/THRIFT-958
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Library
>            Reporter: Benjamin Coverston
>         Attachments: thrift-trunk-958.txt
>
>
> I would like the FrameBuffer to expose its TNonblockingTransport field. It is currently private. I'm working on subclassing THsHaServer and I need to be able to identify the client by their SocketAddress. As the FrameBuffer is one of the few objects that gets marshalled across the thread/execution boundary it seems like an appropriate place to retrieve this information.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (THRIFT-958) Change accessmodifer on trans_ field in the FrameBuffer class to public.

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury closed THRIFT-958.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.6
         Assignee: Benjamin Coverston

Seems good to me. Committed.

> Change accessmodifer on trans_ field in the FrameBuffer class to public.
> ------------------------------------------------------------------------
>
>                 Key: THRIFT-958
>                 URL: https://issues.apache.org/jira/browse/THRIFT-958
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Library
>            Reporter: Benjamin Coverston
>            Assignee: Benjamin Coverston
>             Fix For: 0.6
>
>         Attachments: thrift-trunk-958.txt
>
>
> I would like the FrameBuffer to expose its TNonblockingTransport field. It is currently private. I'm working on subclassing THsHaServer and I need to be able to identify the client by their SocketAddress. As the FrameBuffer is one of the few objects that gets marshalled across the thread/execution boundary it seems like an appropriate place to retrieve this information.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.