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, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic HttpTunnelServlet()
public void init() throws ServletException
init in class GenericServletServletExceptionprotected void doOptions(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doOptions in class HttpServletServletExceptionIOExceptionprotected void doHead(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doHead in class HttpServletServletExceptionIOExceptionprotected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet in class HttpServletServletExceptionIOExceptionprotected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost in class HttpServletServletExceptionIOExceptionprotected String readRequestBody(HttpServletRequest request) throws IOException
IOExceptionprotected BlockingQueueTransport getTransportChannel(HttpServletRequest request, HttpServletResponse response) throws IOException
IOExceptionprotected BlockingQueueTransport createTransportChannel(HttpServletRequest request, HttpServletResponse response) throws IOException
IOExceptionprotected BlockingQueueTransport createTransportChannel()
protected TextWireFormat createWireFormat()
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.