public class DefaultSessionCookieFactory extends Object implements SessionCookieFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultSessionCookieFactory.DefaultSessionCookieFactoryBuilder |
| Constructor and Description |
|---|
DefaultSessionCookieFactory() |
| Modifier and Type | Method and Description |
|---|---|
static DefaultSessionCookieFactory.DefaultSessionCookieFactoryBuilder |
builder() |
javax.servlet.http.Cookie |
createCookie(String sessionId) |
String |
getName() |
public javax.servlet.http.Cookie createCookie(String sessionId)
createCookie in interface SessionCookieFactorypublic String getName()
getName in interface SessionCookieFactorypublic static DefaultSessionCookieFactory.DefaultSessionCookieFactoryBuilder builder()
Copyright © 2014. All rights reserved.