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

com.github.mkopylec.charon.forwarding.ClientHttpConnectorCreatorConfigurer Maven / Gradle / Ivy

The newest version!
package com.github.mkopylec.charon.forwarding;

import com.github.mkopylec.charon.configuration.Configurer;

public abstract class ClientHttpConnectorCreatorConfigurer extends Configurer {

    protected ClientHttpConnectorCreatorConfigurer(C configuredObject) {
        super(configuredObject);
    }

    @Override
    protected C configure() {
        return super.configure();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy