Uses of Class
org.apache.cxf.jaxrs.impl.AsyncResponseImpl
-
Packages that use AsyncResponseImpl Package Description org.apache.cxf.jaxrs org.apache.cxf.jaxrs.reactivestreams.server org.apache.cxf.jaxrs.reactor.server org.apache.cxf.jaxrs.rx3.server -
-
Uses of AsyncResponseImpl in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs that return AsyncResponseImpl Modifier and Type Method Description protected AsyncResponseImplJAXRSInvoker. checkFutureResponse(Message inMessage, Object result) -
Uses of AsyncResponseImpl in org.apache.cxf.jaxrs.reactivestreams.server
Methods in org.apache.cxf.jaxrs.reactivestreams.server with parameters of type AsyncResponseImpl Modifier and Type Method Description protected ObjectAbstractReactiveInvoker. handleThrowable(AsyncResponseImpl asyncResponse, Throwable t) -
Uses of AsyncResponseImpl in org.apache.cxf.jaxrs.reactor.server
Methods in org.apache.cxf.jaxrs.reactor.server that return AsyncResponseImpl Modifier and Type Method Description protected AsyncResponseImplReactorInvoker. checkFutureResponse(Message inMessage, Object result) -
Uses of AsyncResponseImpl in org.apache.cxf.jaxrs.rx3.server
Methods in org.apache.cxf.jaxrs.rx3.server that return AsyncResponseImpl Modifier and Type Method Description protected AsyncResponseImplReactiveIOInvoker. checkFutureResponse(Message inMessage, Object result)protected AsyncResponseImplReactiveIOInvoker. handleFlowable(Message inMessage, io.reactivex.rxjava3.core.Flowable<?> f)protected AsyncResponseImplReactiveIOInvoker. handleMaybe(Message inMessage, io.reactivex.rxjava3.core.Maybe<?> maybe)protected AsyncResponseImplReactiveIOInvoker. handleObservable(Message inMessage, io.reactivex.rxjava3.core.Observable<?> obs)protected AsyncResponseImplReactiveIOInvoker. handleSingle(Message inMessage, io.reactivex.rxjava3.core.Single<?> single)
-