public class HttpTunnelServlet extends HttpServlet
Constructor and Description |
---|
HttpTunnelServlet() |
Modifier and Type | Method and Description |
---|---|
protected BlockingQueueTransport |
createTransportChannel() |
protected BlockingQueueTransport |
createTransportChannel(HttpServletRequest request,
HttpServletResponse response) |
protected TextWireFormat |
createWireFormat() |
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
protected void |
doHead(HttpServletRequest request,
HttpServletResponse response) |
protected void |
doOptions(HttpServletRequest request,
HttpServletResponse response) |
protected void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
protected BlockingQueueTransport |
getTransportChannel(HttpServletRequest request,
HttpServletResponse response) |
void |
init() |
protected String |
readRequestBody(HttpServletRequest request) |
doDelete, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public HttpTunnelServlet()
public void init() throws ServletException
init
in class GenericServlet
ServletException
protected void doOptions(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doOptions
in class HttpServlet
ServletException
IOException
protected void doHead(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doHead
in class HttpServlet
ServletException
IOException
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet
in class HttpServlet
ServletException
IOException
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost
in class HttpServlet
ServletException
IOException
protected String readRequestBody(HttpServletRequest request) throws IOException
IOException
protected BlockingQueueTransport getTransportChannel(HttpServletRequest request, HttpServletResponse response) throws IOException
IOException
protected BlockingQueueTransport createTransportChannel(HttpServletRequest request, HttpServletResponse response) throws IOException
IOException
protected BlockingQueueTransport createTransportChannel()
protected TextWireFormat createWireFormat()
Copyright © 2005–2017 FuseSource, Corp.. All rights reserved.