public interface IResponseCallback
Modifier and Type | Method and Description |
---|---|
void |
connected() |
void |
disconnected() |
void |
exceptionCaught(IMAPException cause) |
void |
imapResponse(org.apache.mina.core.session.IoSession session,
MinaIMAPMessage imapResponse) |
void |
setClient(ClientSupport cs) |
void connected()
void disconnected()
void imapResponse(org.apache.mina.core.session.IoSession session, MinaIMAPMessage imapResponse)
void setClient(ClientSupport cs)
void exceptionCaught(IMAPException cause) throws IMAPException
IMAPException
Copyright © 2021. All Rights Reserved.