Class ALLOWHandler
java.lang.Object
com.sun.ts.tests.common.webclient.handler.ALLOWHandler
- All Implemented Interfaces:
Handler
Handler for the ALLOW header.
-
Method Details
-
getInstance
Returns the singleton instance of this class.- Returns:
- the singleton instance of this class.
-
invoke
public boolean invoke(org.apache.commons.httpclient.Header configuredHeader, org.apache.commons.httpclient.Header responseHeader) Description copied from interface:Handler
Invokes handler logic.
-