类 ServerProperties.Session.Cookie
- java.lang.Object
- org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
public static class ServerProperties.Session.Cookie extends Object
构造器概要
构造器 构造器 说明 Cookie()
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 String
getComment()
String
getDomain()
Boolean
getHttpOnly()
Integer
getMaxAge()
String
getName()
String
getPath()
Boolean
getSecure()
void
setComment(String comment)
void
setDomain(String domain)
void
setHttpOnly(Boolean httpOnly)
void
setMaxAge(Integer maxAge)
void
setName(String name)
void
setPath(String path)
void
setSecure(Boolean secure)
构造器详细资料
Cookie
public Cookie()
方法详细资料
getComment
public String getComment()
setComment
public void setComment(String comment)
getHttpOnly
public Boolean getHttpOnly()
setHttpOnly
public void setHttpOnly(Boolean httpOnly)