Class NettyHttpConduitFactory
java.lang.Object
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
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.transport.http.HTTPConduitcreateConduit(org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) org.apache.cxf.transport.http.HTTPConduitcreateConduit(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) protected voidregisterBusLifeListener(org.apache.cxf.Bus bus, io.netty.channel.EventLoopGroup group)
-
Field Details
-
USE_POLICY
- See Also:
-
-
Constructor Details
-
NettyHttpConduitFactory
public NettyHttpConduitFactory()
-
-
Method Details
-
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:
createConduitin interfaceorg.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)
-