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

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

Introduction

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

Usage

From source file com.subgraph.vega.internal.http.proxy.VegaHttpServerConnection.java

/**
 * Specialized HttpServerConnection which overrides createHttpRequestFactor() to return
 * an HttpRequestFactory instance which can process the 'CONNECT' method for supporting
 * SSL interception.
 */
public class VegaHttpServerConnection extends SocketHttpServerConnection {