@FunctionalInterface
public interface ServerSessionAware
Modifier and Type | Method and Description |
---|---|
void |
setSession(ServerSession session) |
void setSession(ServerSession session)
session
- The ServerSession
in which this shell will be executed.