public static class

ChanPerformer.ReadCaptchaData

extends Object
implements HttpRequest.Preset
java.lang.Object
   ↳ chan.content.ChanPerformer.ReadCaptchaData

Class Overview

Arguments holder for onReadCaptcha(ReadCaptchaData). Notify that this class might be used as HttpRequest.Preset.

Summary

Fields
public final String boardName

Board name argument

public final String[] captchaPass

Captcha pass authorization data argument.

public final String captchaType

Captcha type argument.

public final HttpHolder holder

HTTP holder.

public final boolean mayShowLoadButton

If true you can return NEED_LOAD if captcha has short lifetime.

public final String requirement

Requirement string argument.

public final String threadNumber

Thread number argument

[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final String boardName

Board name argument

public final String[] captchaPass

Captcha pass authorization data argument.

public final String captchaType

Captcha type argument.

public final HttpHolder holder

HTTP holder. You must use it when building new HttpRequest.

public final boolean mayShowLoadButton

If true you can return NEED_LOAD if captcha has short lifetime.

public final String requirement

Requirement string argument. Used with requireUserCaptcha(String, String, String, boolean).

public final String threadNumber

Thread number argument