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