public abstract class BaseFileTailWatcher<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected File |
logFile |
protected Set<T> |
socketSessions
所有会话
|
Constructor and Description |
---|
BaseFileTailWatcher(File logFile) |
Modifier and Type | Method and Description |
---|---|
protected void |
add(T session,
String name)
添加监听会话
|
protected void |
close()
关闭
|
static Charset |
detectorCharset(File logFile) |
protected void |
send(T session,
String msg) |
void |
start() |
Copyright © 2017–2022. All rights reserved.