public abstract class Server extends Object implements Serializable
protected final String host
protected final int port
protected Server(String host, int port)
public abstract int hashCode()
Object#hashCode()public abstract String serialize()
public final String toString()
toString 在类中 Objectserialize()Copyright © 2024. All rights reserved.