Uses of Class
org.broadinstitute.http.nio.UnexpectedHttpResponseException
Packages that use UnexpectedHttpResponseException
-
Uses of UnexpectedHttpResponseException in org.broadinstitute.http.nio
Subclasses of UnexpectedHttpResponseException in org.broadinstitute.http.nioModifier and TypeClassDescriptionclass
indicates that a partial file was returned when the whole file was expecteted or vice a versaMethods in org.broadinstitute.http.nio that throw UnexpectedHttpResponseExceptionModifier and TypeMethodDescriptionprivate void
HttpSeekableByteChannel.assertGoodHttpResponse
(HttpResponse<?> response, boolean isRangeRequest) Checks for the approprate http response code and throws an exception if the wrong one is found.