| Package | Description |
|---|---|
| com.threerings.presents.net | |
| com.threerings.presents.server | |
| com.threerings.presents.server.net |
| Modifier and Type | Class and Description |
|---|---|
class |
SecureResponse
Used to indicate a authentication response based on a SecureRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientManager.connectionEstablished(PresentsConnection conn,
Name authname,
AuthRequest req,
AuthResponse rsp)
Called by the connection manager to let us know when a new connection has been established.
|
| Modifier and Type | Method and Description |
|---|---|
AuthResponse |
AuthingConnection.getAuthResponse()
Returns the auth response delivered to the client (only valid after the auth request has
been processed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthingConnection.setAuthResponse(AuthResponse authrsp)
Stores a reference to the auth response delivered to this connection.
|
Copyright © 2015. All rights reserved.