|
Bartosz Firyn (SarXos) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IpCamAuth | |
---|---|
com.github.sarxos.webcam.ds.ipcam | |
com.github.sarxos.webcam.ds.ipcam.impl |
Uses of IpCamAuth in com.github.sarxos.webcam.ds.ipcam |
---|
Methods in com.github.sarxos.webcam.ds.ipcam that return IpCamAuth | |
---|---|
IpCamAuth |
IpCamDevice.getAuth()
|
Methods in com.github.sarxos.webcam.ds.ipcam with parameters of type IpCamAuth | |
---|---|
static IpCamDevice |
IpCamDeviceRegistry.register(String name,
String url,
IpCamMode mode,
IpCamAuth auth)
|
static IpCamDevice |
IpCamDeviceRegistry.register(String name,
URL url,
IpCamMode mode,
IpCamAuth auth)
Register new IP camera device. |
void |
IpCamDevice.setAuth(IpCamAuth auth)
|
Constructors in com.github.sarxos.webcam.ds.ipcam with parameters of type IpCamAuth | |
---|---|
IpCamDevice(String name,
String url,
IpCamMode mode,
IpCamAuth auth)
|
|
IpCamDevice(String name,
URL url,
IpCamMode mode,
IpCamAuth auth)
|
Uses of IpCamAuth in com.github.sarxos.webcam.ds.ipcam.impl |
---|
Methods in com.github.sarxos.webcam.ds.ipcam.impl that return IpCamAuth | |
---|---|
IpCamAuth |
IpCamDescriptor.getAuth()
|
|
Bartosz Firyn (SarXos) | |||||||||
PREV NEXT | FRAMES NO FRAMES |