Skip to content

Feature request: Make ProxySearch a bit more extendable #82

@heatzync

Description

@heatzync

The ProxySearch class only accepts predefined instances of ProxySearchStrategy due to the use of the Strategy enum.

Feature request:

  • Add a ProxySearch#addStrategy(ProxySearchStrategy custom) method.

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());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions