org.apache.http.config
Class Registry<I>
java.lang.Object
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:
lookup
in interface Lookup<I>
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.