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.