Class NettyHttpConduitFactory
java.lang.Object
org.apache.cxf.transport.http.netty.client.NettyHttpConduitFactory
- All Implemented Interfaces:
HTTPConduitFactory
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) protected voidregisterBusLifeListener(Bus bus, io.netty.channel.EventLoopGroup group)
-
Field Details
-
USE_POLICY
- See Also:
-
-
Constructor Details
-
NettyHttpConduitFactory
public NettyHttpConduitFactory()
-
-
Method Details
-
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
-