|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionHandler | |
---|---|
com.genesyslab.platform.commons.connection | Provides facilities for communicating with Genesys servers using the ConnectionManager factory class. |
com.genesyslab.platform.voice.protocol.runtime | This package is used internally by the protocol. |
Uses of ConnectionHandler in com.genesyslab.platform.commons.connection |
---|
Methods in com.genesyslab.platform.commons.connection with parameters of type ConnectionHandler | |
---|---|
void |
Connection.setConnectionHandler(ConnectionHandler connectionHandler)
Sets connection handler to receive notifications about connection events. |
Uses of ConnectionHandler in com.genesyslab.platform.voice.protocol.runtime |
---|
Subinterfaces of ConnectionHandler in com.genesyslab.platform.voice.protocol.runtime | |
---|---|
interface |
HAConnState
State of high availability connection. |
Classes in com.genesyslab.platform.voice.protocol.runtime that implement ConnectionHandler | |
---|---|
class |
AbstractConnState
|
class |
BackupState
|
class |
PrimaryState
|
class |
StateAbsent
Closed connection, reacts on open() only. |
class |
StateBackup
|
class |
StateBackupClosing
|
class |
StateBackupConnectedFirst
|
class |
StateBackupConnecting
|
class |
StateBackupDropping
Backup is dropped because of difference in session ids. |
class |
StateBackupLinkDisconnected
|
class |
StateBackupRegistering
Backup has just connected and register itself. |
class |
StateNotAvailable
This state represents absence of connection, so it does nothing, even don't log. |
class |
StateOpening
Unknown connction is opening. |
class |
StatePrimary
|
class |
StatePrimaryClosing
|
class |
StatePrimaryConnected
Primary connected and going to switch either to Primary or LinkDisconnected state depending on linkMessage. |
class |
StatePrimaryConnecting
Primary connecting when backup connected first. |
class |
StatePrimaryDown
|
class |
StatePrimaryLinkDisconnected
|
class |
StatePrimaryRegistering
Primary connected and registering after backup was connected first |
class |
StateRegistering
Unknown server is regestering (RequestRegisterClient). |
class |
StateWaitingSwitchover
Primary connection is down and waiting for switchover |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |