public class SimpleClient extends Object implements Client
SimpleClient(int id, String name, String token)
SimpleClient(String host, int port, int id, String name, String token)
String
getHost()
int
getId()
getName()
getPort()
getToken()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimpleClient(String host, int port, int id, String name, String token)
public SimpleClient(int id, String name, String token)
public String getHost()
public int getPort()
public int getId()
Client
getId
public String getToken()
public String getName()
getName
Copyright © 2022. All rights reserved.