public class Pop3Connection extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
Pop3Connection(Pop3Handler handler,
Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getClientAddress() |
void |
print(Reader in) |
void |
println() |
void |
println(String line) |
void |
quit() |
String |
readLine() |
public Pop3Connection(Pop3Handler handler, Socket socket) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic void quit()
public void println(String line)
public void println()
public void print(Reader in) throws IOException
IOExceptionpublic String readLine() throws IOException
IOExceptionpublic String getClientAddress()
Copyright © 2006–2017 Icegreen Technologies. All rights reserved.