public class SaslTransportObjectFactory extends TransportObjectFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
SaslTransportObjectFactory.NoOpCallbackHandler |
codec, configuration, defaultCacheTopologyId, firstPingExecuted, pingOnStartup, tcpTransportFactory| Constructor and Description |
|---|
SaslTransportObjectFactory(Codec codec,
TcpTransportFactory tcpTransportFactory,
AtomicInteger defaultCacheTopologyId,
boolean pingOnStartup,
AuthenticationConfiguration authConfiguration,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
TcpTransport |
makeObject(SocketAddress address) |
activateObject, destroyObject, passivateObject, ping, validateObjectpublic SaslTransportObjectFactory(Codec codec, TcpTransportFactory tcpTransportFactory, AtomicInteger defaultCacheTopologyId, boolean pingOnStartup, AuthenticationConfiguration authConfiguration, Configuration configuration)
public TcpTransport makeObject(SocketAddress address) throws Exception
makeObject in interface org.apache.commons.pool.KeyedPoolableObjectFactory<SocketAddress,TcpTransport>makeObject in class TransportObjectFactoryExceptionCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.