public class EzySimpleSessionCreator extends Object implements EzySessionCreator
| Modifier and Type | Class and Description |
|---|---|
static class |
EzySimpleSessionCreator.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected EzySessionManager |
sessionManager |
protected EzySessionManagementSetting |
sessionSetting |
| Constructor and Description |
|---|
EzySimpleSessionCreator(EzySimpleSessionCreator.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static EzySimpleSessionCreator.Builder |
builder() |
<S extends EzySession> |
create(EzyChannel channel) |
protected EzySession |
newSession(EzyChannel channel) |
protected final EzySessionManager sessionManager
protected final EzySessionManagementSetting sessionSetting
public EzySimpleSessionCreator(EzySimpleSessionCreator.Builder builder)
public <S extends EzySession> S create(EzyChannel channel)
create in interface EzySessionCreatorprotected EzySession newSession(EzyChannel channel)
public static EzySimpleSessionCreator.Builder builder()
Copyright © 2021 Young Monkeys. All rights reserved.