public class HttpProxyPropertyProvider extends BaseProvider implements PropertyProvider
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
HttpProxyPropertyProvider(StreamProvider stream,
ComponentSSLConfiguration configuration,
String clusterNamePropertyId,
String hostNamePropertyId,
String componentNamePropertyId) |
Modifier and Type | Method and Description |
---|---|
Set<Resource> |
populateResources(Set<Resource> resources,
Request request,
Predicate predicate)
This method only checks if an HTTP-type property should be fulfilled.
|
checkConfigPropertyIds, checkPropertyIds, containsArguments, getPropertyIds, getRegexGroups, getRegExpKey, getRequestPropertyIds, isPatternKey, setResourceProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkPropertyIds
public HttpProxyPropertyProvider(StreamProvider stream, ComponentSSLConfiguration configuration, String clusterNamePropertyId, String hostNamePropertyId, String componentNamePropertyId)
public Set<Resource> populateResources(Set<Resource> resources, Request request, Predicate predicate) throws SystemException
populateResources
in interface PropertyProvider
resources
- the resources to be populatedrequest
- the request object which defines the desired set of propertiespredicate
- the predicate object which filters which resources are returnedSystemException
- thrown if resources cannot be populatedCopyright © 2015. All rights reserved.