Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getHttpProxy (0.63 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

        }
    
        String getHttpProxyHost();
    
        Integer getHttpProxyPortAsInteger();
    
        String getHttpProxyUsername();
    
        String getHttpProxyPassword();
    
        default Proxy getHttpProxy() {
            Proxy proxy = (Proxy) propMap.get(HTML_PROXY);
            if (proxy == null) {
                if (StringUtil.isNotBlank(getHttpProxyHost()) && getHttpProxyPortAsInteger() != null) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 88.2K bytes
    - Viewed (0)
Back to top