org.apache.http.config
Class Registry<I>
java.lang.Object
   org.apache.http.config.Registry<I>
org.apache.http.config.Registry<I>
- All Implemented Interfaces: 
- Lookup<I>
- @Contract(threading=SAFE)
public final class Registry<I> 
- extends Object- implements Lookup<I>
Generic registry of items keyed by low-case string ID.
- Since:
- 4.3
 
 
lookup
public I lookup(String key)
- 
- Specified by:
- lookupin interface- Lookup<I>
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.