We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ProxySearch class only accepts predefined instances of ProxySearchStrategy due to the use of the Strategy enum.
ProxySearch
ProxySearchStrategy
Strategy
Feature request:
ProxySearch#addStrategy(ProxySearchStrategy custom)
This will allow one to add custom ProxySearchStrategies to the list of possible strategies. I would like to do:
ProxySearch proxySearch = new ProxySearch(); proxySearch.addStrategy(new SomeCustomProxySearchStrategy());
The text was updated successfully, but these errors were encountered:
This project is dead. Just use another fork like https://github.com/akuhtz/proxy-vole
Sorry, something went wrong.
No branches or pull requests
The
ProxySearch
class only accepts predefined instances ofProxySearchStrategy
due to the use of theStrategy
enum.Feature request:
ProxySearch#addStrategy(ProxySearchStrategy custom)
method.This will allow one to add custom ProxySearchStrategies to the list of possible strategies. I would like to do:
The text was updated successfully, but these errors were encountered: