Nordstrom / xrpc

Simple, production ready Java API server built on top of functional composition.
Apache License 2.0
17 stars 17 forks source link

Context Organization Part 1: Rename XrcpConnectionContext to ServerContext #175

Closed andyday closed 6 years ago

andyday commented 6 years ago

This is in prep for having a ServerContext which holds server specific contextual data and a ConnectionContext which holds connection specific contextual data. For now I've left the AttributeKey name as CONNECTION_CONTEXT because this will be used for ConnectionContext in Part 2.