| 程序包 | 说明 |
|---|---|
| com.nlf.extend.rpc.client | |
| com.nlf.extend.rpc.client.impl | |
| com.nlf.extend.rpc.client.impl.socket.impl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractRpcResponse
抽象RPC响应
|
| 限定符和类型 | 方法和说明 |
|---|---|
IRpcResponse |
IRpcClient.call(String host,
int port,
String path)
调用
|
IRpcResponse |
AbstractRpcClient.call(String host,
int port,
String path) |
IRpcResponse |
IRpcClient.call(String host,
int port,
String path,
Map<String,String> args,
File... file)
调用
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultRpcResponse |
| 限定符和类型 | 方法和说明 |
|---|---|
IRpcResponse |
DefaultSocketRpcClient.call(String host,
int port,
String path,
Map<String,String> args,
File... file) |
protected IRpcResponse |
DefaultSocketRpcClient.parseResponse(DataInputStream in) |
Copyright © 2020. All Rights Reserved.