airlift / drift

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

Update ServerMethodInvoker.java #112

Closed izerui closed 2 years ago

izerui commented 5 years ago

Should be the same as MethodInvoker.java

dain commented 5 years ago

Can you describe the problem you are trying to solve? We typically try to leave hide internal details so we can change them easier in the future.

izerui commented 5 years ago

I wanted to get the current connection through it, so I can push it directionally.

izerui commented 5 years ago

I found MethodInvoker is public, so I think ServerMethodInvoker should be the same.