public class ThriftHttpServlet
extends org.apache.thrift.server.TServlet
Modifier and Type | Field and Description |
---|---|
static String |
AUTH_COOKIE |
static org.apache.commons.logging.Log |
LOG |
Constructor and Description |
---|
ThriftHttpServlet(org.apache.thrift.TProcessor processor,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
String authType,
org.apache.hadoop.security.UserGroupInformation serviceUGI,
org.apache.hadoop.security.UserGroupInformation httpUGI) |
Modifier and Type | Method and Description |
---|---|
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
addCustomHeader, doGet, setCustomHeaders
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public static final org.apache.commons.logging.Log LOG
public static final String AUTH_COOKIE
public ThriftHttpServlet(org.apache.thrift.TProcessor processor, org.apache.thrift.protocol.TProtocolFactory protocolFactory, String authType, org.apache.hadoop.security.UserGroupInformation serviceUGI, org.apache.hadoop.security.UserGroupInformation httpUGI)
protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class org.apache.thrift.server.TServlet
javax.servlet.ServletException
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.