Apache CXF API

org.apache.cxf.transport.http.netty.client
Class NettyHttpConduitFactory

java.lang.Object
  extended by org.apache.cxf.transport.http.netty.client.NettyHttpConduitFactory
All Implemented Interfaces:
HTTPConduitFactory

public class NettyHttpConduitFactory
extends Object
implements HTTPConduitFactory


Constructor Summary
NettyHttpConduitFactory()
           
 
Method Summary
 HTTPConduit createConduit(Bus bus, EndpointInfo localInfo, EndpointReferenceType target)
           
 HTTPConduit createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, EndpointReferenceType target)
           
protected  void registerBusLifeListener(Bus bus, io.netty.channel.EventLoopGroup group)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyHttpConduitFactory

public NettyHttpConduitFactory()
Method Detail

createConduit

public HTTPConduit createConduit(HTTPTransportFactory f,
                                 Bus bus,
                                 EndpointInfo localInfo,
                                 EndpointReferenceType target)
                          throws IOException
Specified by:
createConduit in interface HTTPConduitFactory
Throws:
IOException

createConduit

public HTTPConduit createConduit(Bus bus,
                                 EndpointInfo localInfo,
                                 EndpointReferenceType target)
                          throws IOException
Throws:
IOException

registerBusLifeListener

protected void registerBusLifeListener(Bus bus,
                                       io.netty.channel.EventLoopGroup group)

Apache CXF API

Apache CXF