alepar / netty-rpc

simplistic non-blocking rpc over netty
6 stars 3 forks source link

get rid of duplication in api #16

Closed alepar closed 12 years ago

alepar commented 12 years ago

expose Remote in RpcClient, instead of duplicating Remote's methods in RpcClient move isWriteable() from RpcClient to Remote move Remote.ProxyFactory.getProxy directly to Remote

alepar commented 12 years ago

ru.alepar.rpc.client.NettyRpcClient#fireException - pass proper Remote to exception handlers when we'll have it it's null for now