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
-
Method Details
-
accept
Appliesuritoclient.- Parameters:
uri- the uriclient- the client
-