Class AxisHttpConnectionImpl

    • Constructor Detail

      • AxisHttpConnectionImpl

        public AxisHttpConnectionImpl​(Socket socket,
                                      org.apache.http.params.HttpParams params)
                               throws IOException
        Throws:
        IOException
    • Method Detail

      • isOpen

        public boolean isOpen()
        Specified by:
        isOpen in interface org.apache.http.HttpConnection
      • isStale

        public boolean isStale()
        Specified by:
        isStale in interface org.apache.http.HttpConnection
      • shutdown

        public void shutdown()
                      throws IOException
        Specified by:
        shutdown in interface org.apache.http.HttpConnection
        Throws:
        IOException
      • getSocketTimeout

        public int getSocketTimeout()
        Specified by:
        getSocketTimeout in interface org.apache.http.HttpConnection
      • setSocketTimeout

        public void setSocketTimeout​(int timeout)
        Specified by:
        setSocketTimeout in interface org.apache.http.HttpConnection
      • getLocalAddress

        public InetAddress getLocalAddress()
        Specified by:
        getLocalAddress in interface org.apache.http.HttpInetConnection
      • getLocalPort

        public int getLocalPort()
        Specified by:
        getLocalPort in interface org.apache.http.HttpInetConnection
      • getRemoteAddress

        public InetAddress getRemoteAddress()
        Specified by:
        getRemoteAddress in interface org.apache.http.HttpInetConnection
      • getRemotePort

        public int getRemotePort()
        Specified by:
        getRemotePort in interface org.apache.http.HttpInetConnection
      • getMetrics

        public org.apache.http.HttpConnectionMetrics getMetrics()
        Specified by:
        getMetrics in interface org.apache.http.HttpConnection