akka.http

AkkaRestServlet

class AkkaRestServlet extends ServletContainer

This is just a simple wrapper on top of ServletContainer to inject some config from the akka.conf If you were using akka.comet.AkkaServlet before, but only use it for Jersey, you should switch to this servlet instead

Linear Supertypes
ServletContainer, Filter, HttpServlet, GenericServlet, Serializable, ServletConfig, Servlet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. AkkaRestServlet
  2. ServletContainer
  3. Filter
  4. HttpServlet
  5. GenericServlet
  6. Serializable
  7. ServletConfig
  8. Servlet
  9. AnyRef
  10. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AkkaRestServlet ()

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. def addInitParameter (param: String, value: String): Unit

    Provide possibility to add config params

  7. def asInstanceOf [T0] : T0

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def configure (arg0: FilterConfig, arg1: ResourceConfig, arg2: WebApplication): Unit

    Attributes
    protected[servlet]
    Definition Classes
    ServletContainer
  10. def configure (arg0: ServletConfig, arg1: ResourceConfig, arg2: WebApplication): Unit

    Attributes
    protected[servlet]
    Definition Classes
    ServletContainer
  11. def configure (arg0: WebConfig, arg1: ResourceConfig, arg2: WebApplication): Unit

    Attributes
    protected[servlet]
    Definition Classes
    ServletContainer
  12. def create (): WebApplication

    Attributes
    protected[servlet]
    Definition Classes
    ServletContainer
  13. def destroy (): Unit

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

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

    Definition Classes
    ServletContainer
    Annotations
    @throws() @throws()
  16. def doFilter (arg0: ServletRequest, arg1: ServletResponse, arg2: FilterChain): Unit

    Definition Classes
    ServletContainer → Filter
    Annotations
    @throws() @throws()
  17. def doGet (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

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

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  27. def getDefaultResourceConfig (arg0: Map[String, AnyRef], arg1: WebConfig): ResourceConfig

    Attributes
    protected[servlet]
    Definition Classes
    ServletContainer
    Annotations
    @throws()
  28. def getInitParameter (key: String): String

    Provide a fallback for default values

    Provide a fallback for default values

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

    Provide a fallback for default values

    Provide a fallback for default values

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

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

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

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

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

    Definition Classes
    GenericServlet → ServletConfig
  35. def getStaticContentPattern (): Pattern

    Definition Classes
    ServletContainer
  36. def getWebConfig (): WebConfig

    Attributes
    protected[servlet]
    Definition Classes
    ServletContainer
  37. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  38. def init (arg0: FilterConfig): Unit

    Definition Classes
    ServletContainer → Filter
    Annotations
    @throws()
  39. def init (): Unit

    Definition Classes
    ServletContainer → GenericServlet
    Annotations
    @throws()
  40. def init (arg0: WebConfig): Unit

    Attributes
    protected[servlet]
    Definition Classes
    ServletContainer
    Annotations
    @throws()
  41. def init (arg0: ServletConfig): Unit

    Definition Classes
    GenericServlet → Servlet
    Annotations
    @throws()
  42. val initParams : HashMap[String, String]

  43. def initiate (arg0: ResourceConfig, arg1: WebApplication): Unit

    Attributes
    protected[servlet]
    Definition Classes
    ServletContainer
  44. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  45. def load (): Unit

    Definition Classes
    ServletContainer
  46. def log (arg0: String, arg1: Throwable): Unit

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  51. def reload (): Unit

    Definition Classes
    ServletContainer
  52. def service (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Definition Classes
    ServletContainer → HttpServlet
    Annotations
    @throws() @throws()
  53. def service (arg0: URI, arg1: URI, arg2: HttpServletRequest, arg3: HttpServletResponse): Int

    Definition Classes
    ServletContainer
    Annotations
    @throws() @throws()
  54. def service (arg0: ServletRequest, arg1: ServletResponse): Unit

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def getDefaultResourceConfig (arg0: Map[String, AnyRef], arg1: ServletConfig): ResourceConfig

    Attributes
    protected[servlet]
    Definition Classes
    ServletContainer
    Annotations
    @Deprecated @deprecated @throws()
    Deprecated

    see corresponding Javadoc for more information.

Inherited from ServletContainer

Inherited from Filter

Inherited from HttpServlet

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any