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,
EndpointReferenceType target) |
HTTPConduit |
createConduit(HTTPTransportFactory f,
Bus bus,
EndpointInfo localInfo,
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, EndpointReferenceType target) throws IOException
createConduit in interface HTTPConduitFactoryIOExceptionpublic HTTPConduit createConduit(Bus bus, EndpointInfo localInfo, EndpointReferenceType target) throws IOException
IOExceptionprotected void registerBusLifeListener(Bus bus, io.netty.channel.EventLoopGroup group)
Apache CXF