Interface UrlShortener
-
- All Known Implementing Classes:
BitlyUrlShortenerImpl
public interface UrlShortener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetUrlLength()java.lang.StringshortenUrl(java.lang.String longUrl)
-