public class NettyPooledClient extends ClientPooled
logger| 构造器和说明 |
|---|
NettyPooledClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
init(String host,
int port,
Serializer serializer) |
boolean |
isValidate() |
void |
send(XxlRpcRequest xxlRpcRequest) |
getPoolpublic void init(String host, int port, Serializer serializer) throws Exception
init 在类中 ClientPooledExceptionpublic boolean isValidate()
isValidate 在类中 ClientPooledpublic void close()
close 在类中 ClientPooledpublic void send(XxlRpcRequest xxlRpcRequest) throws Exception
send 在类中 ClientPooledExceptionCopyright © 2018. All rights reserved.