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

com.neko233.virtualRouter.core.RpcServerInfo.kt Maven / Gradle / Ivy

There is a newer version: 0.0.4
Show newest version
package com.neko233.virtualRouter.core

/**
 *
 *
 * @author SolarisNeko
 * Date on 2024-01-05
 * */
class RpcServerInfo {

    var host: String = ""
    var port: Int = 0
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy