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 Y Z

N

NAME - Static variable in class com.jscape.inet.ssh.connection.Connection
The SSH service name
nameList(String) - Method in class com.jscape.inet.ftps.FtpsClient
The FTP NLST command.
NameServer - Class in com.jscape.inet.dns.record
NameServer record represents an authoritative nameserver.
NameServer() - Constructor for class com.jscape.inet.dns.record.NameServer
 
NEGATIVE_PERMANENT - Static variable in class com.jscape.inet.ftps.Response
Permanent Negative Completion reply starting code
NEGATIVE_TRANSIENT - Static variable in class com.jscape.inet.ftps.Response
Transient Negative Completion reply starting code
NELCommand - Class in com.jscape.inet.terminal.commands
NEL -- Next Line.
newSequence() - Method in class com.jscape.inet.terminal.Terminal
Performs new control sequence start.
next_in - Variable in class com.jscape.inet.ssh.transport.compression.zlib.ZlibStream
 
next_in_index - Variable in class com.jscape.inet.ssh.transport.compression.zlib.ZlibStream
 
next_out - Variable in class com.jscape.inet.ssh.transport.compression.zlib.ZlibStream
 
next_out_index - Variable in class com.jscape.inet.ssh.transport.compression.zlib.ZlibStream
 
nextElement() - Method in class com.jscape.util.DiskIterator
Returns next file as defined in constructor.
nextValue() - Method in class com.jscape.inet.ssh.util.Sequence
Obtains next sequence value.
Nntp - Class in com.jscape.inet.nntp
Implements the basic functionality of a NNTP client.
Nntp() - Constructor for class com.jscape.inet.nntp.Nntp
Constructs new Nntp instance.
Nntp(String, String, String) - Constructor for class com.jscape.inet.nntp.Nntp
Constructs Nntp instance with specified server name, port and username / password for authentication.
Nntp(String) - Constructor for class com.jscape.inet.nntp.Nntp
Constructs Nntp instance with specified server name.
NntpAdapter - Class in com.jscape.inet.nntp
Implements methods for capturing events sourced from Nntp class.
NntpAdapter() - Constructor for class com.jscape.inet.nntp.NntpAdapter
 
NntpArticle - Class in com.jscape.inet.nntp
Represents article header and body.
NntpArticle() - Constructor for class com.jscape.inet.nntp.NntpArticle
Constructs a new NntpArticle.
NntpArticle(String, String, String) - Constructor for class com.jscape.inet.nntp.NntpArticle
Constructs a new NntpArticle.
NntpArticle(byte[]) - Constructor for class com.jscape.inet.nntp.NntpArticle
Constructs a new NntpArticle from existing MIME content.
NntpArticleBody - Class in com.jscape.inet.nntp
Provides methods for constructing and reconstructing Nntp atricle body.
NntpArticleBody(String) - Constructor for class com.jscape.inet.nntp.NntpArticleBody
Creates new NntpArticleBody instance.
NntpArticleBody(BufferedReader) - Constructor for class com.jscape.inet.nntp.NntpArticleBody
Creates new NntpArticleBody instance from BufferedReader.
NntpArticleBodyEvent - Class in com.jscape.inet.nntp
Fired when body of article is retrieved from NNTP server.
NntpArticleBodyEvent(Object, NntpArticleBody) - Constructor for class com.jscape.inet.nntp.NntpArticleBodyEvent
Creates NntpArticleBodyEvent.
NntpArticleEvent - Class in com.jscape.inet.nntp
Fired when article is retrieved from or posted to NNTP server.
NntpArticleEvent(Object, NntpArticle) - Constructor for class com.jscape.inet.nntp.NntpArticleEvent
Creates NntpArticleEvent.
NntpArticleHeader - Class in com.jscape.inet.nntp
Provides methods for constucting, editing and reconstructing a set of NNTP article headers for a given NNTP article.
NntpArticleHeader() - Constructor for class com.jscape.inet.nntp.NntpArticleHeader
Creates a new NntpArticleHeader object.
NntpArticleHeader(byte[]) - Constructor for class com.jscape.inet.nntp.NntpArticleHeader
Creates a new NntpArticleHeader object.
NntpArticleHeaderEvent - Class in com.jscape.inet.nntp
Fired when header of article is retrieved from NNTP server.
NntpArticleHeaderEvent(Object, NntpArticleHeader) - Constructor for class com.jscape.inet.nntp.NntpArticleHeaderEvent
Creates NntpArticleHeaderEvent.
NntpArticlePostedEvent - Class in com.jscape.inet.nntp
Fired when article is posted to NNTP server.
NntpArticlePostedEvent(Object, NntpArticle) - Constructor for class com.jscape.inet.nntp.NntpArticlePostedEvent
Creates NntpArticlePostedEvent.
NntpConnectedEvent - Class in com.jscape.inet.nntp
Fired when connection to NNTP server is established.
NntpConnectedEvent(Object, String) - Constructor for class com.jscape.inet.nntp.NntpConnectedEvent
Creates NntpConnectedEvent.
NntpDisconnectedEvent - Class in com.jscape.inet.nntp
Fired when connection to NNTP server is released.
NntpDisconnectedEvent(Object, String) - Constructor for class com.jscape.inet.nntp.NntpDisconnectedEvent
Creates NntpDisconnectedEvent.
NntpException - Exception in com.jscape.inet.nntp
NntpException is thrown by many methods of Nntp class.
NntpException(String) - Constructor for exception com.jscape.inet.nntp.NntpException
Creates exception with specified message string.
NntpException(String, Exception) - Constructor for exception com.jscape.inet.nntp.NntpException
NntpException is thrown by many methods of Nntp class.
NntpListener - Interface in com.jscape.inet.nntp
Implements methods for capturing events sourced from Nntp bean.
NntpNewsgroup - Class in com.jscape.inet.nntp
Implements methods for manipulating NNTP newsgroups.
NntpProgressEvent - Class in com.jscape.inet.nntp
Fired while performing lengthy jobs such as retrieving groups or headers.
NntpProgressEvent(Object, int) - Constructor for class com.jscape.inet.nntp.NntpProgressEvent
Construct a NntpProgressEvent object.
NntpSsh - Class in com.jscape.inet.nntpssh
Implements the basic functionality of a NNTP client tunnelling data through a secure SSH connection.
NntpSsh() - Constructor for class com.jscape.inet.nntpssh.NntpSsh
Creates a new NntpSsh instance.
NntpSsh(SshParameters, String) - Constructor for class com.jscape.inet.nntpssh.NntpSsh
Creates a new NntpSsh instance.
noop() - Method in class com.jscape.inet.ftp.Ftp
Sends a NOOP (No Operation) command to FTP server.
noop() - Method in class com.jscape.inet.ftp.FtpImplementation
Sends a NOOP (No Operation) command to FTP server.
noop() - Method in class com.jscape.inet.ftps.Ftps
Sends a NOOP (No Operation) command to FTP server.
noop() - Method in class com.jscape.inet.ftps.FtpsClient
The FTP NOOP command.
noPropagateInherit() - Method in class com.jscape.inet.file.JAcl.Flag
 
normalizeFilename(String, char) - Static method in class com.jscape.util.FileTools
Substitute reserved characters.
notNull(Object, String) - Static method in class com.jscape.util.Assert
Asserts that the specified reference is not null.
notNull(Object) - Static method in class com.jscape.util.Assert
Asserts that the specified reference is not null.
NTParser - Class in com.jscape.inet.ftp
Parser responsible for handling FTP directory listing returned in the Windows NT format.
NTParser() - Constructor for class com.jscape.inet.ftp.NTParser
 
Null - Class in com.jscape.inet.dns.record
Null record may contain any data.
Null() - Constructor for class com.jscape.inet.dns.record.Null
 
NullCommand - Class in com.jscape.inet.terminal.commands
Defines null action.
NullCompression - Class in com.jscape.inet.ssh.transport.compression
Null compression.
NullCompression() - Constructor for class com.jscape.inet.ssh.transport.compression.NullCompression
 
NullMac - Class in com.jscape.inet.ssh.transport.mac
Represents mac with SSH-name "none".
NullMac() - Constructor for class com.jscape.inet.ssh.transport.mac.NullMac
Creates a new MAC object.

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 Y Z
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved