com.ericdaugherty.mail.server.services.smtp.support
Interface AddDataLine

All Known Implementing Classes:
AddDataLineDebug, AddDataLineDefault

public interface AddDataLine

Author:
Andreas Kyrmegalos

Method Summary
 void addDataLine(byte[] line)
           
 void flush()
           
 

Method Detail

addDataLine

void addDataLine(byte[] line)
                 throws java.io.IOException
Throws:
java.io.IOException

flush

void flush()
           throws java.io.IOException
Throws:
java.io.IOException