Skip navigation links
Secure iNet Factory
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

M

MacFactory - Interface in com.jscape.inet.ssh.protocol.v2.marshaling.algorithms
A SSH MAC factory.
macFactory - Variable in class com.jscape.inet.ssh.SshConfiguration
 
MacFactory.OperationException - Exception in com.jscape.inet.ssh.protocol.v2.marshaling.algorithms
Represents an operation error.
macs() - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacFactory
 
macs() - Method in interface com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.MacFactory
Returns supported MAC algorithms.
MailBox - Class in com.jscape.inet.dns.record
MailBox represents a mailbox domain name.
MailBox() - Constructor for class com.jscape.inet.dns.record.MailBox
 
MailDomain - Class in com.jscape.inet.dns.record
MailDomain record represents a mail-destination.
MailDomain() - Constructor for class com.jscape.inet.dns.record.MailDomain
 
MailExchanger - Class in com.jscape.inet.dns.record
MailExchanger record represents a host responsible for sending email
MailExchanger() - Constructor for class com.jscape.inet.dns.record.MailExchanger
 
MailExchangerComparator - Class in com.jscape.inet.dns.record
Implements methods for sorting MailExchanger records by preference.
MailExchangerComparator() - Constructor for class com.jscape.inet.dns.record.MailExchangerComparator
 
MailForwarder - Class in com.jscape.inet.dns.record
MailForwarder record represents a mail forwarder domain.
MailForwarder() - Constructor for class com.jscape.inet.dns.record.MailForwarder
 
MailGroup - Class in com.jscape.inet.dns.record
MailGroup record represents a mail group member.
MailGroup() - Constructor for class com.jscape.inet.dns.record.MailGroup
 
MailInfo - Class in com.jscape.inet.dns.record
MailInfo record represents a mailbox or mail list information.
MailInfo() - Constructor for class com.jscape.inet.dns.record.MailInfo
 
MailRename - Class in com.jscape.inet.dns.record
MailRename record represents a mail rename domain name.
MailRename() - Constructor for class com.jscape.inet.dns.record.MailRename
 
makeDir(String) - Method in interface com.jscape.filetransfer.FileTransfer
Makes directory on server.
makeDir(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Makes directory on server.
makeDir(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
makeDir(String) - Method in class com.jscape.inet.ftp.Ftp
Makes directory on FTP server.
makeDir(String) - Method in class com.jscape.inet.ftps.Ftps
Makes directory on FTP server.
makeDir(String) - Method in class com.jscape.inet.sftp.Sftp
Makes directory on SSH server.
makeDirRecursive(String) - Method in interface com.jscape.filetransfer.FileTransfer
Makes directory on server, creating subdirectories if necessary.
makeDirRecursive(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Makes directory on server, creating subdirectories if necessary.
makeDirRecursive(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
makeDirRecursive(String) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
makeDirRecursive(String) - Method in class com.jscape.inet.ftp.Ftp
Makes directory on FTP server, creating subdirectories if necessary.
makeDirRecursive(String) - Method in class com.jscape.inet.ftps.Ftps
Makes directory on FTP server, creating subdirectories if necessary.
makeDirRecursive(String) - Method in class com.jscape.inet.sftp.Sftp
Makes directory on SSH server, creating subdirectories if necessary.
makeLocalDir(String) - Method in interface com.jscape.filetransfer.FileTransfer
Creates local directory.
makeLocalDir(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Creates local directory.
makeLocalDir(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
makeLocalDir(String) - Method in class com.jscape.inet.ftp.Ftp
Creates local directory.
makeLocalDir(String) - Method in class com.jscape.inet.ftps.Ftps
Creates local directory.
makeLocalDir(String) - Method in class com.jscape.inet.sftp.Sftp
Creates local directory.
mark(int) - Method in class com.jscape.inet.telnet.TelnetInputStream
Marks the current position in this input stream.
markSupported() - Method in class com.jscape.inet.telnet.TelnetInputStream
Checks if mark is supported in this TelnetInputStream
maxPacketSize - Variable in class com.jscape.inet.ssh.SshConfiguration
 
mdelete(String) - Method in interface com.jscape.filetransfer.FileTransfer
Deletes multiple files in servers current directory matching regular expression.
mdelete(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Deletes multiple files in servers current directory matching regular expression.
mdelete(String) - Method in class com.jscape.filetransfer.FtpTransfer
Deletes multiple files matching filter to FTP server's current directory.
mdelete(String) - Method in class com.jscape.inet.ftp.Ftp
Deletes multiple files matching regular expression in FTP server's current directory.
mdelete(String) - Method in class com.jscape.inet.ftps.Ftps
Deletes multiple files matching regular in FTP server's current directory.
mdelete(String) - Method in class com.jscape.inet.sftp.Sftp
Deletes multiple files matching regular expression from SSH server's current directory.
mdownload(Enumeration) - Method in interface com.jscape.filetransfer.FileTransfer
Downloads specified files in current working remote directory from server to local directory.
mdownload(String) - Method in interface com.jscape.filetransfer.FileTransfer
Downloads multiple files matching regular expression from server's current directory.
mdownload(Enumeration) - Method in class com.jscape.filetransfer.FtpsTransfer
Downloads specified files in current working remote directory from server to local directory.
mdownload(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Downloads multiple files matching regular expression from server's current directory.
mdownload(Enumeration) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
mdownload(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
mdownload(Enumeration) - Method in class com.jscape.inet.ftp.Ftp
Downloads specified files in current working remote directory from FTP server to local directory.
mdownload(String) - Method in class com.jscape.inet.ftp.Ftp
Downloads multiple files matching regular expression from FTP server current directory.
mdownload(Enumeration) - Method in class com.jscape.inet.ftps.Ftps
Downloads specified files in current working remote directory from FTP server to local directory.
mdownload(String) - Method in class com.jscape.inet.ftps.Ftps
Downloads multiple files matching regular expression from FTP server's current directory.
mdownload(String, Collection<String>) - Method in class com.jscape.inet.scp.Scp
Downloads multiple files.
mdownload(String, String...) - Method in class com.jscape.inet.scp.Scp
Downloads multiple files.
mdownload(String, Enumeration<String>) - Method in class com.jscape.inet.scp.Scp
Downloads multiple files.
mdownload(String, Iterator<String>) - Method in class com.jscape.inet.scp.Scp
Downloads multiple files.
mdownload(String, String) - Method in class com.jscape.inet.scp.Scp
Downloads multiple files matching filter from remote directory.
mdownload(Enumeration) - Method in class com.jscape.inet.sftp.Sftp
Downloads specified files in current working remote directory from SSH server to local directory.
mdownload(String) - Method in class com.jscape.inet.sftp.Sftp
Downloads multiple files matching filter from SSH server's current directory.
messageRetrieved(ImapMessageEvent) - Method in class com.jscape.inet.imap.ImapAdapter
Invoked when message is retrieved from IMAP server.
messageRetrieved(ImapMessageEvent) - Method in interface com.jscape.inet.imap.ImapListener
Invoked when message is retrieved from IMAP server.
messageRetrieved(PopMessageEvent) - Method in class com.jscape.inet.pop.PopAdapter
Invoked when message is retrieved from POP3 server.
messageRetrieved(PopMessageEvent) - Method in interface com.jscape.inet.pop.PopListener
Invoked when message is retrieved from POP3 server.
MimeConstants - Class in com.jscape.inet.mime
Contains a set of static variables frequently used by MIME related classes.
MimeException - Exception in com.jscape.inet.mime
MimeException is thrown by many methods of MimeMessage classes.
MimeException(String) - Constructor for exception com.jscape.inet.mime.MimeException
Creates exception with specified message string.
MimeException(String, Throwable) - Constructor for exception com.jscape.inet.mime.MimeException
Creates exception with specified message string and source exception.
MimeException(Throwable) - Constructor for exception com.jscape.inet.mime.MimeException
 
MimeHeader - Class in com.jscape.inet.mime
Implements methods for managing mime headers for use in a MimeMessage.
MimeHeader() - Constructor for class com.jscape.inet.mime.MimeHeader
Constructs a new MimeHeader instance.
MimeHeader(String, String) - Constructor for class com.jscape.inet.mime.MimeHeader
Constructs a new MimeHeader instance.
MimeHeader(String, String, String) - Constructor for class com.jscape.inet.mime.MimeHeader
Constructs a new MimeHeader instance.
MimeHeader(byte[]) - Constructor for class com.jscape.inet.mime.MimeHeader
Constructs a new MimeHeader instance.
MimeHeaderAttr - Class in com.jscape.inet.mime
Implements methods for managing the attributes of a MimeHeader.
MimeHeaderAttr() - Constructor for class com.jscape.inet.mime.MimeHeaderAttr
Constructs a new MimeHeaderAttr instance.
MimeHeaderAttr(String) - Constructor for class com.jscape.inet.mime.MimeHeaderAttr
Constructs a new MimeHeaderAttr instance.
MimeHeaderAttr(byte[]) - Constructor for class com.jscape.inet.mime.MimeHeaderAttr
Constructs a new MimeHeaderAttr instance.
MimeHeaderAttr(String, String) - Constructor for class com.jscape.inet.mime.MimeHeaderAttr
Constructs a new MimeHeaderAttr instance.
MimeHeaderAttr(String, String, String) - Constructor for class com.jscape.inet.mime.MimeHeaderAttr
Constructs a new MimeHeaderAttr instance.
MimeMessage - Class in com.jscape.inet.mime
Provides methods for building MIME message content and parsing existing MIME message content into its parts.
MimeMessage() - Constructor for class com.jscape.inet.mime.MimeMessage
Constructs a new MimeMessage.
MimeMessage(byte[]) - Constructor for class com.jscape.inet.mime.MimeMessage
Constructs a MimeMessage from existing content.
MLSDParser - Class in com.jscape.inet.ftp
MLST and MLSD commands output parser.
MLSDParser() - Constructor for class com.jscape.inet.ftp.MLSDParser
 
MODE - Static variable in class com.jscape.inet.nntp.Nntp
Command to indicate to NNTP server that this is a NNTP reader.
MODE_DOWNLOAD - Static variable in class com.jscape.inet.http.HttpProgressEvent
Download mode
MODE_UPLOAD - Static variable in class com.jscape.inet.http.HttpProgressEvent
Upload mode
moveDown(int) - Method in class com.jscape.inet.terminal.Screen.Cursor
Moves cursor down for giving row quantity.
moveEnd() - Method in class com.jscape.inet.terminal.Screen.Cursor
Moves cursor to end position.
moveHome() - Method in class com.jscape.inet.terminal.Screen.Cursor
Moves cursor to home position.
moveLeft(int) - Method in class com.jscape.inet.terminal.Screen.Cursor
Moves cursor left for giving column quantity.
moveRight(int) - Method in class com.jscape.inet.terminal.Screen.Cursor
Moves cursor right for giving column quantity.
moveTo(int, int) - Method in class com.jscape.inet.terminal.Screen.Cursor
Sets cursor position in the cells.
moveUp(int) - Method in class com.jscape.inet.terminal.Screen.Cursor
Moves cursor up for giving row quantity.
mtransfer(Ftp, Ftp, String) - Method in class com.jscape.inet.ftp.Fxp
Transfer files matching regular expression from source FTP server to destination FTP server.
mtransfer(Ftps, Ftps, String) - Method in class com.jscape.inet.ftps.Fxps
Transfer files matching filter from source FTP server to destination FTP server
mupload(Enumeration) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads multiple files to server.
mupload(String) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads multiple files matching regular expression to server's current directory.
mupload(Enumeration) - Method in class com.jscape.filetransfer.FtpsTransfer
Uploads multiple files to server.
mupload(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Uploads multiple files matching regular expression to server's current directory.
mupload(Enumeration) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
mupload(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
mupload(Enumeration) - Method in class com.jscape.inet.ftp.Ftp
Uploads multiple files to FTP server.
mupload(String) - Method in class com.jscape.inet.ftp.Ftp
Uploads multiple files matching regular expression to FTP server's current directory.
mupload(Enumeration) - Method in class com.jscape.inet.ftps.Ftps
Uploads multiple files to FTP server Uploads are performed relative to current local directory.
mupload(String) - Method in class com.jscape.inet.ftps.Ftps
Uploads multiple files matching regular expression to FTP server's current directory.
mupload(String, Collection<String>) - Method in class com.jscape.inet.scp.Scp
Uploads multiple files taken from the current local directory.
mupload(String, String...) - Method in class com.jscape.inet.scp.Scp
Uploads multiple files taken from the current local directory.
mupload(String, Enumeration<String>) - Method in class com.jscape.inet.scp.Scp
Uploads multiple files taken from the current local directory.
mupload(String, Iterator<String>) - Method in class com.jscape.inet.scp.Scp
Uploads multiple files taken from the current local directory.
mupload(String, String) - Method in class com.jscape.inet.scp.Scp
Uploads multiple files matching the specified regular expression.
mupload(Enumeration) - Method in class com.jscape.inet.sftp.Sftp
Uploads multiple files to SSH server.
mupload(String) - Method in class com.jscape.inet.sftp.Sftp
Uploads multiple files matching filter to SSH server's current directory.
MvsFileRecord(String, String, String, String, String, String, String, String, String, String, String) - Constructor for class com.jscape.inet.ftp.MvsParser.MvsFileRecord
 
MvsParser - Class in com.jscape.inet.ftp
 
MvsParser() - Constructor for class com.jscape.inet.ftp.MvsParser
 
MvsParser.MvsFileRecord - Class in com.jscape.inet.ftp
 
MX_VALIDATION - Static variable in class com.jscape.inspect.EmailInspectionLevel
Checks for valid syntax, internet domain and valid mail server of email address.
MX_VALIDATION - Static variable in class com.jscape.inspect.EmailInspector
Use in conjunction with setEmailInspectionLevel method to perform syntax, domain and mail exchanger validation of e-mail address.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links
Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved