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

edu.uiuc.ncsa.security.delegation.services.AddressableServer Maven / Gradle / Ivy

There is a newer version: 4.3
Show newest version
package edu.uiuc.ncsa.security.delegation.services;

import java.net.URI;

/**
 * A server that can be accessed via a URI.
 * 

Created by Jeff Gaynor
* on Mar 16, 2011 at 2:37:04 PM */ public interface AddressableServer extends Server { URI getAddress(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy