Class LocationHandler
java.lang.Object
com.sun.ts.tests.common.webclient.handler.LocationHandler
- All Implemented Interfaces:
- Handler
 Will handle headers for the following
 cases:
   - Server is on port 80 and port value isn't
     propagated back to client (assumed)
   - Port value is in response
 - 
Method Details- 
getInstanceReturns an instance of this handler.
- 
invokepublic boolean invoke(org.apache.commons.httpclient.Header configuredHeader, org.apache.commons.httpclient.Header responseHeader) Invokes handler logic.
 
-