scalaz.http.servlet

StreamStreamServlet

class StreamStreamServlet extends ScalazServlet[Stream, Stream, StreamStreamServletApplication]

Attributes
final
Linear Supertypes
ScalazServlet[Stream, Stream, StreamStreamServletApplication], HttpServlet, GenericServlet, Serializable, ServletConfig, Servlet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. StreamStreamServlet
  2. ScalazServlet
  3. HttpServlet
  4. GenericServlet
  5. Serializable
  6. ServletConfig
  7. Servlet
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StreamStreamServlet ()

Type Members

  1. type App = AnyRef { def application: scalaz.http.servlet.ServletApplication[Stream,Stream] }

    A servlet application from request to response.

    A servlet application from request to response.

    Definition Classes
    ScalazServlet

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. val applicationInitParam : String

    The init-param to specify in web.xml that denotes the class that is assignable to the class given in the constructor.

    The init-param to specify in web.xml that denotes the class that is assignable to the class given in the constructor. It is the application that takes a request to a response.

    Definition Classes
    ScalazServlet
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def destroy (): Unit

    Definition Classes
    GenericServlet → Servlet
  10. def doDelete (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  11. def doGet (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  12. def doHead (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  13. def doOptions (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  14. def doPost (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  15. def doPut (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  16. def doTrace (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  17. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  21. def getInitParameter (arg0: String): String

    Definition Classes
    GenericServlet → ServletConfig
  22. def getInitParameterNames (): java.util.Enumeration[_]

    Definition Classes
    GenericServlet → ServletConfig
  23. def getLastModified (arg0: HttpServletRequest): Long

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
  24. def getServletConfig (): ServletConfig

    Definition Classes
    GenericServlet → Servlet
  25. def getServletContext (): ServletContext

    Definition Classes
    GenericServlet → ServletConfig
  26. def getServletInfo (): String

    Definition Classes
    GenericServlet → Servlet
  27. def getServletName (): String

    Definition Classes
    GenericServlet → ServletConfig
  28. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  29. def init (config: ServletConfig): Unit

    Checks for the existence of the application init-param, that it is of a correct type and instantiates it.

    Checks for the existence of the application init-param, that it is of a correct type and instantiates it.

    Attributes
    final
    Definition Classes
    ScalazServlet → GenericServlet → Servlet
  30. def init (): Unit

    Definition Classes
    GenericServlet
    Annotations
    @throws()
  31. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  32. def log (arg0: String, arg1: Throwable): Unit

    Definition Classes
    GenericServlet
  33. def log (arg0: String): Unit

    Definition Classes
    GenericServlet
  34. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  35. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  36. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  37. def service (request: HttpServletRequest, response: HttpServletResponse): Unit

    Applies the given request to the underlying web application and sends the resulting response to the given response.

    Applies the given request to the underlying web application and sends the resulting response to the given response.

    Attributes
    final
    Definition Classes
    ScalazServlet → HttpServlet
  38. def service (arg0: ServletRequest, arg1: ServletResponse): Unit

    Definition Classes
    HttpServlet → GenericServlet → Servlet
    Annotations
    @throws() @throws()
  39. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  40. def toString (): String

    Definition Classes
    AnyRef → Any
  41. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  43. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ScalazServlet[Stream, Stream, StreamStreamServletApplication]

Inherited from HttpServlet

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any