org.apache.cxf.transport.http.netty.client
Class NettyHttpConduitFactory
java.lang.Object
org.apache.cxf.transport.http.netty.client.NettyHttpConduitFactory
- All Implemented Interfaces:
- HTTPConduitFactory
public class NettyHttpConduitFactory
- extends Object
- implements HTTPConduitFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NettyHttpConduitFactory
public NettyHttpConduitFactory()
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