Modifier and Type | Method and Description |
---|---|
Session |
Shell.session() |
Modifier and Type | Method and Description |
---|---|
void |
Shell.setPrompt(java.util.function.Function<Session,String> prompt)
Set a new prompt in this session.
|
Modifier and Type | Method and Description |
---|---|
Session |
Completion.session() |
Modifier and Type | Method and Description |
---|---|
Session |
CommandProcess.session() |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Session> |
Session.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static Session |
Session.create()
Create a new empty session.
|
static Session |
Session.newInstance(Session arg) |
Session |
Session.put(String key,
Object obj)
Put some data in a session
|
Modifier and Type | Method and Description |
---|---|
Session |
Process.getSession() |
Modifier and Type | Method and Description |
---|---|
Process |
Process.setSession(Session session)
Set the process session
|
Job |
Job.setSession(Session session)
Set a session on the job.
|
Modifier and Type | Method and Description |
---|---|
Term |
Term.setSession(Session session)
Associate the term with a session.
|
Copyright © 2023 Eclipse. All rights reserved.