public class DbCapiDriver extends java.lang.Object implements CaptchaDriver
| Constructor and Description |
|---|
DbCapiDriver() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResult() |
boolean |
isReady() |
void |
sendCaptcha(byte[] imgBytes) |
void |
setProperty(java.lang.String name,
Variable val) |
public void sendCaptcha(byte[] imgBytes)
sendCaptcha in interface CaptchaDriverpublic boolean isReady()
isReady in interface CaptchaDriverpublic java.lang.String getResult()
getResult in interface CaptchaDriverpublic void setProperty(java.lang.String name,
Variable val)
setProperty in interface CaptchaDriver