Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setSecure (0.04 seconds)

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

     * <p>Example usage:</p>
     * <pre>{@code
     * CookieConfig config = new CookieConfig();
     * config.setName("sessionId");
     * config.setValue("abc123");
     * config.setDomain("example.com");
     * config.setPath("/");
     * config.setSecure(true);
     * }</pre>
     */
    public class CookieConfig {
    
        private String name;
        private String value;
        private String domain;
        private String path;
        private Date expiryDate;
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Thu Jan 08 14:22:26 GMT 2026
    - 3.8K bytes
    - Click Count (0)
Back to Top