|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
protected static class XmlRpcServletServer.ServletStreamConnection
Constructor Summary | |
---|---|
protected |
XmlRpcServletServer.ServletStreamConnection(HttpServletRequest pRequest,
HttpServletResponse pResponse)
|
Method Summary | |
---|---|
void |
close()
Closes the connection, and frees resources. |
HttpServletRequest |
getRequest()
Returns the servlet request. |
HttpServletResponse |
getResponse()
Returns the servlet response. |
InputStream |
newInputStream()
Returns the connections input stream. |
OutputStream |
newOutputStream()
Returns the connections output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected XmlRpcServletServer.ServletStreamConnection(HttpServletRequest pRequest, HttpServletResponse pResponse)
Method Detail |
---|
public HttpServletRequest getRequest()
public HttpServletResponse getResponse()
public InputStream newInputStream() throws IOException
ServerStreamConnection
newInputStream
in interface ServerStreamConnection
IOException
public OutputStream newOutputStream() throws IOException
ServerStreamConnection
newOutputStream
in interface ServerStreamConnection
IOException
public void close() throws IOException
ServerStreamConnection
close
in interface ServerStreamConnection
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |