org.apache.blur.thirdparty.thrift_0_9_0.server
Class TServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.blur.thirdparty.thrift_0_9_0.server.TServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class TServlet
- extends javax.servlet.http.HttpServlet
Servlet implementation class ThriftServer
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.http.HttpServlet |
service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
TServlet
public TServlet(TProcessor processor,
TProtocolFactory inProtocolFactory,
TProtocolFactory outProtocolFactory)
- See Also:
HttpServlet.HttpServlet()
TServlet
public TServlet(TProcessor processor,
TProtocolFactory protocolFactory)
- See Also:
HttpServlet.HttpServlet()
addCustomHeader
public void addCustomHeader(String key,
String value)
setCustomHeaders
public void setCustomHeaders(Collection<Map.Entry<String,String>> headers)
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.