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