org.apache.servicemix.http.jetty
Class ContinuationHelper

java.lang.Object
  extended by org.apache.servicemix.http.jetty.ContinuationHelper

public class ContinuationHelper
extends java.lang.Object

A few helper methods for working with Jetty continuations


Method Summary
static boolean isNewContinuation(org.mortbay.util.ajax.Continuation continuation)
          Is this a new continuation object?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isNewContinuation

public static boolean isNewContinuation(org.mortbay.util.ajax.Continuation continuation)
Is this a new continuation object?

Parameters:
continuation -
Returns:
true for a new continuation object


Copyright © 2005-2012 FuseSource. All Rights Reserved.