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:
org.apache.cxf.transport.http.HTTPConduitFactory

public class NettyHttpConduitFactory
extends Object
implements org.apache.cxf.transport.http.HTTPConduitFactory


Nested Class Summary
static class NettyHttpConduitFactory.UseAsyncPolicy
           
 
Field Summary
static String USE_POLICY
           
 
Constructor Summary
NettyHttpConduitFactory()
           
 
Method Summary
 org.apache.cxf.transport.http.HTTPConduit createConduit(org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)
           
 org.apache.cxf.transport.http.HTTPConduit createConduit(org.apache.cxf.transport.http.HTTPTransportFactory f, org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)
           
 NettyHttpConduitFactory.UseAsyncPolicy getUseAsyncPolicy()
           
protected  void registerBusLifeListener(org.apache.cxf.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
 

Field Detail

USE_POLICY

public static final String USE_POLICY
See Also:
Constant Field Values
Constructor Detail

NettyHttpConduitFactory

public NettyHttpConduitFactory()
Method Detail

getUseAsyncPolicy

public NettyHttpConduitFactory.UseAsyncPolicy getUseAsyncPolicy()

createConduit

public org.apache.cxf.transport.http.HTTPConduit createConduit(org.apache.cxf.transport.http.HTTPTransportFactory f,
                                                               org.apache.cxf.Bus bus,
                                                               org.apache.cxf.service.model.EndpointInfo localInfo,
                                                               org.apache.cxf.ws.addressing.EndpointReferenceType target)
                                                        throws IOException
Specified by:
createConduit in interface org.apache.cxf.transport.http.HTTPConduitFactory
Throws:
IOException

createConduit

public org.apache.cxf.transport.http.HTTPConduit createConduit(org.apache.cxf.Bus bus,
                                                               org.apache.cxf.service.model.EndpointInfo localInfo,
                                                               org.apache.cxf.ws.addressing.EndpointReferenceType target)
                                                        throws IOException
Throws:
IOException

registerBusLifeListener

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


Apache CXF