Uses of Interface
com.octo.captcha.engine.CaptchaEngine

Packages that use CaptchaEngine
com.octo.captcha.engine   
com.octo.captcha.engine.image This is the base package for image captcha engines. 
com.octo.captcha.engine.image.fisheye   
com.octo.captcha.engine.image.gimpy This package defines gimpy engines
Filtered engines would need the imaging-1.0.jar to run. 
com.octo.captcha.engine.sound This is the base package for sound captcha engines. 
com.octo.captcha.service   
com.octo.captcha.service.image This package provides Image specialized captcha services implementations. 
com.octo.captcha.service.multitype   
com.octo.captcha.service.sound   
 

Uses of CaptchaEngine in com.octo.captcha.engine
 

Classes in com.octo.captcha.engine that implement CaptchaEngine
 class GenericCaptchaEngine
          Generic captcha engine, use it as default.
 

Uses of CaptchaEngine in com.octo.captcha.engine.image
 

Classes in com.octo.captcha.engine.image that implement CaptchaEngine
 class DefaultImageCaptchaEngine
          This is a very simple gimpy, which is constructed from an array of Factory and randomly return one when the getCaptchaFactory is called
 class ImageCaptchaEngine
          Description: abstract base class for ImageCaptcha engines.
 class ListImageCaptchaEngine
          This engine is based on a java.util.List of factories.
 

Uses of CaptchaEngine in com.octo.captcha.engine.image.fisheye
 

Classes in com.octo.captcha.engine.image.fisheye that implement CaptchaEngine
 class SimpleFishEyeEngine
          Produce fishEye from files.
 

Uses of CaptchaEngine in com.octo.captcha.engine.image.gimpy
 

Classes in com.octo.captcha.engine.image.gimpy that implement CaptchaEngine
 class BaffleListGimpyEngine
          Description:
 class DefaultGimpyEngine
          

This is the default captcha engine.

 class DeformedBaffleListGimpyEngine
          
 class GmailEngine
          

This is the default captcha engine.

 class HotmailEngine
          

This is the default captcha engine.

 class HotmailEngine2008
          

This is the default captcha engine.

 class NonLinearTextGimpyEngine
          Use the non-linear text paster
 class SimpleListImageCaptchaEngine
          Description:
 

Uses of CaptchaEngine in com.octo.captcha.engine.sound
 

Classes in com.octo.captcha.engine.sound that implement CaptchaEngine
 class DefaultSoundCaptchaEngine
          

 class ListSoundCaptchaEngine
          

This engine is based on a java.util.List of factories.

 class SoundCaptchaEngine
          Description: abstract base class for SoundCaptcha engines.
 

Uses of CaptchaEngine in com.octo.captcha.service
 

Fields in com.octo.captcha.service declared as CaptchaEngine
protected  CaptchaEngine AbstractCaptchaService.engine
           
 

Methods in com.octo.captcha.service that return CaptchaEngine
 CaptchaEngine AbstractManageableCaptchaService.getEngine()
           
 CaptchaEngine ManageableCaptchaService.getEngine()
           
 

Methods in com.octo.captcha.service with parameters of type CaptchaEngine
 void AbstractManageableCaptchaService.setCaptchaEngine(CaptchaEngine engine)
          Updates the engine served by this service
 void ManageableCaptchaService.setCaptchaEngine(CaptchaEngine engine)
          Updates the engine served by this service
 

Constructors in com.octo.captcha.service with parameters of type CaptchaEngine
AbstractCaptchaService(CaptchaStore captchaStore, CaptchaEngine captchaEngine)
           
AbstractManageableCaptchaService(CaptchaStore captchaStore, CaptchaEngine captchaEngine, int minGuarantedStorageDelayInSeconds, int maxCaptchaStoreSize)
           
AbstractManageableCaptchaService(CaptchaStore captchaStore, CaptchaEngine captchaEngine, int minGuarantedStorageDelayInSeconds, int maxCaptchaStoreSize, int captchaStoreLoadBeforeGarbageCollection)
           
 

Uses of CaptchaEngine in com.octo.captcha.service.image
 

Constructors in com.octo.captcha.service.image with parameters of type CaptchaEngine
AbstractManageableImageCaptchaService(CaptchaStore captchaStore, CaptchaEngine captchaEngine, int minGuarantedStorageDelayInSeconds, int maxCaptchaStoreSize, int captchaStoreLoadBeforeGarbageCollection)
           
DefaultManageableImageCaptchaService(CaptchaStore captchaStore, CaptchaEngine captchaEngine, int minGuarantedStorageDelayInSeconds, int maxCaptchaStoreSize, int captchaStoreLoadBeforeGarbageCollection)
           
 

Uses of CaptchaEngine in com.octo.captcha.service.multitype
 

Constructors in com.octo.captcha.service.multitype with parameters of type CaptchaEngine
GenericManageableCaptchaService(CaptchaEngine captchaEngine, int minGuarantedStorageDelayInSeconds, int maxCaptchaStoreSize, int captchaStoreLoadBeforeGarbageCollection)
          Constructor with FastHashMapCaptchaStore
GenericManageableCaptchaService(CaptchaStore captchaStore, CaptchaEngine captchaEngine, int minGuarantedStorageDelayInSeconds, int maxCaptchaStoreSize, int captchaStoreLoadBeforeGarbageCollection)
           
 

Uses of CaptchaEngine in com.octo.captcha.service.sound
 

Constructors in com.octo.captcha.service.sound with parameters of type CaptchaEngine
AbstractManageableSoundCaptchaService(CaptchaStore captchaStore, CaptchaEngine captchaEngine, int minGuarantedStorageDelayInSeconds, int maxCaptchaStoreSize, int captchaStoreLoadBeforeGarbageCollection)
           
 



Copyright 2003-2009 JCaptcha. All Rights Reserved.