| Modifier and Type | Method and Description |
|---|---|
static FlowType |
FlowType.fromValue(String value) |
FlowType |
Negotiate.getClientFlow() |
FlowType |
NegotiationResponse.getServerFlow() |
static FlowType |
FlowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowType[] |
FlowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Negotiate.setClientFlow(FlowType clientFlow) |
void |
NegotiationResponse.setServerFlow(FlowType serverFlow) |
| Constructor and Description |
|---|
Negotiate(UUID sessionId,
Long timestamp,
FlowType clientFlow,
IgExtensionCredentials credentials,
String messageType) |
NegotiationResponse(UUID sessionId,
Long requestTimestamp,
FlowType serverFlow,
Object credentials,
String messageType) |
Copyright © 2019–2021 IG Group. All rights reserved.