Interface WebReader

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface WebReader
  • Method Summary

    Modifier and Type Method Description
    void read​(int status, java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers, java.io.InputStream is)  
  • Method Details

    • read

      void read​(int status, java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers, java.io.InputStream is) throws java.lang.Exception
      Throws:
      java.lang.Exception