org
.
apache
.
hive
.
service
.
cli
.
thrift
ThriftHttpServlet
Related Doc:
package thrift
class
ThriftHttpServlet
extends
TServlet
Linear Supertypes
TServlet
,
HttpServlet
,
GenericServlet
,
Serializable
,
ServletConfig
,
Servlet
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ThriftHttpServlet
TServlet
HttpServlet
GenericServlet
Serializable
ServletConfig
Servlet
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
ThriftHttpServlet
(
processor:
TProcessor
,
protocolFactory:
TProtocolFactory
,
authType:
String
,
serviceUGI:
UserGroupInformation
,
httpUGI:
UserGroupInformation
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
addCustomHeader
(
arg0:
String
,
arg1:
String
)
:
Unit
Definition Classes
TServlet
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
destroy
()
:
Unit
Definition Classes
GenericServlet → Servlet
def
doDelete
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
doGet
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
org.apache.thrift.server
]
Definition Classes
TServlet → HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
doHead
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
doOptions
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
doPost
(
request:
HttpServletRequest
,
response:
HttpServletResponse
)
:
Unit
Attributes
protected[
org.apache.hive.service.cli.thrift
]
Definition Classes
ThriftHttpServlet
→ TServlet → HttpServlet
def
doPut
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
doTrace
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getInitParameter
(
arg0:
String
)
:
String
Definition Classes
GenericServlet → ServletConfig
def
getInitParameterNames
()
:
Enumeration
[
String
]
Definition Classes
GenericServlet → ServletConfig
def
getLastModified
(
arg0:
HttpServletRequest
)
:
Long
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
def
getServletConfig
()
:
ServletConfig
Definition Classes
GenericServlet → Servlet
def
getServletContext
()
:
ServletContext
Definition Classes
GenericServlet → ServletConfig
def
getServletInfo
()
:
String
Definition Classes
GenericServlet → Servlet
def
getServletName
()
:
String
Definition Classes
GenericServlet → ServletConfig
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
init
()
:
Unit
Definition Classes
GenericServlet
Annotations
@throws
(
...
)
def
init
(
arg0:
ServletConfig
)
:
Unit
Definition Classes
GenericServlet → Servlet
Annotations
@throws
(
...
)
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
log
(
arg0:
String
,
arg1:
Throwable
)
:
Unit
Definition Classes
GenericServlet
def
log
(
arg0:
String
)
:
Unit
Definition Classes
GenericServlet
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
service
(
arg0:
ServletRequest
,
arg1:
ServletResponse
)
:
Unit
Definition Classes
HttpServlet → GenericServlet → Servlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
service
(
arg0:
HttpServletRequest
,
arg1:
HttpServletResponse
)
:
Unit
Attributes
protected[
javax.servlet.http
]
Definition Classes
HttpServlet
Annotations
@throws
(
classOf[java.io.IOException]
)
@throws
(
...
)
def
setCustomHeaders
(
arg0:
Collection
[
Entry
[
String
,
String
]]
)
:
Unit
Definition Classes
TServlet
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
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