Class JettyConnector.HttpClientResponseInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Enclosing class:
    JettyConnector

    private static final class JettyConnector.HttpClientResponseInputStream
    extends java.io.FilterInputStream
    • Field Summary

      • Fields inherited from class java.io.FilterInputStream

        in
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpClientResponseInputStream​(org.eclipse.jetty.client.api.ContentResponse jettyResponse)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.io.InputStream getInputStream​(org.eclipse.jetty.client.api.ContentResponse response)  
      • Methods inherited from class java.io.FilterInputStream

        available, close, mark, markSupported, read, read, read, reset, skip
      • Methods inherited from class java.io.InputStream

        nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpClientResponseInputStream

        HttpClientResponseInputStream​(org.eclipse.jetty.client.api.ContentResponse jettyResponse)
                               throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getInputStream

        private static java.io.InputStream getInputStream​(org.eclipse.jetty.client.api.ContentResponse response)