Uses of Interface
com.github.tobato.fastdfs.domain.conn.Connection
Packages that use Connection
Package
Description
连接管理
通信管理
业务逻辑不应该关心连接、通信的细节
交易报文
-
Uses of Connection in com.github.tobato.fastdfs.domain.conn
Classes in com.github.tobato.fastdfs.domain.conn that implement ConnectionMethods in com.github.tobato.fastdfs.domain.conn that return ConnectionModifier and TypeMethodDescriptionPooledConnectionFactory.create(InetSocketAddress address) 创建连接protected ConnectionFdfsConnectionManager.getConnection(InetSocketAddress address) 获取连接Methods in com.github.tobato.fastdfs.domain.conn that return types with arguments of type ConnectionModifier and TypeMethodDescriptionorg.apache.commons.pool2.PooledObject<Connection>PooledConnectionFactory.wrap(Connection conn) 将对象池化pooledObjectMethods in com.github.tobato.fastdfs.domain.conn with parameters of type ConnectionModifier and TypeMethodDescriptionprotected <T> TFdfsConnectionManager.execute(InetSocketAddress address, Connection conn, FdfsCommand<T> command) 执行交易org.apache.commons.pool2.PooledObject<Connection>PooledConnectionFactory.wrap(Connection conn) 将对象池化pooledObjectMethod parameters in com.github.tobato.fastdfs.domain.conn with type arguments of type ConnectionModifier and TypeMethodDescriptionvoidPooledConnectionFactory.destroyObject(InetSocketAddress key, org.apache.commons.pool2.PooledObject<Connection> p) 从池中移出booleanPooledConnectionFactory.validateObject(InetSocketAddress key, org.apache.commons.pool2.PooledObject<Connection> p) 验证池中对象是否可用Constructor parameters in com.github.tobato.fastdfs.domain.conn with type arguments of type ConnectionModifierConstructorDescriptionFdfsConnectionPool(org.apache.commons.pool2.KeyedPooledObjectFactory<InetSocketAddress, Connection> factory) 默认构造函数FdfsConnectionPool(org.apache.commons.pool2.KeyedPooledObjectFactory<InetSocketAddress, Connection> factory, org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig config) 默认构造函数 -
Uses of Connection in com.github.tobato.fastdfs.domain.proto
Methods in com.github.tobato.fastdfs.domain.proto with parameters of type ConnectionModifier and TypeMethodDescriptionAbstractFdfsCommand.execute(Connection conn) 对服务端发出请求然后接收反馈FdfsCommand.execute(Connection conn) 执行交易