org.apache.http.protocol.HttpProcessor.java Source code

Java tutorial

Introduction

Here is the source code for org.apache.http.protocol.HttpProcessor.java

Source

package org.apache.http.protocol;

import org.apache.http.HttpRequestInterceptor;
import org.apache.http.HttpResponseInterceptor;

public interface HttpProcessor extends HttpRequestInterceptor, HttpResponseInterceptor {
}