public class ClientSession extends Object implements Runnable
| Modifier | Constructor and Description |
|---|---|
protected |
ClientSession(IOSource socket,
MailStore mailStore) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doWaitInResponse() |
protected boolean |
prepareSessionLoop() |
void |
run() |
protected void |
sessionLoop() |
void |
stop() |
public void stop()
protected void doWaitInResponse()
throws InterruptedException
InterruptedExceptionprotected boolean prepareSessionLoop()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionprotected void sessionLoop()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2017. All rights reserved.