Uses of Class
org.apache.commons.net.MalformedServerReplyException
Packages that use MalformedServerReplyException
Package
Description
FTP and FTPS support classes
NNTP - network news transfer protocol
-
Uses of MalformedServerReplyException in org.apache.commons.net.ftp
Methods in org.apache.commons.net.ftp that throw MalformedServerReplyExceptionModifier and TypeMethodDescriptionprotected voidFTPClient._parseExtendedPassiveModeReply(String reply) protected voidFTPClient._parsePassiveModeReply(String reply) -
Uses of MalformedServerReplyException in org.apache.commons.net.nntp
Methods in org.apache.commons.net.nntp that throw MalformedServerReplyExceptionModifier and TypeMethodDescriptionprivate voidNNTPClient.parseArticlePointer(String reply, ArticleInfo pointer) Parse the reply and store the id and number in the pointer.private static voidNNTPClient.parseGroupReply(String reply, NewsgroupInfo info)