Package | Description |
---|---|
com.rometools.certiorem.hub |
This package contains the core of the Hub implementation.
|
com.rometools.certiorem.hub.verify.standard |
This package contains a set of standard Verifier implementations.
|
Constructor and Description |
---|
Hub(HubDAO dao,
Verifier verifier,
Notifier notifier,
FeedFetcher fetcher)
Constructs a new Hub instance
|
Hub(HubDAO dao,
Verifier verifier,
Notifier notifier,
FeedFetcher fetcher,
Set<String> validSchemes,
Set<Integer> validPorts,
Set<String> validTopics)
Constructs a new Hub instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVerifier
An abstract verifier based on the java.net HTTP classes.
|
class |
ThreadPoolVerifier
Uses a ThreadPoolExecutor to do async verifications.
|
class |
ThreadpoolVerifierAdvanced |
class |
UnthreadedVerifier
A verifier that does not use threads.
|
Copyright © 2017. All rights reserved.