Interface CloseHandler
-
- All Known Implementing Classes:
ProcessAwareHttpResponse
public interface CloseHandler
Handles closing theServerOutputStream
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Handles the close.boolean
isClosed()
Indicates if closed.
-