Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for doGet (0.15 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java

            }
            return newPath.replace(".*.*", ".*");
        }
    
        /*
         * (non-Javadoc)
         *
         * @see org.codelibs.fess.crawler.http.HttpClient#doGet(java.lang.String)
         */
        @Override
        public ResponseData doGet(final String url) {
            HttpUriRequest httpGet;
            try {
                httpGet = new HttpGet(url);
            } catch (final IllegalArgumentException e) {
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu May 09 09:28:25 UTC 2024
    - 41K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/http/NetworkExplorer.java

                    out[i++] = (ch = pathInfo.charAt( p++ ));
                } while( p < len && ch != '/' );
            }
            return new String( out, 0, i );
        }
        public void doGet( HttpServletRequest req,
                    HttpServletResponse resp ) throws IOException, ServletException {
            UniAddress dc;
            String msg, pathInfo, server = null;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Wed Jan 22 03:57:31 UTC 2020
    - 19.7K bytes
    - Viewed (0)
  3. src/main/java/jcifs/http/NetworkExplorer.java

                }
                while ( p < len && ch != '/' );
            }
            return new String(out, 0, i);
        }
    
    
        @Override
        public void doGet ( HttpServletRequest req, HttpServletResponse resp ) throws IOException, ServletException {
            Address dc;
            String msg, pathInfo, server = null;
            boolean offerBasic, possibleWorkgroup = true;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 21.3K bytes
    - Viewed (0)
Back to top