Interface AxisHttpConnection

All Superinterfaces:
AutoCloseable, Closeable, org.apache.hc.core5.http.HttpConnection, org.apache.hc.core5.io.ModalCloseable, org.apache.hc.core5.http.SocketModalCloseable
All Known Implementing Classes:
AxisHttpConnectionImpl

public interface AxisHttpConnection extends org.apache.hc.core5.http.HttpConnection
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
     
    org.apache.hc.core5.http.impl.io.SocketHolder
     
    org.apache.hc.core5.http.ClassicHttpRequest
     
    void
     
    void
    sendResponse(org.apache.hc.core5.http.ClassicHttpResponse response)
     

    Methods inherited from interface org.apache.hc.core5.http.HttpConnection

    close, getEndpointDetails, getLocalAddress, getProtocolVersion, getRemoteAddress, getSSLSession, isOpen

    Methods inherited from interface org.apache.hc.core5.io.ModalCloseable

    close

    Methods inherited from interface org.apache.hc.core5.http.SocketModalCloseable

    getSocketTimeout, setSocketTimeout
  • Method Details

    • getInputStream

      InputStream getInputStream()
    • sendResponse

      void sendResponse(org.apache.hc.core5.http.ClassicHttpResponse response) throws org.apache.hc.core5.http.HttpException, IOException
      Throws:
      org.apache.hc.core5.http.HttpException
      IOException
    • getOutputStream

      OutputStream getOutputStream()
    • flush

      void flush() throws IOException
      Throws:
      IOException
    • reset

      void reset() throws IOException
      Throws:
      IOException
    • receiveRequest

      org.apache.hc.core5.http.ClassicHttpRequest receiveRequest() throws org.apache.hc.core5.http.HttpException, IOException
      Throws:
      org.apache.hc.core5.http.HttpException
      IOException
    • getSocketHolder

      org.apache.hc.core5.http.impl.io.SocketHolder getSocketHolder()