private HttpInterceptor interceptor;
private SSLContextRepository sslContextRepository;
public HttpProxyService() {
eventHandlers = new ArrayList<IHttpProxyServiceEventHandler>();
listenerEventHandler = new IHttpInterceptProxyEventHandler() {
@Override
public void handleRequest(IProxyTransaction transaction) {
processTransaction(transaction);
}
};