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