public static class

ChanPerformer.ReadPostsData

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

Class Overview

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

Summary

Fields
public final String boardName

Board name argument.

public final Posts cachedPosts

Current cached posts model.

public final HttpHolder holder

HTTP holder.

public final String lastPostNumber

Last post number argument.

public final boolean partialThreadLoading

Defines whether use partial thread loading or not.

public final String threadNumber

Thread number argument.

public final HttpValidator validator

HTTP validator.

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

Fields

public final String boardName

Board name argument.

public final Posts cachedPosts

Current cached posts model. Do not modity this model! This model is used only for reading.

public final HttpHolder holder

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

public final String lastPostNumber

Last post number argument. Used when partial thread loading enabled.

public final boolean partialThreadLoading

Defines whether use partial thread loading or not.

public final String threadNumber

Thread number argument.

public final HttpValidator validator

HTTP validator. With this argument you can check if page was changed.