jar

org.czeal : rfc3986

Maven & Gradle

May 13, 2024
2 stars

Java URI Library Compliant with RFC 3986 · This library is designed in accordance with RFC 3986, the latest authoritative specification for URIs. It offers advanced URI management capabilities beyond those found in Java's standard java.net.URI class, which still conforms to the outdated RFC 2396.

Table Of Contents

Latest Version

Download org.czeal : rfc3986 JAR file - Latest Versions:

All Versions

Download org.czeal : rfc3986 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window rfc3986-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.czeal.rfc3986

├─ org.czeal.rfc3986.Authority.class - [JAR]

├─ org.czeal.rfc3986.AuthorityBuilder.class - [JAR]

├─ org.czeal.rfc3986.AuthorityNormalizer.class - [JAR]

├─ org.czeal.rfc3986.AuthorityParser.class - [JAR]

├─ org.czeal.rfc3986.FragmentNormalizer.class - [JAR]

├─ org.czeal.rfc3986.FragmentValidator.class - [JAR]

├─ org.czeal.rfc3986.Host.class - [JAR]

├─ org.czeal.rfc3986.HostNormalizer.class - [JAR]

├─ org.czeal.rfc3986.HostParser.class - [JAR]

├─ org.czeal.rfc3986.HostType.class - [JAR]

├─ org.czeal.rfc3986.HostTypeDeterminer.class - [JAR]

├─ org.czeal.rfc3986.Ipv4AddressValidator.class - [JAR]

├─ org.czeal.rfc3986.Ipv6AddressValidator.class - [JAR]

├─ org.czeal.rfc3986.IpvFutureValidator.class - [JAR]

├─ org.czeal.rfc3986.PathNormalizer.class - [JAR]

├─ org.czeal.rfc3986.PathSegments.class - [JAR]

├─ org.czeal.rfc3986.PathValidator.class - [JAR]

├─ org.czeal.rfc3986.PercentDecoder.class - [JAR]

├─ org.czeal.rfc3986.PercentEncodedStringNormalizer.class - [JAR]

├─ org.czeal.rfc3986.PercentEncodedStringProcessor.class - [JAR]

├─ org.czeal.rfc3986.PercentEncodedStringValidator.class - [JAR]

├─ org.czeal.rfc3986.PercentEncoder.class - [JAR]

├─ org.czeal.rfc3986.PortNormalizer.class - [JAR]

├─ org.czeal.rfc3986.PortValidator.class - [JAR]

├─ org.czeal.rfc3986.QueryNormalizer.class - [JAR]

├─ org.czeal.rfc3986.QueryParam.class - [JAR]

├─ org.czeal.rfc3986.QueryParams.class - [JAR]

├─ org.czeal.rfc3986.QueryValidator.class - [JAR]

├─ org.czeal.rfc3986.RegNameValidator.class - [JAR]

├─ org.czeal.rfc3986.SchemeNormalizer.class - [JAR]

├─ org.czeal.rfc3986.SchemeValidator.class - [JAR]

├─ org.czeal.rfc3986.SegmentNzNcValidator.class - [JAR]

├─ org.czeal.rfc3986.SegmentNzValidator.class - [JAR]

├─ org.czeal.rfc3986.SegmentValidator.class - [JAR]

├─ org.czeal.rfc3986.URIReference.class - [JAR]

├─ org.czeal.rfc3986.URIReferenceBuilder.class - [JAR]

├─ org.czeal.rfc3986.URIReferenceNormalizer.class - [JAR]

├─ org.czeal.rfc3986.URIReferenceParser.class - [JAR]

├─ org.czeal.rfc3986.URIReferenceResolver.class - [JAR]

├─ org.czeal.rfc3986.UserinfoNormalizer.class - [JAR]

├─ org.czeal.rfc3986.UserinfoValidator.class - [JAR]

├─ org.czeal.rfc3986.Utils.class - [JAR]