Source: libcommons-net-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude , Emmanuel Bourg Build-Depends: debhelper (>= 10), default-jdk, default-jdk-doc, junit4, libbuild-helper-maven-plugin-java, libcommons-parent-java (>= 39), libmaven-antrun-plugin-java, libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, libmaven-source-plugin-java, maven-debian-helper (>= 2.0.2~) Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcommons-net-java.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcommons-net-java.git Homepage: http://commons.apache.org/net/ Package: libcommons-net-java Architecture: all Depends: ${misc:Depends} Suggests: libcommons-net-java-doc Breaks: libcommons-net1-java (<< 1.5) Replaces: libcommons-net1-java (<< 1.5) Description: Apache Commons Net - Java client API for basic Internet protocols The Apache Commons Net library implements the client side of many basic Internet protocols. The purpose of the library is to provide fundamental protocol access, not higher-level abstractions. Therefore, some of the design violates object-oriented design principles. The philosophy is to make the global functionality of a protocol accessible (e.g., TFTP send file and receive file) when possible, but also provide access to the fundamental protocols where applicable so that a programmer may construct his own custom implementations (e.g, the TFTP packet classes and the TFTP packet send and receive methods are exposed). . The supported protocols include: * FTP/FTPS * FTP over HTTP (experimental) * NNTP * SMTP(S) * POP3(S) * IMAP(S) * Telnet * TFTP * Finger * Whois * rexec/rcmd/rlogin * Time (rdate) and Daytime * Echo * Discard * NTP/SNTP Package: libcommons-net-java-doc Section: doc Architecture: all Depends: ${misc:Depends} Recommends: default-jdk-doc Suggests: libcommons-net-java Breaks: libcommons-net1-java (<< 1.5) Replaces: libcommons-net1-java (<< 1.5) Description: Apache Commons Net (API documentation) The Apache Commons Net library implements the client side of many basic Internet protocols. The purpose of the library is to provide fundamental protocol access, not higher-level abstractions. Therefore, some of the design violates object-oriented design principles. The philosophy is to make the global functionality of a protocol accessible (e.g., TFTP send file and receive file) when possible, but also provide access to the fundamental protocols where applicable so that a programmer may construct his own custom implementations (e.g, the TFTP packet classes and the TFTP packet send and receive methods are exposed). . This package contains the API documentation for libcommons-net-java.