Package org.atmosphere.cpr
Interface KeepOpenStreamAware
-
- All Known Implementing Classes:
JSR356WebSocket,WebSocket
public interface KeepOpenStreamAwareThe KeepOpenStreamAware interface is used by a class implementing theAsyncIOWriterinterface to indicate the closing of the underlining stream is managed elsewhere and invoking theAsyncIOWriter.close(AtmosphereResponse)method does not close the stream. In other words, the underlining stream will be kept open until it is closed by other means.