org.infinispan.client.hotrod.impl.transport.netty
Class NettyTransportFactory

java.lang.Object
  extended by org.infinispan.client.hotrod.impl.transport.AbstractTransportFactory
      extended by org.infinispan.client.hotrod.impl.transport.netty.NettyTransportFactory
All Implemented Interfaces:
TransportFactory

public class NettyTransportFactory
extends AbstractTransportFactory

// TODO: Document this

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

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

Constructor Detail

NettyTransportFactory

public NettyTransportFactory()
Method Detail

init

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

getTransport

public Transport getTransport()

destroy

public void destroy()

Google Analytics

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