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
IOException
public void close() throws IOException
IOException
public void quit()
public void println(String line)
public void println()
public void print(Reader in) throws IOException
IOException
public String readLine() throws IOException
IOException
public String getClientAddress()
Copyright © 2006–2018 Icegreen Technologies. All rights reserved.