程序包 | 说明 |
---|---|
com.sh.common.net.ftp | |
org.apache.commons.pool2 | |
org.apache.commons.pool2.impl |
Object pooling API implementations.
|
redis.clients.jedis |
限定符和类型 | 类和说明 |
---|---|
class |
FtpClientFactory
Description: FTPClient工厂类,通过FTPClient工厂提供FTPClient实例的创建和销毁
Title:首亨软件 - 聚天平台
|
限定符和类型 | 类和说明 |
---|---|
class |
BaseKeyedPooledObjectFactory<K,V>
A base implementation of
KeyedPooledObjectFactory . |
class |
BaseObjectPool<T>
A simple base implementation of
ObjectPool . |
class |
BasePooledObjectFactory<T>
A base implementation of
PoolableObjectFactory . |
限定符和类型 | 类和说明 |
---|---|
class |
BaseGenericObjectPool<T>
Base class that provides common functionality for
GenericObjectPool
and GenericKeyedObjectPool . |
class |
BaseObjectPoolConfig<T>
Provides the implementation for the common attributes shared by the
sub-classes.
|
class |
GenericKeyedObjectPool<K,T>
A configurable
KeyedObjectPool implementation. |
class |
GenericKeyedObjectPoolConfig<T>
A simple "struct" encapsulating the configuration for a
GenericKeyedObjectPool . |
class |
GenericObjectPool<T>
A configurable
ObjectPool implementation. |
class |
GenericObjectPoolConfig<T>
A simple "struct" encapsulating the configuration for a
GenericObjectPool . |
class |
SoftReferenceObjectPool<T>
A
SoftReference based ObjectPool . |
限定符和类型 | 类和说明 |
---|---|
class |
JedisPoolConfig |