public abstract class ConnectClient extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected static org.slf4j.Logger |
logger |
| 构造器和说明 |
|---|
ConnectClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
asyncSend(XxlRpcRequest xxlRpcRequest,
String address,
Class<? extends ConnectClient> connectClientImpl,
XxlRpcReferenceBean xxlRpcReferenceBean)
async send
|
abstract void |
close() |
abstract void |
init(String address,
Serializer serializer,
XxlRpcInvokerFactory xxlRpcInvokerFactory) |
abstract boolean |
isValidate() |
abstract void |
send(XxlRpcRequest xxlRpcRequest) |
public abstract void init(String address, Serializer serializer, XxlRpcInvokerFactory xxlRpcInvokerFactory) throws Exception
Exceptionpublic abstract void close()
public abstract boolean isValidate()
public abstract void send(XxlRpcRequest xxlRpcRequest) throws Exception
Exceptionpublic static void asyncSend(XxlRpcRequest xxlRpcRequest, String address, Class<? extends ConnectClient> connectClientImpl, XxlRpcReferenceBean xxlRpcReferenceBean) throws Exception
ExceptionCopyright © 2019. All rights reserved.