public class ClientServletDispatcher
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
ClientServletDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectInputStream |
createObjectInputStream(InputStream in)
Create an object input stream that wraps the URL connection stream.
|
protected ObjectOutputStream |
createObjectOutputStream(OutputStream out)
Create an object input stream that wraps the URL connection stream.
|
void |
init(javax.servlet.ServletConfig config)
Initialize dispatcher servlet
|
void |
service(javax.servlet.http.HttpServletRequest aRequest,
javax.servlet.http.HttpServletResponse aResponse)
Service a request
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void service(javax.servlet.http.HttpServletRequest aRequest,
javax.servlet.http.HttpServletResponse aResponse)
throws javax.servlet.ServletException
service in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionprotected ObjectInputStream createObjectInputStream(InputStream in) throws IOException
in - the underlying stream. It is bufferedIOExceptionprotected ObjectOutputStream createObjectOutputStream(OutputStream out) throws IOException
out - The OutputStream to wrapIOExceptionCopyright © 2013 Atlassian. All Rights Reserved.