Class WsWriteTimeout

java.lang.Object
org.apache.tomcat.websocket.server.WsWriteTimeout
All Implemented Interfaces:
BackgroundProcess

public class WsWriteTimeout extends Object implements BackgroundProcess
Provides timeouts for asynchronous web socket writes. On the server side we only have access to ServletOutputStream and ServletInputStream so there is no way to set a timeout for writes to the client.