Package | Description |
---|---|
org.infinispan.client.hotrod.impl.transport.tcp | |
org.infinispan.client.hotrod.logging |
Modifier and Type | Method and Description |
---|---|
TcpTransport |
TransportObjectFactory.makeObject(SocketAddress address) |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.pool.impl.GenericKeyedObjectPool<SocketAddress,TcpTransport> |
TcpTransportFactory.getConnectionPool() |
Modifier and Type | Method and Description |
---|---|
void |
TransportObjectFactory.activateObject(SocketAddress address,
TcpTransport transport) |
void |
TransportObjectFactory.destroyObject(SocketAddress address,
TcpTransport transport) |
void |
TransportObjectFactory.passivateObject(SocketAddress address,
TcpTransport transport) |
boolean |
TransportObjectFactory.validateObject(SocketAddress address,
TcpTransport transport)
This will be called by the test thread when testWhileIdle==true.
|
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.couldNoInvalidateConnection(TcpTransport transport,
Exception e) |
void |
Log.couldNoInvalidateConnection(TcpTransport transport,
Exception e) |
void |
Log_$logger.couldNotReleaseConnection(TcpTransport transport,
Exception e) |
void |
Log.couldNotReleaseConnection(TcpTransport transport,
Exception e) |
void |
Log_$logger.errorClosingSocket(TcpTransport transport,
IOException e) |
void |
Log.errorClosingSocket(TcpTransport transport,
IOException e) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.