io.odysz.jclient.InsecureClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anclient.java Show documentation
Show all versions of anclient.java Show documentation
[syndoc-lib] Anclient java version. A basic lib only depends on semantic.jserv
The newest version!
package io.odysz.jclient;
import io.odysz.semantics.SessionInf;
/**
* Anclient without session.
*
* @author Ody
*/
public class InsecureClient extends SessionClient {
public InsecureClient(final String servRt) {
super(servRt, robotSsInf());
}
protected static SessionInf robotSsInf() {
return new SessionInf("uid", "robot"); // mac?
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy