Packages

c

org.apache.hive.service.cli.thrift

ThriftHttpServlet

class ThriftHttpServlet extends TServlet

ThriftHttpServlet

Linear Supertypes
TServlet, HttpServlet, GenericServlet, Serializable, ServletConfig, Servlet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThriftHttpServlet
  2. TServlet
  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 ThriftHttpServlet(processor: TProcessor, protocolFactory: TProtocolFactory, authType: String, serviceUGI: UserGroupInformation, httpUGI: UserGroupInformation, hiveAuthFactory: HiveAuthFactory)

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. def addCustomHeader(arg0: String, arg1: String): Unit
    Definition Classes
    TServlet
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  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( ... ) @throws( classOf[java.io.IOException] )
  9. def doGet(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[thrift.server]
    Definition Classes
    TServlet → HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  10. def doHead(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  11. def doOptions(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  12. def doPost(request: HttpServletRequest, response: HttpServletResponse): Unit
    Attributes
    protected[thrift]
    Definition Classes
    ThriftHttpServlet → TServlet → HttpServlet
    Annotations
    @Override()
  13. def doPut(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  14. def doTrace(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getInitParameter(arg0: String): String
    Definition Classes
    GenericServlet → ServletConfig
  20. def getInitParameterNames(): Enumeration[String]
    Definition Classes
    GenericServlet → ServletConfig
  21. def getLastModified(arg0: HttpServletRequest): Long
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
  22. def getServletConfig(): ServletConfig
    Definition Classes
    GenericServlet → Servlet
  23. def getServletContext(): ServletContext
    Definition Classes
    GenericServlet → ServletConfig
  24. def getServletInfo(): String
    Definition Classes
    GenericServlet → Servlet
  25. def getServletName(): String
    Definition Classes
    GenericServlet → ServletConfig
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def init(): Unit
    Definition Classes
    GenericServlet
    Annotations
    @throws( ... )
  28. def init(arg0: ServletConfig): Unit
    Definition Classes
    GenericServlet → Servlet
    Annotations
    @throws( ... )
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def log(arg0: String, arg1: Throwable): Unit
    Definition Classes
    GenericServlet
  31. def log(arg0: String): Unit
    Definition Classes
    GenericServlet
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def service(arg0: ServletRequest, arg1: ServletResponse): Unit
    Definition Classes
    HttpServlet → GenericServlet → Servlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  36. def service(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  37. def setCustomHeaders(arg0: Collection[Entry[String, String]]): Unit
    Definition Classes
    TServlet
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from TServlet

Inherited from HttpServlet

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any

Ungrouped