- All Implemented Interfaces:
Function<jakarta.servlet.http.HttpServletRequest,String>
public class OssProxyAddressFunction
extends Object
implements Function<jakarta.servlet.http.HttpServletRequest,String>
- Author:
- : gengwei.zheng
- Date:
- : 2023/8/19 18:21
-
Constructor Summary
Constructors
-
Method Summary
apply(jakarta.servlet.http.HttpServletRequest request)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
apply
public String apply(jakarta.servlet.http.HttpServletRequest request)
- Specified by:
apply in interface Function<jakarta.servlet.http.HttpServletRequest,String>