<HTML><BODY><p>Hello,<br>is there any documentation on what interfaces are thread-safe and what isn't?</p><p>As I understand it (please correct me if I'm wrong):<br>1. HttpServerExchange is not thread-safe (dispatch should be used to serialize access to it);<br>2. WebSocketChannel is thread-safe, so is it OK to call suspendReceives/resumeReceives from different threads.</p><p>What about other interfaces?</p><p>Thanks.</p></BODY></HTML>