facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Client handlers and stats #100

Closed alandau closed 11 years ago

alandau commented 11 years ago

Same drill as server handler and stats, with the difference that here one can create private handlers per client, and global handlers for all clients

alandau commented 11 years ago

Fixed comments