Example usage for org.apache.http.protocol HttpService subclass-usage

List of usage examples for org.apache.http.protocol HttpService subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.protocol HttpService subclass-usage.

Usage

From source file de.yaacc.upnp.server.YaaccHttpService.java

/**
 * A http service to retrieve media content by an id.
 *
 * @author Tobias Schoene (openbit)
 */
public class YaaccHttpService extends HttpService {

From source file org.jsnap.http.base.HttpServlet.java

public abstract class HttpServlet extends org.apache.http.protocol.HttpService {
    // Pretends to be a Servlet. :)
    public static final long WEB_DB_TIMEOUT = 20000; // 20 seconds.

    private static final int BUFFER_SIZE = 1024; // 1KB.
    private static HttpParams params = new DefaultHttpParams();