| Package | Description |
|---|---|
| com.threerings.bureau.server | |
| com.threerings.crowd.server | |
| com.threerings.presents.peer.server | |
| com.threerings.presents.server |
| Modifier and Type | Class and Description |
|---|---|
class |
BureauClientResolver
Used to configure crowd-specific client object data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrowdClientResolver
Used to configure crowd-specific client object data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PeerClientResolver
Handles the resolution of peer server client data.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Class<? extends ClientResolver> |
SessionFactory.getClientResolverClass(Name username)
Returns the
ClientResolver derived class to use to resolve a client with the
specified username or null if this factory does not handle clients of the supplied type. |
| 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.
|
Copyright © 2015. All rights reserved.