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

com.subgraph.orchid.GuardEntry Maven / Gradle / Ivy

The newest version!
package com.subgraph.orchid;

import java.util.Date;

public interface GuardEntry {
	boolean isAdded();
	void markAsDown();
	void clearDownSince();
	String getNickname();
	String getIdentity();
	String getVersion();
	Date getCreatedTime();
	Date getDownSince();
	Date getLastConnectAttempt();
	Date getUnlistedSince();
	boolean testCurrentlyUsable();
	Router getRouterForEntry();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy