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, setResourcePropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckPropertyIdspublic 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 PropertyProviderresources - 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 © 2016. All rights reserved.