Class RemoteAddressKeyResolver

java.lang.Object
com.networknt.aws.lambda.handler.middleware.limit.key.RemoteAddressKeyResolver
All Implemented Interfaces:
KeyResolver

public class RemoteAddressKeyResolver extends Object implements KeyResolver
When address is used as the key, we can get the IP address from the header of the request. If there is no proxy before our service and gateway, we can use the remote address for the purpose.
Author:
Steve Hu
  • Constructor Details

    • RemoteAddressKeyResolver

      public RemoteAddressKeyResolver()
  • Method Details