public class NettyHttpConduitFactory extends Object implements HTTPConduitFactory
Modifier and Type | Class and Description |
---|---|
static class |
NettyHttpConduitFactory.UseAsyncPolicy |
Modifier and Type | Field and Description |
---|---|
static String |
USE_POLICY |
Constructor and Description |
---|
NettyHttpConduitFactory() |
Modifier and Type | Method and Description |
---|---|
HTTPConduit |
createConduit(Bus bus,
EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target) |
HTTPConduit |
createConduit(HTTPTransportFactory f,
Bus bus,
EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target) |
NettyHttpConduitFactory.UseAsyncPolicy |
getUseAsyncPolicy() |
protected void |
registerBusLifeListener(Bus bus,
io.netty.channel.EventLoopGroup group) |
public static final String USE_POLICY
public NettyHttpConduitFactory.UseAsyncPolicy getUseAsyncPolicy()
public HTTPConduit createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) throws IOException
createConduit
in interface HTTPConduitFactory
IOException
public HTTPConduit createConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) throws IOException
IOException
protected void registerBusLifeListener(Bus bus, io.netty.channel.EventLoopGroup group)
Apache CXF