org.apache.http.config
Interface Lookup<I>

All Known Implementing Classes:
Registry

public interface Lookup<I>

Generic lookup by low-case string ID.

Since:
4.3

Method Summary
 I lookup(java.lang.String name)
           
 

Method Detail

lookup

I lookup(java.lang.String name)