Interface Tools.UriConsumer<C>

Type Parameters:
C - the client type
Enclosing class:
Tools

public static interface Tools.UriConsumer<C>
Consumes an URI and applies it to client.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(String uri, C client)
    Applies uri to client.
  • Method Details

    • accept

      void accept(String uri, C client)
      Applies uri to client.
      Parameters:
      uri - the uri
      client - the client