org.apache.xmlrpc.webserver
Class XmlRpcServletServer.ServletStreamConnection
java.lang.Object
org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
- Enclosing class:
- XmlRpcServletServer
protected static class XmlRpcServletServer.ServletStreamConnection
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcServletServer.ServletStreamConnection
protected XmlRpcServletServer.ServletStreamConnection(HttpServletRequest pRequest,
HttpServletResponse pResponse)
getRequest
public HttpServletRequest getRequest()
- Returns the servlet request.
getResponse
public HttpServletResponse getResponse()
- Returns the servlet response.
newInputStream
public java.io.InputStream newInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
newOutputStream
public java.io.OutputStream newOutputStream()
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException