Commit 5f5dad2f authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

Refactoring work.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@604 b35dd754-fafc-0310-a699-88a17e54d16e
parent 37c219fc
......@@ -65,6 +65,13 @@ public interface Connection {
*/
XMLWriter getSerializer() throws UnauthorizedException;
/**
* <p>Obtain the Writer used to send data to the client.</p>
* <P>The writer should be used with caution.</p>
*
* @return The Writer underlying this connection
* @throws UnauthorizedException If caller doesn't have permission to access this resource
*/
Writer getWriter() throws UnauthorizedException;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment