public class SessionContext extends Object
Executor will maintain a ExecutionContext for it, and each interaction the
client need to attach the session id.| Constructor and Description |
|---|
SessionContext(String sessionId,
Environment sessionEnv) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Environment |
getSessionEnv() |
String |
getSessionId() |
int |
hashCode() |
public SessionContext(String sessionId, Environment sessionEnv)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.