public interface ImapResponseWriter
Writes IMAP response.
Factors out basic IMAP reponse writing operations from higher level ones.
void write(Literal literal) throws IOException
literal - Literal to be written, not nullIOExceptionvoid write(byte[] buffer)
throws IOException
buffer - byte array to be written, not nullIOExceptionCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.