[
https://issues.apache.org/jira/browse/CXF-7011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15428008#comment-15428008
]
Damian Malczyk commented on CXF-7011:
-------------------------------------
I'm afraid that's not true in case of using Servlet3ContinuationProvider. There
we have:
{code}
public void onTimeout(AsyncEvent event) throws IOException {
resume();
}{code}
And continuation.isResumed() returns true after expiration
> same method signature needs to be added in Continuation
> -------------------------------------------------------
>
> Key: CXF-7011
> URL: https://issues.apache.org/jira/browse/CXF-7011
> Project: CXF
> Issue Type: Sub-task
> Components: Transports
> Affects Versions: 3.1.7
> Reporter: onder sezgin
> Fix For: 3.2.0
>
>
> As this method requires access over Continuation interface this should be
> provided and other implementations like transport-jms and transport-http with
> default implementation and transport-http-jetty with real implemenration
> should be provided.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)