Package org.atmosphere.cpr
Interface CompletionAware
-
- All Known Implementing Classes:
AtmosphereResponseImpl
public interface CompletionAwareThe CompletionAware interface is used by a class implementing theAtmosphereResponseinterface to be notified when writing to the response has been completed. This is indicated by the response object leaving the scope of HttpServlet.service method for synchronous calls or the AsyncContext.complete method being invoked for asynchronous calls.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancompleted()voidonComplete()
-