| org.ocast.core.Driver.Factory |
Known Indirect Subclasses
|
Factory to create a Driver
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract Driver |
createDriver(Device device, Driver.DriverListener listener, SSLConfig sslConfig)
Create a driver for the given
Device device | ||||||||||
| abstract Driver |
createDriver(Device device, Driver.DriverListener listener)
Create a driver for the given
Device device | ||||||||||
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 |