public class NettyHttpConduitFactory extends Object implements org.apache.cxf.transport.http.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 |
|---|---|
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) |
public static final String USE_POLICY
public NettyHttpConduitFactory.UseAsyncPolicy getUseAsyncPolicy()
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
createConduit in interface org.apache.cxf.transport.http.HTTPConduitFactoryIOExceptionpublic 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
IOExceptionprotected void registerBusLifeListener(org.apache.cxf.Bus bus,
io.netty.channel.EventLoopGroup group)
Apache CXF