Interface UrlParser

All Known Implementing Classes:
DefaultUrlParser, RegexUrlParser

public interface UrlParser
Interface for parsing LDAP URLs.
  • Method Summary

    Modifier and Type
    Method
    Description
    Parses the supplied URL into a Url.
  • Method Details

    • parse

      Url parse(String url)
      Parses the supplied URL into a Url.
      Parameters:
      url - to parse
      Returns:
      LdapURL object