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

org.zodiac.autoconfigure.server.proxy.NettyServerProxyProperties Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.autoconfigure.server.proxy;

import org.zodiac.netty.core.config.NettyServerInfo;
import org.zodiac.server.proxy.config.adaptor.NettyServerInfoProxyAdaptor;

public class NettyServerProxyProperties extends NettyServerInfoProxyAdaptor {

    private static final long serialVersionUID = 7630238562598915531L;

    public NettyServerProxyProperties(NettyServerInfo nettyServerInfo) {
        super(nettyServerInfo);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy