Uses of Interface
com.mastfrog.url.URLComponent
Packages that use URLComponent
-
Uses of URLComponent in com.mastfrog.url
Subinterfaces of URLComponent in com.mastfrog.urlClasses in com.mastfrog.url that implement URLComponentModifier and TypeClassDescriptionclassfinal classAn internet host such as a host name or IP address.final classOne Label in aHost- i.e.classfinal classOne key/value pair in the query portion of a URL.final classThe Parameters portion of a URL, e.g.
http://timboudreau.com/foo.html?foo=bar&bar=baz#somethingfinal classThe path portion of a URL.final classOne element of a URL's path.final classA TCP port.enumEnum of standard URL protocols.final classRepresents an internet URL.Methods in com.mastfrog.url that return URLComponentModifier and TypeMethodDescriptionURL.allComponents()Get all components of this URL, drilling into nested components and not including their parents where necessary (as inHost,PathandParameters).URL.components()Get the components of this URL.Parameters.getElements()URL.getInvalidComponent()Get the first URLComponent which is not valid, if isValid() == false.URL.getPassword()Get the user-name portion of this URL, as inhttp://tim:password@foo.com/stuff/index.htmlURL.getUserName()Get the user-name portion of this URL, as inhttp://tim:password@foo.com/stuff/index.html