Uses of Interface
org.infinispan.client.hotrod.impl.transport.TransportFactory

Packages that use TransportFactory
org.infinispan.client.hotrod.impl.protocol   
org.infinispan.client.hotrod.impl.transport   
org.infinispan.client.hotrod.impl.transport.netty   
org.infinispan.client.hotrod.impl.transport.tcp   
 

Uses of TransportFactory in org.infinispan.client.hotrod.impl.protocol
 

Constructors in org.infinispan.client.hotrod.impl.protocol with parameters of type TransportFactory
HotRodOperationsImpl(String cacheName, TransportFactory transportFactory, AtomicInteger topologyId)
           
 

Uses of TransportFactory in org.infinispan.client.hotrod.impl.transport
 

Methods in org.infinispan.client.hotrod.impl.transport that return TransportFactory
 TransportFactory Transport.getTransportFactory()
           
 TransportFactory AbstractTransport.getTransportFactory()
           
 

Constructors in org.infinispan.client.hotrod.impl.transport with parameters of type TransportFactory
AbstractTransport(TransportFactory transportFactory)
           
 

Uses of TransportFactory in org.infinispan.client.hotrod.impl.transport.netty
 

Classes in org.infinispan.client.hotrod.impl.transport.netty that implement TransportFactory
 class NettyTransportFactory
           
 

Constructors in org.infinispan.client.hotrod.impl.transport.netty with parameters of type TransportFactory
NettyTransport(InetSocketAddress serverAddress, TransportFactory transportFactory)
           
 

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

Classes in org.infinispan.client.hotrod.impl.transport.tcp that implement TransportFactory
 class TcpTransportFactory
           
 

Constructors in org.infinispan.client.hotrod.impl.transport.tcp with parameters of type TransportFactory
TcpTransport(InetSocketAddress serverAddress, TransportFactory transportFactory)
           
 


Google Analytics

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