facebookarchive / swift

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

Make it possible to use full netty configuration options in Swift #94

Closed andrewcox closed 11 years ago

andrewcox commented 11 years ago

This diff makes it possible to pass a NiftyClient to construct a ThriftClientManager, and to pass a ThriftServerDef and NettyServerConfig to construct a ThriftServer.

alandau commented 11 years ago

lgtm

andrewcox commented 11 years ago

This has been merged and pushed