public final class ImapRequestStreamHandler extends AbstractImapRequestHandler
ABANDON_SIGNOFF, MAILBOX_DELETED_SIGNOFF, processor
Constructor and Description |
---|
ImapRequestStreamHandler(ImapDecoder decoder,
ImapProcessor processor,
ImapEncoder encoder) |
Modifier and Type | Method and Description |
---|---|
boolean |
handleRequest(InputStream input,
OutputStream output,
ImapSession session)
This method parses IMAP commands read off the wire in handleConnection.
|
doProcessRequest, isSelectedMailboxDeleted
public ImapRequestStreamHandler(ImapDecoder decoder, ImapProcessor processor, ImapEncoder encoder)
public boolean handleRequest(InputStream input, OutputStream output, ImapSession session)
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.