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, servicepublic HttpTunnelServlet()
public void init() throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void doOptions(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doOptions in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doHead(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doHead in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected String readRequestBody(javax.servlet.http.HttpServletRequest request) throws IOException
IOExceptionprotected BlockingQueueTransport getTransportChannel(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOExceptionprotected BlockingQueueTransport createTransportChannel(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOExceptionprotected BlockingQueueTransport createTransportChannel()
protected TextWireFormat createWireFormat()
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.