Package com.icegreen.greenmail.pop3
Class Pop3Connection
- java.lang.Object
-
- com.icegreen.greenmail.pop3.Pop3Connection
-
public class Pop3Connection extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description Pop3Connection(Pop3Handler handler, Socket socket)
-
-
-
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(String line)
-
print
public void print(Reader in) throws IOException
- Throws:
IOException
-
println
public void println(Reader in) throws IOException
- Throws:
IOException
-
readLine
public String readLine() throws IOException
- Throws:
IOException
-
getClientAddress
public String getClientAddress()
-
-