c
net.liftweb.http.provider.servlet.containers
Servlet30AsyncProvider
Companion object Servlet30AsyncProvider
class Servlet30AsyncProvider extends ServletAsyncProvider with Loggable
Servlet30AsyncProvider
Implemented by using Servlet30 Continuation API
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Servlet30AsyncProvider
- Loggable
- ServletAsyncProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Servlet30AsyncProvider(req: HTTPRequest)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logger: Logger
- Attributes
- protected
- Definition Classes
- Loggable
- Annotations
- @transient()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def resume(what: (Req, LiftResponse)): Boolean
Resumes this request
Resumes this request
- returns
false if the resume cannot occure
- Definition Classes
- Servlet30AsyncProvider → ServletAsyncProvider
- def resumeInfo: Option[(Req, LiftResponse)]
- returns
the reference that was provided in the resume call
- Definition Classes
- Servlet30AsyncProvider → ServletAsyncProvider
- def suspend(timeout: Long): RetryState.Value
Suspends this request for a given period of time
Suspends this request for a given period of time
- returns
a RetryState
- Definition Classes
- Servlet30AsyncProvider → ServletAsyncProvider
- def suspendResumeSupport_?: Boolean
- returns
true if the underlying JEE container supports suspend/resume
- Definition Classes
- Servlet30AsyncProvider → ServletAsyncProvider
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()