Interface TelnetServerService
- All Superinterfaces:
ArkService,PriorityOrdered
Providers a thread that listens on the port for telnet connections
- Since:
- 0.4.0
- Author:
- qilong.zql
-
Field Summary
Fields inherited from interface com.alipay.sofa.ark.spi.service.PriorityOrdered
DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface com.alipay.sofa.ark.spi.service.ArkService
dispose, initMethods inherited from interface com.alipay.sofa.ark.spi.service.PriorityOrdered
getPriority
-
Method Details
-
run
void run() -
shutdown
void shutdown()
-