Package jadex.extension.rs.publish
Interface IAsyncContextInfo
- 
public interface IAsyncContextInfo 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringASYNC_CONTEXT_INFOAsync context info. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description jakarta.servlet.AsyncContextgetAsyncContext()Get the context itself.booleanisComplete()Test if context is complete. 
 - 
 
- 
- 
Field Detail
- 
ASYNC_CONTEXT_INFO
static final java.lang.String ASYNC_CONTEXT_INFO
Async context info.- See Also:
 - Constant Field Values
 
 
 - 
 
 -