[
https://issues.apache.org/jira/browse/THRIFT-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14333846#comment-14333846
]
Dave Watson commented on THRIFT-2423:
-------------------------------------
For clients, it is easy enough to hold on to a shared_ptr to the
THeaderTransport to do things.
For servers, you can a) getConnectionContext(), get InputProtocol, getTransport
and dynamic_cast to get at it (we could add a helper to make it easier) or b)
get at it from the processorEventHandler similarly
> THeader
> -------
>
> Key: THRIFT-2423
> URL: https://issues.apache.org/jira/browse/THRIFT-2423
> Project: Thrift
> Issue Type: Sub-task
> Components: Build Process, C++ - Compiler, C++ - Library, Test Suite
> Reporter: Roger Meier
> Fix For: 1.0
>
>
> THeader seems to be a nice feature.
> Is there some documentation available?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)