Package | Description |
---|---|
com.pushtechnology.diffusion.client.session |
Client API : Sessions.
|
Modifier and Type | Method and Description |
---|---|
static SessionAttributes.Transport |
SessionAttributes.Transport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionAttributes.Transport[] |
SessionAttributes.Transport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<SessionAttributes.Transport> |
SessionAttributes.getRequestedTransports()
Returns the transports the session will use to connect to the server.
|
Modifier and Type | Method and Description |
---|---|
SessionFactory |
SessionFactory.transports(SessionAttributes.Transport... transports)
Set the transports to use to connect the session to the server.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.