| Package | Description |
|---|---|
| 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.win32 |
Provides the connector for Windows by JNI
|
| Modifier and Type | Method and Description |
|---|---|
static Connector |
Connector.getInstance()
Initializes a platform specific connection.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
Connector.setInstance(Connector newInstance)
Sets the instance of the connector for test cases.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxConnector
Implementation of the connector for Linux
|
| Modifier and Type | Method and Description |
|---|---|
static Connector |
LinuxConnector.getInstance()
Get singleton instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OSXConnector
Implementation of the connector for Mac OS X.
|
| Modifier and Type | Method and Description |
|---|---|
static Connector |
OSXConnector.getInstance()
Get singleton instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Win32Connector
Implementation of a connector for Windows.
|
| Modifier and Type | Method and Description |
|---|---|
static Connector |
Win32Connector.getInstance()
Get singleton instance.
|
Copyright © 2013. All Rights Reserved.