public class PoolableTargetChannelFactory extends Object implements org.apache.commons.pool.PoolableObjectFactory
| Modifier and Type | Method and Description |
|---|---|
void |
activateObject(Object o) |
void |
destroyObject(Object o) |
Object |
makeObject() |
void |
passivateObject(Object o) |
void |
setEventLoopClass(Class eventLoopClass) |
void |
setEventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup) |
boolean |
validateObject(Object o) |
public Object makeObject() throws Exception
makeObject in interface org.apache.commons.pool.PoolableObjectFactoryExceptionpublic void destroyObject(Object o) throws Exception
destroyObject in interface org.apache.commons.pool.PoolableObjectFactoryExceptionpublic boolean validateObject(Object o)
validateObject in interface org.apache.commons.pool.PoolableObjectFactorypublic void activateObject(Object o) throws Exception
activateObject in interface org.apache.commons.pool.PoolableObjectFactoryExceptionpublic void passivateObject(Object o) throws Exception
passivateObject in interface org.apache.commons.pool.PoolableObjectFactoryExceptionpublic void setEventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup)
public void setEventLoopClass(Class eventLoopClass)
Copyright © 2022 WSO2. All rights reserved.