Interface CoffeePickParseRequestType

All Known Implementing Classes:
CoffeePickParseRequest

@Immutable
public interface CoffeePickParseRequestType
A request to parse something.
  • Method Summary

    Modifier and Type Method Description
    java.io.InputStream stream()  
    java.net.URI uri()  
  • Method Details

    • uri

      java.net.URI uri()
      Returns:
      The URI of the input stream, for diagnostics
    • stream

      java.io.InputStream stream()
      Returns:
      The input stream