-
public final class FetchEntry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFetchEntry.Companion
-
Field Summary
Fields Modifier and Type Field Description private final WebPagepageprivate final LoadOptionsoptions
-
Constructor Summary
Constructors Constructor Description FetchEntry(String url, LoadOptions options, String href)FetchEntry(WebPage page, LoadOptions options)
-
Method Summary
Modifier and Type Method Description final WebPagegetPage()final LoadOptionsgetOptions()-
-
Constructor Detail
-
FetchEntry
FetchEntry(String url, LoadOptions options, String href)
-
FetchEntry
FetchEntry(WebPage page, LoadOptions options)
-
-
Method Detail
-
getPage
final WebPage getPage()
-
getOptions
final LoadOptions getOptions()
-
-
-
-