Uses of Class
io.vertx.reactivex.ext.shell.session.Session
-
-
Uses of Session in io.vertx.reactivex.ext.shell
Methods in io.vertx.reactivex.ext.shell that return Session Modifier and Type Method Description Session
Shell. session()
Method parameters in io.vertx.reactivex.ext.shell with type arguments of type Session Modifier and Type Method Description void
Shell. setPrompt(Function<Session,String> prompt)
Set a new prompt in this session. -
Uses of Session in io.vertx.reactivex.ext.shell.cli
Methods in io.vertx.reactivex.ext.shell.cli that return Session Modifier and Type Method Description Session
Completion. session()
-
Uses of Session in io.vertx.reactivex.ext.shell.command
Methods in io.vertx.reactivex.ext.shell.command that return Session Modifier and Type Method Description Session
CommandProcess. session()
-
Uses of Session in io.vertx.reactivex.ext.shell.session
Fields in io.vertx.reactivex.ext.shell.session with type parameters of type Session Modifier and Type Field Description static TypeArg<Session>
Session. __TYPE_ARG
Methods in io.vertx.reactivex.ext.shell.session that return Session Modifier and Type Method 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 -
Uses of Session in io.vertx.reactivex.ext.shell.system
Methods in io.vertx.reactivex.ext.shell.system that return Session Modifier and Type Method Description Session
Process. getSession()
Methods in io.vertx.reactivex.ext.shell.system with parameters of type Session Modifier and Type Method Description Job
Job. setSession(Session session)
Set a session on the job.Process
Process. setSession(Session session)
Set the process session -
Uses of Session in io.vertx.reactivex.ext.shell.term
Methods in io.vertx.reactivex.ext.shell.term with parameters of type Session Modifier and Type Method Description Term
Term. setSession(Session session)
Associate the term with a session.
-