Skip to content
Snippets Groups Projects
Commit 659cacb8 authored by bontric's avatar bontric
Browse files

Update doc for request handler

parent 7e1130b3
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ public interface MailboxRequestHandler {
* @param request
* @throws ProtocolException If this function throws a Protocol exception,
* an error response will be sent
* NOTE: Ensure that the ProtocolException does not include sensitive information
*/
void handleRequest(MailboxRequest request) throws ProtocolException;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment