Package 

Interface HeaderInjector


  • 
    public interface HeaderInjector
    
                        

    Allows to add custom headers to server's requests.

    • Method Summary

      Modifier and Type Method Description
      abstract Map<String, String> addHeaders(String url) Adds headers to server's requests for corresponding url.
      • Methods inherited from class java.lang.Object

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

      • addHeaders

         abstract Map<String, String> addHeaders(String url)

        Adds headers to server's requests for corresponding url.

        Parameters:
        url - an url headers will be added for