org.infinispan.client.hotrod.impl.transport
Class AbstractTransportFactory

java.lang.Object
  extended by org.infinispan.client.hotrod.impl.transport.AbstractTransportFactory
All Implemented Interfaces:
TransportFactory
Direct Known Subclasses:
NettyTransportFactory, TcpTransportFactory

public abstract class AbstractTransportFactory
extends Object
implements TransportFactory

// TODO: Document this

Since:
4.1
Author:
Mircea.Markus@jboss.com

Field Summary
protected  String serverHost
           
protected  int serverPort
           
 
Constructor Summary
AbstractTransportFactory()
           
 
Method Summary
 void init(Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.infinispan.client.hotrod.impl.TransportFactory
destroy, getTransport
 

Field Detail

serverHost

protected String serverHost

serverPort

protected int serverPort
Constructor Detail

AbstractTransportFactory

public AbstractTransportFactory()
Method Detail

init

public void init(Properties props)
Specified by:
init in interface TransportFactory

Google Analytics

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