No, because they're not global.
It's a non-HTTP request-based protocol. The connection is established and a thread assigned to it before any requests (i.e. transactions) begin. There will be many request of different types on each connection. I want to add details of the connection to the recorded transactions. I don't want to have to add code to do this in every single different request-handling method.