public class BootstrapData extends SimpleStreamableObject
BootstrapData object is communicated back to the client after authentication has
succeeded and after the server is fully prepared to deal with the client. It contains
information the client will need to interact with the server.Streamable.Closure| Modifier and Type | Field and Description |
|---|---|
int |
clientOid
The oid of this client's associated distributed object.
|
int |
connectionId
The unique id of the client's connection (used to address datagrams).
|
List<InvocationMarshaller<?>> |
services
A list of handles to invocation services.
|
| Constructor and Description |
|---|
BootstrapData() |
public int connectionId
public int clientOid
public List<InvocationMarshaller<?>> services
Copyright © 2015. All rights reserved.