Class OssProxyAddressFunction

java.lang.Object
cn.herodotus.oss.solution.proxy.OssProxyAddressFunction
All Implemented Interfaces:
Function<jakarta.servlet.http.HttpServletRequest,String>

public class OssProxyAddressFunction extends Object implements Function<jakarta.servlet.http.HttpServletRequest,String>

Description: 默认代理地址转换器

Author:
: gengwei.zheng
Date:
: 2023/8/19 18:21
  • Constructor Details

    • OssProxyAddressFunction

      public OssProxyAddressFunction(OssProxyProperties ossProxyProperties)
  • Method Details

    • apply

      public String apply(jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      apply in interface Function<jakarta.servlet.http.HttpServletRequest,String>