public class JsonStreamingAsyncSubscriber<T> extends StreamingAsyncSubscriber<T>
StreamingAsyncSubscriber.TimeoutHandlerImpl
Constructor and Description |
---|
JsonStreamingAsyncSubscriber(javax.ws.rs.container.AsyncResponse ar) |
JsonStreamingAsyncSubscriber(javax.ws.rs.container.AsyncResponse ar,
long pollTimeout) |
JsonStreamingAsyncSubscriber(javax.ws.rs.container.AsyncResponse ar,
long pollTimeout,
long asyncTimeout) |
onComplete, onNext, onStart
getAsyncResponse, onError, requestNext, resume, resume, resume
public JsonStreamingAsyncSubscriber(javax.ws.rs.container.AsyncResponse ar)
public JsonStreamingAsyncSubscriber(javax.ws.rs.container.AsyncResponse ar, long pollTimeout)
public JsonStreamingAsyncSubscriber(javax.ws.rs.container.AsyncResponse ar, long pollTimeout, long asyncTimeout)
Apache CXF