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 void
FTPClient._parseExtendedPassiveModeReply
(String reply) protected void
FTPClient._parsePassiveModeReply
(String reply) -
Uses of MalformedServerReplyException in org.apache.commons.net.nntp
Methods in org.apache.commons.net.nntp that throw MalformedServerReplyExceptionModifier and TypeMethodDescriptionprivate void
NNTPClient.__parseArticlePointer
(String reply, ArticleInfo pointer) Parse the reply and store the id and number in the pointer.private static void
NNTPClient.__parseGroupReply
(String reply, NewsgroupInfo info)