facebookarchive / nifty

Thrift on Netty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider adding Closable to NiftyClient

dain opened this issue · comments

NiftyClient currently has a shutdown method. If you were to add Closable to Nifty and rename this method to close, the NiftyClient could be used in Java 7 try with resources statements.