@InterfaceAudience.Private public class ThriftHttpServlet extends TServlet
Modifier and Type | Field and Description |
---|---|
static String |
AUTHORIZATION |
static Log |
LOG |
static String |
NEGOTIATE |
static String |
WWW_AUTHENTICATE |
Constructor and Description |
---|
ThriftHttpServlet(TProcessor processor,
TProtocolFactory protocolFactory,
UserGroupInformation realUser,
Configuration conf,
ThriftServerRunner.HBaseHandler hbaseHandler,
boolean securityEnabled,
boolean doAsEnabled) |
Modifier and Type | Method and Description |
---|---|
protected void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
public static final Log LOG
public static final String WWW_AUTHENTICATE
public static final String AUTHORIZATION
public static final String NEGOTIATE
public ThriftHttpServlet(TProcessor processor, TProtocolFactory protocolFactory, UserGroupInformation realUser, Configuration conf, ThriftServerRunner.HBaseHandler hbaseHandler, boolean securityEnabled, boolean doAsEnabled)
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
ServletException
IOException