Example usage for org.apache.http.impl DefaultBHttpServerConnection subclass-usage

List of usage examples for org.apache.http.impl DefaultBHttpServerConnection subclass-usage

Introduction

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

Usage

From source file ste.web.http.BasicHttpConnection.java

/**
 * This is an extension of DefaultBHttpServerConnection which provides a
 * <code>getWriter()</code> around the socket output stream.
 * 
 * @author ste
 */

From source file cache.reverseproxy.CacheableBHttpServerConnection.java

/**
 * 
 * @author Sreedhar Meduru.
 *
 */
public class CacheableBHttpServerConnection extends DefaultBHttpServerConnection {

From source file cache.reverseproxy.LoggingBHttpServerConnection.java

/**
 * 
 * @author Sreedhar Meduru
 *
 */
public class LoggingBHttpServerConnection extends DefaultBHttpServerConnection {

From source file org.apache.http.testserver.LoggingBHttpServerConnection.java

public class LoggingBHttpServerConnection extends DefaultBHttpServerConnection {

    private static final AtomicLong COUNT = new AtomicLong();

    private final String id;
    private final Log log;