| Package | Description |
|---|---|
| org.dice_research.squirrel.data.uri | |
| org.dice_research.squirrel.queue |
| Modifier and Type | Field and Description |
|---|---|
private UriType |
CrawleableUri.type
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UriType |
CrawleableUri.getType()
Deprecated.
|
static UriType |
UriType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static UriType[] |
UriType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CrawleableUri |
CrawleableUriFactory4Tests.create(URI uri,
InetAddress ipAddress,
UriType type) |
CrawleableUri |
CrawleableUriFactoryImpl.create(URI uri,
UriType type) |
CrawleableUri |
DefaultCrawleableUriFactory.create(URI uri,
UriType type) |
CrawleableUri |
CrawleableUriFactory.create(URI uri,
UriType type)
|
static List<CrawleableUri> |
UriUtils.createCrawleableUriList(ArrayList uris,
UriType type)
Deprecated.
|
void |
CrawleableUri.setType(UriType type)
Deprecated.
|
| Constructor and Description |
|---|
CrawleableUri(URI uri,
InetAddress ipAddress,
UriType type)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
UriType |
IpUriTypePair.type |
| Constructor and Description |
|---|
IpUriTypePair(InetAddress ip,
UriType type) |
Copyright © 2017–2019. All rights reserved.