Package org.apache.tomcat.websocket
Interface BackgroundProcess
-
- All Known Implementing Classes:
WsServerContainer
,WsWebSocketContainer
,WsWriteTimeout
public interface BackgroundProcess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
backgroundProcess()
int
getProcessPeriod()
void
setProcessPeriod(int period)
-