Class LocationHandler
java.lang.Object
ee.jakarta.tck.ws.rs.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
-
getInstance
Returns an instance of this handler. -
invoke
public boolean invoke(org.apache.commons.httpclient.Header configuredHeader, org.apache.commons.httpclient.Header responseHeader) Invokes handler logic.
-