com.icegreen.greenmail.pop3
Class Pop3Connection

java.lang.Object
  extended by com.icegreen.greenmail.pop3.Pop3Connection

public class Pop3Connection
extends Object


Field Summary
protected  org.slf4j.Logger log
           
 
Constructor Summary
Pop3Connection(Pop3Handler handler, Socket socket)
           
 
Method Summary
 void close()
           
 String getClientAddress()
           
 void print(Reader in)
           
 void println()
           
 void println(String line)
           
 void quit()
           
 String readLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.slf4j.Logger log
Constructor Detail

Pop3Connection

public Pop3Connection(Pop3Handler handler,
                      Socket socket)
               throws IOException
Throws:
IOException
Method Detail

close

public void close()
           throws IOException
Throws:
IOException

quit

public void quit()

println

public void println(String line)

println

public void println()

print

public void print(Reader in)
           throws IOException
Throws:
IOException

readLine

public String readLine()
                throws IOException
Throws:
IOException

getClientAddress

public String getClientAddress()