public final class ImapRequestHandler extends Object
| Constructor and Description |
|---|
ImapRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleRequest(InputStream input,
OutputStream output,
ImapSession session)
This method parses commands read off the wire in handleConnection.
|
public boolean handleRequest(InputStream input, OutputStream output, ImapSession session) throws ProtocolException
input - stream containing commandsoutput - stream for responsesession - current IMAP session (state)ProtocolExceptionCopyright © 2006–2022 Icegreen Technologies. All rights reserved.