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 void
FTPClient. _parseExtendedPassiveModeReply(java.lang.String reply)
protected void
FTPClient. _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 void
NNTPClient. __parseArticlePointer(java.lang.String reply, ArticleInfo pointer)
Parse the reply and store the id and number in the pointer.private static void
NNTPClient. __parseGroupReply(java.lang.String reply, NewsgroupInfo info)
-