JavaScript is disabled on your browser.
Skip navigation links
Java SE 21 & JDK 21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
SEARCH
Uses of Package
jdk.jshell.execution
Packages that use
jdk.jshell.execution
Package
Description
jdk.jshell.execution
为构建JShell执行引擎提供实现支持。
Classes in
jdk.jshell.execution
used by
jdk.jshell.execution
Class
Description
DirectExecutionControl
在当前进程中运行的
ExecutionControl
实现。
JdiExecutionControl
ExecutionControl
的抽象JDI实现。
LoaderDelegate
该接口指定了加载特定子集的
ExecutionControl
。
StreamingExecutionControl
将请求流式传输到远程代理的
ExecutionControl
执行引擎SPI的实现,执行在远程代理中进行。