Package com.springsource.insight.intercept.plugin

Examples of com.springsource.insight.intercept.plugin.CollectionSettingsRegistry.addListener()


    public SocketCollectOperationContext() {
        this(HttpObfuscator.getInstance());

        CollectionSettingsRegistry registry = CollectionSettingsRegistry.getInstance();
        registry.addListener(this);
        registry.register(OBSCURED_ADDRESSES_PATTERN_SETTING, NO_PATTERN_VALUE);
    }

    SocketCollectOperationContext(HttpObfuscator hdrsObfuscator) {
        obfuscator = hdrsObfuscator;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.