Class ProxyUtils
java.lang.Object
org.epics.archiverappliance.mgmt.bpl.ProxyUtils
Small utility class to proxy mgmt BPL to appliance other than this appliance.
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidrouteURLToOtherAppliances(ConfigService configService, String pathAndQuery) Route pathAndQuery to all appliances other than this appliance
-
Constructor Details
-
ProxyUtils
public ProxyUtils()
-
-
Method Details
-
routeURLToOtherAppliances
Route pathAndQuery to all appliances other than this appliance- Parameters:
configService- ConfigServicepathAndQuery-
-