org.apache.http.config.Lookup.java Source code

Java tutorial

Introduction

Here is the source code for org.apache.http.config.Lookup.java

Source

package org.apache.http.config;

public interface Lookup<I> {
    I lookup(String str);
}