Interface KeepOpenStreamAware

  • All Known Implementing Classes:
    JSR356WebSocket, WebSocket

    public interface KeepOpenStreamAware
    The KeepOpenStreamAware interface is used by a class implementing the AsyncIOWriter interface to indicate the closing of the underlining stream is managed elsewhere and invoking the AsyncIOWriter.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.