link.txt

来自「JGRoups源码」· 文本 代码 · 共 48 行

TXT
48
字号
Incoming connection-------------------- created by accept()- closed upon read() failure on incoming (IOException, EOFException)- closed by missing heartbeats (Heartbeat)- closed when peer with address different from expected connects  (connection rejected)Outgoing connection-------------------- created when Link is started- created after creation of incoming (upon accept()). not created if  already exists- created by ConnectionEstablisher. not created if already exists- closed upon write() failure on outgoing- closed by missing heartbeats (Heartbeat)Heartbeat---------- monitors outgoing by periodically writing to it (heartbeats)- started upon creation of outgoing- stopped upon closing of outgoing (write-failure, heartbeat failure)ConnectionEstablisher---------------------- attempts to periodically create outgoing connection (when down)- started when outgoing goes (is) down- stopped when outgoing is up

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?