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

org.nakedobjects.nos.remote.encoded.EncodingClientConnectionInstaller Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package org.nakedobjects.nos.remote.encoded;

import org.nakedobjects.nof.reflect.remote.data.Distribution;
import org.nakedobjects.nos.remote.CommandClientConnectionInstaller;
import org.nakedobjects.nos.remote.command.CommandClient;

public class EncodingClientConnectionInstaller extends CommandClientConnectionInstaller {

    protected Distribution createConnection() {
        CommandClient c = new CommandClient();
        c.setConnection(new EncodingClientConnection());
        return c;
    }
    
    public String getName() {
        return "byte-encoded";
    }
}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy