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

io.nadron.client.util.Credentials Maven / Gradle / Ivy

Go to download

This is a client library for Nadron server https://github.com/menacher/java-game-server/tree/netty4/nadron. Java clients can use this program to connect and interact with nadron server.

There is a newer version: 0.5
Show newest version
package io.nadron.client.util;

public interface Credentials
{
	abstract String getUsername();

	abstract String getPassword();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy