|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connector.Status | |
|---|---|
| com.skype.connector | Provides the classes for the connector |
| com.skype.connector.linux | Provides the connector for Linux |
| com.skype.connector.osx | Provides the connector for Max OS X |
| com.skype.connector.test | Provides the connector for testing |
| com.skype.connector.win32 | Provides the connector for Windows by JNI |
| com.skype.connector.windows | Provides the connector for Windows by SWT |
| Uses of Connector.Status in com.skype.connector |
|---|
| Methods in com.skype.connector that return Connector.Status | |
|---|---|
Connector.Status |
Connector.connect()
Tries to connect this connector to the Skype client. |
protected abstract Connector.Status |
Connector.connect(int timeout)
Tries to connect this connector to the Skype client on the platform mechanism. |
Connector.Status |
NotAttachedException.getStatus()
Return the status at the moment of the exception. |
Connector.Status |
ConnectorStatusEvent.getStatus()
Return the new Status. |
Connector.Status |
Connector.getStatus()
Gets the status of this connector. |
static Connector.Status |
Connector.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Connector.Status[] |
Connector.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.skype.connector with parameters of type Connector.Status | |
|---|---|
protected void |
Connector.setStatus(Connector.Status newStatus)
Sets the status of this connector. |
| Uses of Connector.Status in com.skype.connector.linux |
|---|
| Methods in com.skype.connector.linux that return Connector.Status | |
|---|---|
protected Connector.Status |
LinuxConnector.connect(int timeout)
Connects to Skype client. |
| Uses of Connector.Status in com.skype.connector.osx |
|---|
| Methods in com.skype.connector.osx that return Connector.Status | |
|---|---|
protected Connector.Status |
OSXConnector.connect(int timeout)
Connects to Skype client. |
| Uses of Connector.Status in com.skype.connector.test |
|---|
| Methods in com.skype.connector.test that return Connector.Status | |
|---|---|
protected Connector.Status |
TestConnector.connect(int timeout)
|
| Uses of Connector.Status in com.skype.connector.win32 |
|---|
| Methods in com.skype.connector.win32 that return Connector.Status | |
|---|---|
protected Connector.Status |
Win32Connector.connect(int timeout)
Connect to Skype client. |
| Uses of Connector.Status in com.skype.connector.windows |
|---|
| Methods in com.skype.connector.windows that return Connector.Status | |
|---|---|
protected Connector.Status |
WindowsConnector.connect(int timeout)
Implementation of the connect method for this connector. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||