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

com.github.lontime.exthttp.configuration.Options Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.github.lontime.exthttp.configuration;

import java.util.Collections;
import java.util.List;

import lombok.Getter;
import lombok.Setter;

/**
 * Options.
 * @author lontime
 * @since 1.0
 */
@Getter
@Setter
public class Options {

    private List connections = Collections.emptyList();

    private List clients = Collections.emptyList();

    private List servers = Collections.emptyList();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy