public interface ConnectionStateObserver
XMPPPacketReader
whose functioning is dependent on underlying connection status.| Modifier and Type | Method and Description |
|---|---|
void |
closed()
Called when connection is closed
|
void |
closingConnection()
Method call to inform the dependent entities that after this method call
the connection will be closed.
|
void |
connected()
Invoked when physical connection is established with server.
|
void connected()
void closingConnection()
void closed()
Copyright © 2019. All rights reserved.