public final class EndpointHandler extends RequestHandler2
RequestHandler2
that modifies the endpoint to handle virtual addressing (account id hoisting),
Dual-Stack, and FIPS.Constructor and Description |
---|
EndpointHandler() |
Modifier and Type | Method and Description |
---|---|
void |
beforeRequest(Request<?> request)
Runs any additional processing logic on the specified request (before it is executed by the
client runtime).
|
adapt, afterAttempt, afterError, afterResponse, beforeAttempt, beforeExecution, beforeMarshalling, beforeUnmarshalling
public void beforeRequest(Request<?> request)
IRequestHandler2
beforeRequest
in interface IRequestHandler2
beforeRequest
in class RequestHandler2
request
- The low level request being processed.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.