olon.http.provider.servlet
package olon.http.provider.servlet
Members list
Packages
Type members
Classlikes
trait AsyncProviderMeta
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
class HTTPRequestServlet(val req: HttpServletRequest, val provider: HTTPProvider) extends HTTPRequest
Attributes
- Supertypes
class HTTPResponseServlet(resp: HttpServletResponse) extends HTTPResponse
Attributes
- Supertypes
class HTTPServletContext(val ctx: ServletContext) extends HTTPContext
Attributes
- Supertypes
class HTTPServletSession(session: HttpSession) extends HTTPSession
Attributes
- Supertypes
trait ServletAsyncProvider
Abstracts the management of asynchronous HTTP requests in order to allow requests to be suspended and resumed later on.
Abstracts the management of asynchronous HTTP requests in order to allow requests to be suspended and resumed later on.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait ServletFilterProvider extends Filter, HTTPProvider
Attributes
- Supertypes
- Known subtypes
-
class LiftFilter
case class SessionToServletBridge(uniqueId: String) extends HttpSessionBindingListener, HttpSessionActivationListener
Represents the "bridge" between HttpSession and LiftSession
Represents the "bridge" between HttpSession and LiftSession
Attributes
In this article