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.IOException
public void close() throws java.io.IOException
java.io.IOException
public 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.IOException
public java.lang.String readLine() throws java.io.IOException
java.io.IOException
public java.lang.String getClientAddress()