public class DefaultMetaserver extends java.lang.Object implements Metaserver
Metaserver
implementation: queries data from an URL.Constructor and Description |
---|
DefaultMetaserver(@NotNull java.lang.String metaserverUrl)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@NotNull java.util.Collection<MetaserverEntry> |
queryMetaserver()
Queries the metaserver and returns the result.
|
public DefaultMetaserver(@NotNull @NotNull java.lang.String metaserverUrl)
metaserverUrl
- the URL to query@NotNull public @NotNull java.util.Collection<MetaserverEntry> queryMetaserver()
Metaserver
queryMetaserver
in interface Metaserver