Uses of Class
org.apache.cxf.transport.http.asyncclient.AsyncHTTPConduit.AsyncWrappedOutputStream
-
-
Uses of AsyncHTTPConduit.AsyncWrappedOutputStream in org.apache.cxf.transport.http.asyncclient
Methods in org.apache.cxf.transport.http.asyncclient that return AsyncHTTPConduit.AsyncWrappedOutputStream Modifier and Type Method Description AsyncHTTPConduit.AsyncWrappedOutputStreamCXFHttpRequest. getOutputStream()Methods in org.apache.cxf.transport.http.asyncclient with parameters of type AsyncHTTPConduit.AsyncWrappedOutputStream Modifier and Type Method Description voidCXFHttpRequest. setOutputStream(AsyncHTTPConduit.AsyncWrappedOutputStream o)Constructors in org.apache.cxf.transport.http.asyncclient with parameters of type AsyncHTTPConduit.AsyncWrappedOutputStream Constructor Description CXFHttpAsyncResponseConsumer(AsyncHTTPConduit.AsyncWrappedOutputStream asyncWrappedOutputStream, SharedInputBuffer buf, org.apache.cxf.transport.http.asyncclient.CXFResponseCallback responseCallback)
-