Uses of Class
com.github.kevinsawicki.http.HttpRequest.Operation
-
-
Uses of HttpRequest.Operation in com.github.kevinsawicki.http
Subclasses of HttpRequest.Operation in com.github.kevinsawicki.http Modifier and Type Class Description protected static class
HttpRequest.CloseOperation<V>
Class that ensures aCloseable
gets closed with proper exception handling.protected static class
HttpRequest.FlushOperation<V>
Class that and ensures aFlushable
gets flushed with proper exception handling.
-