All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.undefinedlabs.scope.rules.HttpURLConnectionComposedScopeAgentRule Maven / Gradle / Ivy

package com.undefinedlabs.scope.rules;

import java.util.Arrays;
import java.util.Collections;

public class HttpURLConnectionComposedScopeAgentRule extends AbstractComposedScopeAgentRule {

    @Override
    protected Iterable rules() {
        return Collections.unmodifiableList(Arrays.asList(new URLScopeAgentRule(), new HttpURLConnectionScopeAgentRule()));
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy