Package org.apache.http.config
Interface Lookup<I>
-
- All Known Implementing Classes:
AuthSchemeRegistry
,CookieSpecRegistry
,Registry
public interface Lookup<I>
Generic lookup by low-case string ID.- Since:
- 4.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I
lookup(java.lang.String name)
-
-
-
Method Detail
-
lookup
I lookup(java.lang.String name)
-
-