Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport

Packages that use TcpTransport
org.infinispan.client.hotrod.impl.transport.tcp   
org.infinispan.client.hotrod.logging   
 

Uses of TcpTransport in org.infinispan.client.hotrod.impl.transport.tcp
 

Methods in org.infinispan.client.hotrod.impl.transport.tcp that return TcpTransport
 TcpTransport TransportObjectFactory.makeObject(SocketAddress address)
           
 

Methods in org.infinispan.client.hotrod.impl.transport.tcp that return types with arguments of type TcpTransport
 org.apache.commons.pool.impl.GenericKeyedObjectPool<SocketAddress,TcpTransport> TcpTransportFactory.getConnectionPool()
           
 

Methods in org.infinispan.client.hotrod.impl.transport.tcp with parameters of type TcpTransport
 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.
 

Uses of TcpTransport in org.infinispan.client.hotrod.logging
 

Methods in org.infinispan.client.hotrod.logging with parameters of type TcpTransport
 void Log.couldNoInvalidateConnection(TcpTransport transport, Exception e)
           
 void Log.couldNotReleaseConnection(TcpTransport transport, Exception e)
           
 void Log.errorClosingSocket(TcpTransport transport, IOException e)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.