com.sksamuel.scruffy.servlet

ScruffyServlet

Related Doc: package servlet

class ScruffyServlet extends HttpServlet with Mountpoint

Linear Supertypes
Mountpoint, Logging, HttpServlet, GenericServlet, Serializable, ServletConfig, Servlet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScruffyServlet
  2. Mountpoint
  3. Logging
  4. HttpServlet
  5. GenericServlet
  6. Serializable
  7. ServletConfig
  8. Servlet
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScruffyServlet()(implicit executor: ExecutionContext)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def copyToServletResponse(scruffyResponse: Response, servletResponse: HttpServletResponse): Unit

    Attributes
    protected
  7. def destroy(): Unit

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

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  9. def doGet(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  10. def doHead(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  11. def doOptions(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  12. def doPost(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  13. def doPut(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  14. def doTrace(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. var errorHandler: ErrorHandler

    Definition Classes
    Mountpoint
  18. implicit val executor: ExecutionContext

  19. def filter(filter: Filter, path: String): Unit

    Definition Classes
    Mountpoint
  20. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  22. def getInitParameter(arg0: String): String

    Definition Classes
    GenericServlet → ServletConfig
  23. def getInitParameterNames(): Enumeration[String]

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

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
  25. def getServletConfig(): ServletConfig

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

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

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

    Definition Classes
    GenericServlet → ServletConfig
  29. def handler: HttpHandler

  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. def httpEndpoints: List[HttpEndpoint]

    Attributes
    protected
    Definition Classes
    Mountpoint
  32. def init(): Unit

    Definition Classes
    GenericServlet
    Annotations
    @throws( ... )
  33. def init(arg0: ServletConfig): Unit

    Definition Classes
    GenericServlet → Servlet
    Annotations
    @throws( ... )
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def listener(listener: ScruffyListener): Unit

    Definition Classes
    Mountpoint
  36. val listeners: ListBuffer[ScruffyListener]

    Definition Classes
    Mountpoint
  37. def log(arg0: String, arg1: Throwable): Unit

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

    Definition Classes
    GenericServlet
  39. val logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  40. def mount(provider: WebsocketEndpointProvider): Unit

    Definition Classes
    Mountpoint
  41. def mount(provider: HttpEndpointProvider): Unit

    Definition Classes
    Mountpoint
  42. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  43. final def notify(): Unit

    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  45. val serverFilters: ListBuffer[Filter]

    Definition Classes
    Mountpoint
  46. def service(serlvetRequest: HttpServletRequest, servletResponse: HttpServletResponse): Unit

    Definition Classes
    ScruffyServlet → HttpServlet
  47. def service(arg0: ServletRequest, arg1: ServletResponse): Unit

    Definition Classes
    HttpServlet → GenericServlet → Servlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. val websocketEndpoints: ListBuffer[WebsocketEndpoint]

    Definition Classes
    Mountpoint

Inherited from Mountpoint

Inherited from Logging

Inherited from HttpServlet

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any

Ungrouped