Class

ai.h2o.sparkling.extensions.rest.api

InternalUtilsServlet

Related Doc: package api

Permalink

class InternalUtilsServlet extends ServletBase

This servlet class handles POST requests for the path /3/SparklingInternal

Linear Supertypes
ServletBase, HttpServlet, GenericServlet, Serializable, ServletConfig, Servlet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InternalUtilsServlet
  2. ServletBase
  3. HttpServlet
  4. GenericServlet
  5. Serializable
  6. ServletConfig
  7. Servlet
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InternalUtilsServlet()

    Permalink

Type Members

  1. case class IdParameter(id: String) extends Product with Serializable

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object IdParameter extends Serializable

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    InternalUtilsServlet → HttpServlet
  13. def doPut(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    GenericServlet → ServletConfig
  20. def getInitParameterNames(): Enumeration

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

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
  22. def getParameterAsString(request: HttpServletRequest, parameterName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    ServletBase
  23. def getServletConfig(): ServletConfig

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def init(): Unit

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

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

    Permalink
    Definition Classes
    Any
  31. def log(arg0: String, arg1: Throwable): Unit

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

    Permalink
    Definition Classes
    GenericServlet
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def processRequest[R](request: HttpServletRequest, response: HttpServletResponse)(processor: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ServletBase
  37. def service(arg0: ServletRequest, arg1: ServletResponse): Unit

    Permalink
    Definition Classes
    HttpServlet → GenericServlet → Servlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  38. def service(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ServletBase

Inherited from HttpServlet

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any

Ungrouped