public static interface Connector.EncryptionEstablishedHandler extends EventHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
Connector.EncryptionEstablishedHandler.EncryptionEstablishedEvent
Fired after encrypted connection is established.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onEncryptionEstablished(SessionObject sessionObject)
Called when EncryptionEstablishedEvent is fired.
|
void onEncryptionEstablished(SessionObject sessionObject)
sessionObject - session object related to connection.Copyright © 2006–2015 Tigase. All rights reserved.