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

io.vertx.core.net.NetServerOptions Maven / Gradle / Ivy

There is a newer version: 3.6.3
Show newest version
package io.vertx.core.net;

import io.vertx.codegen.annotations.DataObject;
import io.vertx.core.json.JsonObject;

/**
 * @author Julien Viet
 */
@DataObject
public interface NetServerOptions {

  static NetServerOptions optionsFromJson(JsonObject json) {
    throw new UnsupportedOperationException();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy