| java.lang.Object | |
| ↳ | org.ocast.referencedriver.ReferenceDriver.ReferenceFactory |
A Driver.Factory for driver creation
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ReferenceFactory() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Driver |
createDriver(Device device, Driver.DriverListener listener, SSLConfig sslConfig)
Create a driver for the given
Device device | ||||||||||
| ReferenceDriver |
createDriver(Device device, Driver.DriverListener listener)
Create a driver for the given
Device device | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.ocast.core.Driver.Factory
| |||||||||||
Create a driver for the given Device device
| device | the device to be controlled by the driver |
|---|---|
| listener | a listener that will be notified of driver failures |
| sslConfig | additionnal SSL related configuration if needed |
Create a driver for the given Device device
| device | the device to be controlled by the driver |
|---|---|
| listener | a listener that will be notified of driver failures |