Interface CloseHandler

All Known Implementing Classes:
ProcessAwareHttpResponse

public interface CloseHandler
Handles closing the ServerOutputStream.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handles the close.
    boolean
    Indicates if closed.
  • Method Details

    • isClosed

      boolean isClosed()
      Indicates if closed.
      Returns:
      true if closed.
    • close

      void close() throws IOException
      Handles the close.
      Throws:
      IOException - If fails to close.