public class Pop3Connection
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
Pop3Connection(Pop3Handler handler,
java.net.Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.String |
getClientAddress() |
void |
print(java.io.Reader in) |
void |
println() |
void |
println(java.lang.String line) |
void |
quit() |
java.lang.String |
readLine() |
public Pop3Connection(Pop3Handler handler, java.net.Socket socket) throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionpublic void quit()
public void println(java.lang.String line)
public void println()
public void print(java.io.Reader in)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String readLine()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getClientAddress()