Arthas UI
Toggle table of contents
0.5.1
jvm
Platform filter
jvm
Switch theme
Search in API
Arthas UI
Arthas UI
/
io.github.vudsen.arthasui.api
/
CloseableHostMachine
Closeable
Host
Machine
interface
CloseableHostMachine
:
AutoCloseableWithState
,
HostMachine
Members
Functions
close
Link copied to clipboard
abstract
fun
close
(
)
get
Configuration
Link copied to clipboard
abstract
fun
getConfiguration
(
)
:
HostMachineConnectConfig
获取连接配置
get
Host
Machine
Config
Link copied to clipboard
abstract
fun
getHostMachineConfig
(
)
:
HostMachineConfig
获取配置
get
OS
Link copied to clipboard
abstract
fun
getOS
(
)
:
OS
获取操作系统类型
is
Closeable
Link copied to clipboard
abstract
fun
isCloseable
(
)
:
Boolean
当前是否可以关闭. 例如用户主动创建了长连接,此时不应该自动关闭连接,而是应该由用户收到关闭
is
Closed
Link copied to clipboard
abstract
fun
isClosed
(
)
:
Boolean
是否已经关闭了
test
Link copied to clipboard
abstract
fun
test
(
)
测试连接