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 nullIOException
void write(byte[] buffer) throws IOException
buffer
- byte array
to be written, not nullIOException
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.