| 程序包 | 说明 |
|---|---|
| com.xxl.rpc.remoting.net.impl.mina.client | |
| com.xxl.rpc.remoting.net.impl.netty.client | |
| com.xxl.rpc.remoting.net.pool |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MinaPooledClient
mina pooled client
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
NettyPooledClient
netty pooled client
|
| 限定符和类型 | 方法和说明 |
|---|---|
ClientPooled |
ClientPoolFactory.create() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.commons.pool2.impl.GenericObjectPool<ClientPooled> |
ClientPooled.getPool(String address,
Serializer serializer,
Class<? extends ClientPooled> clientPoolImpl) |
org.apache.commons.pool2.PooledObject<ClientPooled> |
ClientPoolFactory.wrap(ClientPooled arg0) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.commons.pool2.PooledObject<ClientPooled> |
ClientPoolFactory.wrap(ClientPooled arg0) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ClientPoolFactory.destroyObject(org.apache.commons.pool2.PooledObject<ClientPooled> p) |
static org.apache.commons.pool2.impl.GenericObjectPool<ClientPooled> |
ClientPooled.getPool(String address,
Serializer serializer,
Class<? extends ClientPooled> clientPoolImpl) |
boolean |
ClientPoolFactory.validateObject(org.apache.commons.pool2.PooledObject<ClientPooled> p) |
| 构造器和说明 |
|---|
ClientPoolFactory(String host,
int port,
Serializer serializer,
Class<? extends ClientPooled> clientPoolImpl) |
Copyright © 2018. All rights reserved.