Package | Description |
---|---|
com.rometools.certiorem.hub |
This package contains the core of the Hub implementation.
|
com.rometools.fetcher.impl |
Constructor and Description |
---|
Hub(HubDAO dao,
Verifier verifier,
Notifier notifier,
FeedFetcher fetcher)
Deprecated.
Constructs a new Hub instance
|
Hub(HubDAO dao,
Verifier verifier,
Notifier notifier,
FeedFetcher fetcher,
Set<String> validSchemes,
Set<Integer> validPorts,
Set<String> validTopics)
Deprecated.
Constructs a new Hub instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFeedFetcher
Deprecated.
ROME Fetcher will be dropped in the next major version of ROME (version 2). For more information and some migration hints,
please have a look at our detailed explanation.
|
class |
HttpClientFeedFetcher
Deprecated.
HttpClient v3 is known to have some security vulnerabilities! In addition ROME Fetcher will be dropped in the next major version of ROME (version 2).
For more information and some migration hints, please have a look at our detailed explanation.
|
class |
HttpURLFeedFetcher
Deprecated.
ROME Fetcher will be dropped in the next major version of ROME (version 2). For more information and some migration hints,
please have a look at our detailed explanation.
|
Copyright © 2017. All rights reserved.