Class NettyHttpConduitFactory
- java.lang.Object
-
- org.apache.cxf.transport.http.netty.client.NettyHttpConduitFactory
-
- All Implemented Interfaces:
HTTPConduitFactory
public class NettyHttpConduitFactory extends Object implements HTTPConduitFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNettyHttpConduitFactory.UseAsyncPolicy
-
Field Summary
Fields Modifier and Type Field Description static StringUSE_POLICY
-
Constructor Summary
Constructors Constructor Description NettyHttpConduitFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HTTPConduitcreateConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)HTTPConduitcreateConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)NettyHttpConduitFactory.UseAsyncPolicygetUseAsyncPolicy()protected voidregisterBusLifeListener(Bus bus, io.netty.channel.EventLoopGroup group)
-
-
-
Field Detail
-
USE_POLICY
public static final String USE_POLICY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUseAsyncPolicy
public NettyHttpConduitFactory.UseAsyncPolicy getUseAsyncPolicy()
-
createConduit
public HTTPConduit createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) throws IOException
- Specified by:
createConduitin interfaceHTTPConduitFactory- Throws:
IOException
-
createConduit
public HTTPConduit createConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) throws IOException
- Throws:
IOException
-
registerBusLifeListener
protected void registerBusLifeListener(Bus bus, io.netty.channel.EventLoopGroup group)
-
-