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
/
AutoCloseableWithState
Auto
Closeable
With
State
interface
AutoCloseableWithState
:
AutoCloseable
Inheritors
CloseableHostMachine
Members
Functions
close
Link copied to clipboard
abstract
fun
close
(
)
is
Closeable
Link copied to clipboard
abstract
fun
isCloseable
(
)
:
Boolean
当前是否可以关闭. 例如用户主动创建了长连接,此时不应该自动关闭连接,而是应该由用户收到关闭
is
Closed
Link copied to clipboard
abstract
fun
isClosed
(
)
:
Boolean
是否已经关闭了