public class SocksResponse extends org.redkale.net.Response<SocksContext,SocksRequest>
| 限定符 | 构造器和说明 |
|---|---|
protected |
SocksResponse(SocksContext context,
SocksRequest request,
org.redkale.util.ObjectPool<org.redkale.net.Response> responsePool) |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.redkale.util.ObjectPool<org.redkale.net.Response> |
createPool(AtomicLong creatCounter,
AtomicLong cycleCounter,
int max,
org.redkale.util.Creator<org.redkale.net.Response> creator) |
protected org.redkale.util.ObjectPool<ByteBuffer> |
getBufferPool() |
org.redkale.net.AsyncConnection |
getChannel() |
protected boolean |
recycle() |
org.redkale.net.AsyncConnection |
removeChannel() |
protected SocksResponse(SocksContext context, SocksRequest request, org.redkale.util.ObjectPool<org.redkale.net.Response> responsePool)
public static org.redkale.util.ObjectPool<org.redkale.net.Response> createPool(AtomicLong creatCounter, AtomicLong cycleCounter, int max, org.redkale.util.Creator<org.redkale.net.Response> creator)
public org.redkale.net.AsyncConnection removeChannel()
removeChannel 在类中 org.redkale.net.Response<SocksContext,SocksRequest>public org.redkale.net.AsyncConnection getChannel()
protected boolean recycle()
recycle 在类中 org.redkale.net.Response<SocksContext,SocksRequest>protected org.redkale.util.ObjectPool<ByteBuffer> getBufferPool()
Copyright © 2020. All rights reserved.