public final class WebSeedEntry
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WebSeedEntry.Type
Http seeds are different from url seeds in the
protocol they use.
|
Constructor and Description |
---|
WebSeedEntry(web_seed_entry e) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
auth()
Optional authentication.
|
java.util.ArrayList<Pair<java.lang.String,java.lang.String>> |
extraHeaders()
Any extra HTTP headers that need to be passed to the web seed.
|
web_seed_entry |
swig() |
WebSeedEntry.Type |
type()
The type of web seed.
|
java.lang.String |
url()
The URL of the web seed.
|
public WebSeedEntry(web_seed_entry e)
public web_seed_entry swig()
public java.lang.String url()
public java.lang.String auth()
public java.util.ArrayList<Pair<java.lang.String,java.lang.String>> extraHeaders()
public WebSeedEntry.Type type()
WebSeedEntry.Type