| Package | Description |
|---|---|
| com.threerings.presents.server |
| Modifier and Type | Field and Description |
|---|---|
static SessionFactory |
SessionFactory.DEFAULT
The default client factory.
|
| Modifier and Type | Method and Description |
|---|---|
static SessionFactory |
SessionFactory.newSessionFactory(Class<? extends Credentials> credsClass,
Class<? extends PresentsSession> sessionClass,
Class<? extends Name> nameClass,
Class<? extends ClientResolver> resolverClass)
Creates a session factory that handles clients with the supplied credentials and
authentication name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientManager.addSessionFactory(SessionFactory factory)
Adds a session factory to the chain.
|
void |
ClientManager.setDefaultSessionFactory(SessionFactory factory)
Configures the default factory for creating
PresentsSession and ClientResolver classes for authenticated client connections. |
Copyright © 2015. All rights reserved.