ShellBackend class abstract
Starts ShellSessions on a node in response to authorized session opens.
This is the seam that decouples session execution from the protocol. Stage 1
ships a ProcessShellBackend (pipe-based Process.start); a real PTY
backend can be substituted without touching the runtime or protocol.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
ShellRequest request) → Future< ShellSession> -
Starts a session for
request, returning a live ShellSession. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited