|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Newsgroups:
field.
copyReader(source, dest, DEFAULT_COPY_BUFFER_SIZE);
copyStream(source, dest, DEFAULT_COPY_BUFFER_SIZE);
DISCONNECTED_STATE
.
ACTIVE_LOCAL_DATA_CONNECTION_MODE
.
PASSIVE_LOCAL_DATA_CONNECTION_MODE
.
ACTIVE_REMOTE_DATA_CONNECTION
.
PASSIVE_REMOTE_DATA_CONNECTION_MODE
.
_DATA_CONNECTION_MODE
constants.
getTime(host, DEFAULT_PORT);
From:
header field.
Newsgroups:
header field.
Subject:
header field.
getTime(host, DEFAULT_PORT);
getTime(host, DaytimeUDPClient.DEFAULT_PORT);
_TYPE
constants),
e.g., if it is a directory, a regular file, or a symbolic link.
_ACCESS
constants) has the given access permission (one of the
_PERMISSION
constants) to the file.
DefaultFTPFileListParser
, obtain a list of
file information for the current working directory.
FTPFileListParser
,
obtain a list of file information for the current working directory.
FTPFileListParser
, obtain a
list of file information for a directory or information for
just a single file.
DefaultFTPFileListParser
, obtain a list of
file information
for a directory or information for just a single file.
FTPFile
instances.
FTPFile
instances.
number
and
size
set to 0, and identifier
set to
null.
number
set
to num
, size
set to octets
,
and identifier
set to null.
number
set
to num
, size
undefined,
and identifier
set to uid
.
rcommand(localUsername, remoteUsername, command, false);
receive(data, data.length)
receiveFile(filename, mode, output, host, TFTP.DEFAULT_PORT)
receiveFile(filename, mode, output, hostname, TFTP.DEFAULT_PORT)
STREAM_TRANSFER_MODE
file transfer starting
from the given offset.
retrieveArticle(null)
retrieveArticle(articleNumber, null)
retrieveArticle(articleId, null)
retrieveArticleBody(null)
retrieveArticleBody(articleNumber, null)
retrieveArticleBody(articleId, null)
retrieveArticleHeader(null)
retrieveArticleHeader(articleNumber, null)
retrieveArticleHeader(articleId, null)
rexec(username, password, command, false);
selectArticle(null, articleId)
.
selectArticle(articleNumber, null)
selectArticle(articleId, null)
selectNewsgroup(newsgroup, null)
selectNextArticle(null)
selectPreviousArticle(null)
send(data, data.length, host.
- send(byte[], InetAddress) -
Method in class com.oroinc.net.EchoUDPClient
- Same as
send(data, data.length, host)
- send(byte[], int, InetAddress) -
Method in class com.oroinc.net.DiscardUDPClient
- Same as
send(data, length, host.
- send(byte[], int, InetAddress) -
Method in class com.oroinc.net.EchoUDPClient
- Sends the specified data to the specified server at the default echo
port.
- send(byte[], int, InetAddress, int) -
Method in class com.oroinc.net.DiscardUDPClient
- Sends the specified data to the specified server at the specified port.
- send(InetAddress) -
Method in class com.oroinc.net.CharGenUDPClient
- Same as
send(host, CharGenUDPClient.DEFAULT_PORT);
- send(InetAddress, int) -
Method in class com.oroinc.net.CharGenUDPClient
- Sends the data initiation datagram.
- send(String) -
Method in class com.oroinc.net.smtp.SMTP
- A convenience method to send the SMTP SEND command to the server,
receive the reply, and return the reply code.
- send(TFTPPacket) -
Method in class com.oroinc.net.tftp.TFTP
- Sends a TFTP packet to its destination.
- sendCommand(int) -
Method in class com.oroinc.net.ftp.FTP
- Sends an FTP command with no arguments to the server, waits for a
reply and returns the numerical response code.
- sendCommand(int) -
Method in class com.oroinc.net.nntp.NNTP
- Sends an NNTP command with no arguments to the server, waits for a
reply and returns the numerical response code.
- sendCommand(int) -
Method in class com.oroinc.net.pop3.POP3
- Sends a command with no arguments to the server and returns the
reply code.
- sendCommand(int) -
Method in class com.oroinc.net.smtp.SMTP
- Sends an SMTP command with no arguments to the server, waits for a
reply and returns the numerical response code.
- sendCommand(int, String) -
Method in class com.oroinc.net.ftp.FTP
- Sends an FTP command to the server, waits for a reply and returns the
numerical response code.
- sendCommand(int, String) -
Method in class com.oroinc.net.nntp.NNTP
- Sends an NNTP command to the server, waits for a reply and returns the
numerical response code.
- sendCommand(int, String) -
Method in class com.oroinc.net.pop3.POP3
- Sends a command an arguments to the server and returns the reply code.
- sendCommand(int, String) -
Method in class com.oroinc.net.smtp.SMTP
- Sends an SMTP command to the server, waits for a reply and returns the
numerical response code.
- sendCommand(String) -
Method in class com.oroinc.net.ftp.FTP
- Sends an FTP command with no arguments to the server, waits for a
reply and returns the numerical response code.
- sendCommand(String) -
Method in class com.oroinc.net.nntp.NNTP
- Sends an NNTP command with no arguments to the server, waits for a
reply and returns the numerical response code.
- sendCommand(String) -
Method in class com.oroinc.net.pop3.POP3
- Sends a command with no arguments to the server and returns the
reply code.
- sendCommand(String) -
Method in class com.oroinc.net.smtp.SMTP
- Sends an SMTP command with no arguments to the server, waits for a
reply and returns the numerical response code.
- sendCommand(String, String) -
Method in class com.oroinc.net.ftp.FTP
- Sends an FTP command to the server, waits for a reply and returns the
numerical response code.
- sendCommand(String, String) -
Method in class com.oroinc.net.nntp.NNTP
- Sends an NNTP command to the server, waits for a reply and returns the
numerical response code.
- sendCommand(String, String) -
Method in class com.oroinc.net.pop3.POP3
- Sends a command an arguments to the server and returns the reply code.
- sendCommand(String, String) -
Method in class com.oroinc.net.smtp.SMTP
- Sends an SMTP command to the server, waits for a reply and returns the
numerical response code.
- sendFile(String, int, InputStream, InetAddress) -
Method in class com.oroinc.net.tftp.TFTPClient
- Same as calling
sendFile(filename, mode, input, host, TFTP.DEFAULT_PORT);
- sendFile(String, int, InputStream, InetAddress, int) -
Method in class com.oroinc.net.tftp.TFTPClient
- Requests to send a file to a remote host, reads the file from an
InputStream, sends the file to the remote host, and closes the
connection.
- sendFile(String, int, InputStream, String) -
Method in class com.oroinc.net.tftp.TFTPClient
- Same as calling
sendFile(filename, mode, input, hostname, TFTP.DEFAULT_PORT);
- sendFile(String, int, InputStream, String, int) -
Method in class com.oroinc.net.tftp.TFTPClient
- Requests to send a file to a remote host, reads the file from an
InputStream, sends the file to the remote host, and closes the
connection.
- sendMessageData() -
Method in class com.oroinc.net.smtp.SMTPClient
- Send the SMTP DATA command in preparation to send an email message.
- sendNoOp() -
Method in class com.oroinc.net.ftp.FTPClient
- Sends a NOOP command to the FTP server.
- sendNoOp() -
Method in class com.oroinc.net.smtp.SMTPClient
- Sends a NOOP command to the SMTP server.
- sendShortMessageData(String) -
Method in class com.oroinc.net.smtp.SMTPClient
- A convenience method for sending short messages.
- sendSimpleMessage(String, String[], String) -
Method in class com.oroinc.net.smtp.SMTPClient
- A convenience method for a sending short email without having to
explicitly set the sender and recipient(s).
- sendSimpleMessage(String, String, String) -
Method in class com.oroinc.net.smtp.SMTPClient
- A convenience method for a sending short email without having to
explicitly set the sender and recipient(s).
- sendSiteCommand(String) -
Method in class com.oroinc.net.ftp.FTPClient
- Send a site specific command.
- SERVER_READY_POSTING_ALLOWED -
Static variable in class com.oroinc.net.nntp.NNTPReply
-
- SERVER_READY_POSTING_NOT_ALLOWED -
Static variable in class com.oroinc.net.nntp.NNTPReply
-
- SERVICE_CLOSING_CONTROL_CONNECTION -
Static variable in class com.oroinc.net.ftp.FTPReply
-
- SERVICE_CLOSING_TRANSMISSION_CHANNEL -
Static variable in class com.oroinc.net.smtp.SMTPReply
-
- SERVICE_DISCONTINUED -
Static variable in class com.oroinc.net.nntp.NNTPReply
-
- SERVICE_NOT_AVAILABLE -
Static variable in class com.oroinc.net.ftp.FTPReply
-
- SERVICE_NOT_AVAILABLE -
Static variable in class com.oroinc.net.smtp.SMTPReply
-
- SERVICE_NOT_READY -
Static variable in class com.oroinc.net.ftp.FTPReply
-
- SERVICE_READY -
Static variable in class com.oroinc.net.ftp.FTPReply
-
- SERVICE_READY -
Static variable in class com.oroinc.net.smtp.SMTPReply
-
- setAddress(InetAddress) -
Method in class com.oroinc.net.tftp.TFTPPacket
- Sets the host address where the packet is going to be sent.
- setBlockNumber(int) -
Method in class com.oroinc.net.tftp.TFTPDataPacket
- Sets the block number of the data packet.
- setBlockNumber(int) -
Method in class com.oroinc.net.tftp.TFTPAckPacket
- Sets the block number of the acknowledgement.
- setData(byte[], int, int) -
Method in class com.oroinc.net.tftp.TFTPDataPacket
- Sets the data for the data packet.
- setDatagramSocketFactory(DatagramSocketFactory) -
Method in class com.oroinc.net.DatagramSocketClient
- Sets the DatagramSocketFactory used by the DatagramSocketClient
to open DatagramSockets.
- setDataTimeout(int) -
Method in class com.oroinc.net.ftp.FTPClient
- Sets the timeout in milliseconds to use when reading from the
data connection.
- setDefaultPort(int) -
Method in class com.oroinc.net.SocketClient
- Sets the default port the SocketClient should connect to when a port
is not specified.
- setDefaultTimeout(int) -
Method in class com.oroinc.net.SocketClient
- Set the default timeout in milliseconds to use when opening a socket.
- setDefaultTimeout(int) -
Method in class com.oroinc.net.DatagramSocketClient
- Set the default timeout in milliseconds to use when opening a socket.
- setFileStructure(int) -
Method in class com.oroinc.net.ftp.FTPClient
- Sets the file structure.
- setFileTransferMode(int) -
Method in class com.oroinc.net.ftp.FTPClient
- Sets the transfer mode.
- setFileType(int) -
Method in class com.oroinc.net.ftp.FTPClient
- Sets the file type to be transferred.
- setFileType(int, int) -
Method in class com.oroinc.net.ftp.FTPClient
- Sets the file type to be transferred and the format.
- setGroup(String) -
Method in class com.oroinc.net.ftp.FTPFile
- Set the name of the group owning the file.
- setHardLinkCount(int) -
Method in class com.oroinc.net.ftp.FTPFile
- Set the number of hard links to this file.
- setLink(String) -
Method in class com.oroinc.net.ftp.FTPFile
- If the FTPFile is a symbolic link, use this method to set the name of the
file being pointed to by the symbolic link.
- setMaxTimeouts(int) -
Method in class com.oroinc.net.tftp.TFTPClient
- Sets the maximum number of times a receive attempt is allowed to
timeout during a receiveFile() or sendFile() operation before ending
attempts to retry the receive and failing.
- setName(String) -
Method in class com.oroinc.net.ftp.FTPFile
- Set the name of the file.
- setPermission(int, int, boolean) -
Method in class com.oroinc.net.ftp.FTPFile
- Set if the given access group (one of the
_ACCESS
constants) has the given access permission (one of the
_PERMISSION
constants) to the file.
- setPort(int) -
Method in class com.oroinc.net.tftp.TFTPPacket
- Sets the port where the packet is going to be sent.
- setRawListing(String) -
Method in class com.oroinc.net.ftp.FTPFile
- Set the original FTP server raw listing from which the FTPFile was
created.
- setRemoteVerificationEnabled(boolean) -
Method in class com.oroinc.net.bsd.RExecClient
- Enable or disable verification that the remote host connecting to
create a separate error stream is the same as the host to which
the standard out stream is connected.
- setRemoteVerificationEnabled(boolean) -
Method in class com.oroinc.net.ftp.FTPClient
- Enable or disable verification that the remote host taking part
of a data connection is the same as the host to which the control
connection is attached.
- setSender(RelayPath) -
Method in class com.oroinc.net.smtp.SMTPClient
- Set the sender of a message using the SMTP MAIL command, specifying
a reverse relay path.
- setSender(String) -
Method in class com.oroinc.net.smtp.SMTPClient
- Set the sender of a message using the SMTP MAIL command, specifying
the sender's email address.
- setSize(long) -
Method in class com.oroinc.net.ftp.FTPFile
- Set the file size in bytes.
- setSocketFactory(SocketFactory) -
Method in class com.oroinc.net.SocketClient
- Sets the SocketFactory used by the SocketClient to open socket
connections.
- setSoLinger(boolean, int) -
Method in class com.oroinc.net.SocketClient
- Sets the SO_LINGER timeout on the currently opened socket.
- setSoTimeout(int) -
Method in class com.oroinc.net.SocketClient
- Set the timeout in milliseconds of a currently open connection.
- setSoTimeout(int) -
Method in class com.oroinc.net.DatagramSocketClient
- Set the timeout in milliseconds of a currently open connection.
- setState(int) -
Method in class com.oroinc.net.pop3.POP3
- Sets POP3 client state.
- setTcpNoDelay(boolean) -
Method in class com.oroinc.net.SocketClient
- Enables or disables the Nagle's algorithm (TCP_NODELAY) on the
currently opened socket.
- setTimestamp(Calendar) -
Method in class com.oroinc.net.ftp.FTPFile
- Set the file timestamp.
- setType(int) -
Method in class com.oroinc.net.ftp.FTPFile
- Set the type of the file (
DIRECTORY_TYPE
,
FILE_TYPE
, etc.).
- setUser(String) -
Method in class com.oroinc.net.ftp.FTPFile
- Set the name of the user owning the file.
- SimpleNNTPHeader - class com.oroinc.net.nntp.SimpleNNTPHeader.
- This class is used to construct the bare minimum
acceptable header for most news readers.
- SimpleNNTPHeader(String, String) -
Constructor for class com.oroinc.net.nntp.SimpleNNTPHeader
- Creates a new SimpleNNTPHeader instance initialized with the given
from and subject header field values.
- SimpleSMTPHeader - class com.oroinc.net.smtp.SimpleSMTPHeader.
- This class is used to construct a bare minimum
acceptable header for an email message.
- SimpleSMTPHeader(String, String, String) -
Constructor for class com.oroinc.net.smtp.SimpleSMTPHeader
- Creates a new SimpleSMTPHeader instance initialized with the given
from, to, and subject header field values.
- SITE -
Static variable in class com.oroinc.net.ftp.FTPCommand
-
- SITE_PARAMETERS -
Static variable in class com.oroinc.net.ftp.FTPCommand
-
- site(String) -
Method in class com.oroinc.net.ftp.FTP
- A convenience method to send the FTP SITE command to the server,
receive the reply, and return the reply code.
- size -
Variable in class com.oroinc.net.pop3.POP3MessageInfo
-
- SLAVE -
Static variable in class com.oroinc.net.nntp.NNTPCommand
-
- SLAVE_STATUS_NOTED -
Static variable in class com.oroinc.net.nntp.NNTPReply
-
- SMNT -
Static variable in class com.oroinc.net.ftp.FTPCommand
-
- smnt(String) -
Method in class com.oroinc.net.ftp.FTP
- A convenience method to send the FTP SMNT command to the server,
receive the reply, and return the reply code.
- SMTP - class com.oroinc.net.smtp.SMTP.
- SMTP provides the basic the functionality necessary to implement your
own SMTP client.
- SMTP() -
Constructor for class com.oroinc.net.smtp.SMTP
- The default SMTP constructor.
- SMTPClient - class com.oroinc.net.smtp.SMTPClient.
- SMTPClient encapsulates all the functionality necessary to send files
through an SMTP server.
- SMTPClient() -
Constructor for class com.oroinc.net.smtp.SMTPClient
-
- SMTPCommand - class com.oroinc.net.smtp.SMTPCommand.
- SMTPCommand stores a set of constants for SMTP command codes.
- SMTPConnectionClosedException - exception com.oroinc.net.smtp.SMTPConnectionClosedException.
- SMTPConnectionClosedException is used to indicate the premature or
unexpected closing of an SMTP connection resulting from a
SMTPReply.SERVICE_NOT_AVAILABLE response (SMTP reply code 421) to a
failed SMTP command.
- SMTPConnectionClosedException() -
Constructor for class com.oroinc.net.smtp.SMTPConnectionClosedException
- Constructs a SMTPConnectionClosedException with no message
- SMTPConnectionClosedException(String) -
Constructor for class com.oroinc.net.smtp.SMTPConnectionClosedException
- Constructs a SMTPConnectionClosedException with a specified message.
- SMTPReply - class com.oroinc.net.smtp.SMTPReply.
- SMTPReply stores a set of constants for SMTP reply codes.
- SocketClient - class com.oroinc.net.SocketClient.
- The SocketClient provides the basic operations that are required
of client objects accessing sockets.
- SocketClient() -
Constructor for class com.oroinc.net.SocketClient
- Default constructor for SocketClient.
- SocketFactory - interface com.oroinc.net.SocketFactory.
- The SocketFactory interface provides a means for the programmer to
control the creation of sockets and provide his own Socket
implementations for use by all classes derived from
SocketClient .
- SocketInputStream - class com.oroinc.io.SocketInputStream.
- This class wraps an input stream, storing a reference to its originating
socket.
- SocketInputStream(Socket, InputStream) -
Constructor for class com.oroinc.io.SocketInputStream
- Creates a SocketInputStream instance wrapping an input stream and
storing a reference to a socket that should be closed on closing
the stream.
- SocketOutputStream - class com.oroinc.io.SocketOutputStream.
- This class wraps an output stream, storing a reference to its originating
socket.
- SocketOutputStream(Socket, OutputStream) -
Constructor for class com.oroinc.io.SocketOutputStream
- Creates a SocketOutputStream instance wrapping an output stream and
storing a reference to a socket that should be closed on closing
the stream.
- SOML -
Static variable in class com.oroinc.net.smtp.SMTPCommand
-
- soml(String) -
Method in class com.oroinc.net.smtp.SMTP
- A convenience method to send the SMTP SOML command to the server,
receive the reply, and return the reply code.
- START_MAIL_INPUT -
Static variable in class com.oroinc.net.smtp.SMTPReply
-
- STAT -
Static variable in class com.oroinc.net.ftp.FTPCommand
-
- STAT -
Static variable in class com.oroinc.net.nntp.NNTPCommand
-
- STAT -
Static variable in class com.oroinc.net.pop3.POP3Command
- Get status.
- stat() -
Method in class com.oroinc.net.ftp.FTP
- A convenience method to send the FTP STAT command to the server,
receive the reply, and return the reply code.
- stat() -
Method in class com.oroinc.net.nntp.NNTP
- A convenience method to send the NNTP STAT command to the server,
receive the initial reply, and return the reply code.
- stat(int) -
Method in class com.oroinc.net.nntp.NNTP
- A convenience method to send the NNTP STAT command to the server,
receive the initial reply, and return the reply code.
- stat(String) -
Method in class com.oroinc.net.ftp.FTP
- A convenience method to send the FTP STAT command to the server,
receive the reply, and return the reply code.
- stat(String) -
Method in class com.oroinc.net.nntp.NNTP
- A convenience method to send the NNTP STAT command to the server,
receive the initial reply, and return the reply code.
- STATUS -
Static variable in class com.oroinc.net.ftp.FTPCommand
-
- STATUS -
Static variable in class com.oroinc.net.telnet.TelnetOption
-
- status() -
Method in class com.oroinc.net.pop3.POP3Client
- Get the mailbox status.
- STOR -
Static variable in class com.oroinc.net.ftp.FTPCommand
-
- stor(String) -
Method in class com.oroinc.net.ftp.FTP
- A convenience method to send the FTP STOR command to the server,
receive the reply, and return the reply code.
- STORAGE_ALLOCATION_EXCEEDED -
Static variable in class com.oroinc.net.ftp.FTPReply
-
- STORAGE_ALLOCATION_EXCEEDED -
Static variable in class com.oroinc.net.smtp.SMTPReply
-
- STORE -
Static variable in class com.oroinc.net.ftp.FTPCommand
-
- STORE_UNIQUE -
Static variable in class com.oroinc.net.ftp.FTPCommand
-
- storeFile(String, InputStream) -
Method in class com.oroinc.net.ftp.FTPClient
- Stores a file on the server using the given name and taking input
from the given InputStream.
- storeFileStream(String) -
Method in class com.oroinc.net.ftp.FTPClient
- Returns an OutputStream through which data can be written to store
a file on the server using the given name.
- storeUniqueFile(InputStream) -
Method in class com.oroinc.net.ftp.FTPClient
- Stores a file on the server using a unique name assigned by the
server and taking input from the given InputStream.
- storeUniqueFile(String, InputStream) -
Method in class com.oroinc.net.ftp.FTPClient
- Stores a file on the server using a unique name derived from the
given name and taking input
from the given InputStream.
- storeUniqueFileStream() -
Method in class com.oroinc.net.ftp.FTPClient
- Returns an OutputStream through which data can be written to store
a file on the server using a unique name assigned by the server.
- storeUniqueFileStream(String) -
Method in class com.oroinc.net.ftp.FTPClient
- Returns an OutputStream through which data can be written to store
a file on the server using a unique name derived from the given name.
- STOU -
Static variable in class com.oroinc.net.ftp.FTPCommand
-
- stou() -
Method in class com.oroinc.net.ftp.FTP
- A convenience method to send the FTP STOU command to the server,
receive the reply, and return the reply code.
- stou(String) -
Method in class com.oroinc.net.ftp.FTP
- A convenience method to send the FTP STOU command to the server,
receive the reply, and return the reply code.
- STREAM_TRANSFER_MODE -
Static variable in class com.oroinc.net.ftp.FTP
- A constant used to indicate a file is to be transfered as a stream
of bytes.
- STRU -
Static variable in class com.oroinc.net.ftp.FTPCommand
-
- stru(int) -
Method in class com.oroinc.net.ftp.FTP
- A convenience method to send the FTP STRU command to the server,
receive the reply, and return the reply code.
- STRUCTURE_MOUNT -
Static variable in class com.oroinc.net.ftp.FTPCommand
-
- structureMount(String) -
Method in class com.oroinc.net.ftp.FTPClient
- Issue the FTP SMNT command.
- SUPDUP -
Static variable in class com.oroinc.net.telnet.TelnetOption
-
- SUPDUP_OUTPUT -
Static variable in class com.oroinc.net.telnet.TelnetOption
-
- SUPPRESS_GO_AHEAD -
Static variable in class com.oroinc.net.telnet.TelnetOption
-
- SUSP -
Static variable in class com.oroinc.net.telnet.TelnetCommand
- Suspend process code.
- SYMBOLIC_LINK_TYPE -
Static variable in class com.oroinc.net.ftp.FTPFile
- A constant indicating an FTPFile is a symbolic link.
- SYNCH -
Static variable in class com.oroinc.net.telnet.TelnetCommand
- Synchronize code.
- SYNTAX_ERROR_IN_ARGUMENTS -
Static variable in class com.oroinc.net.ftp.FTPReply
-
- SYNTAX_ERROR_IN_ARGUMENTS -
Static variable in class com.oroinc.net.smtp.SMTPReply
-
- SYST -
Static variable in class com.oroinc.net.ftp.FTPCommand
-
- syst() -
Method in class com.oroinc.net.ftp.FTP
- A convenience method to send the FTP SYST command to the server,
receive the reply, and return the reply code.
- SYSTAT_PORT -
Static variable in class com.oroinc.net.CharGenUDPClient
- The systat port value of 11 according to RFC 866.
- SYSTAT_PORT -
Static variable in class com.oroinc.net.CharGenTCPClient
- The systat port value of 11 according to RFC 866.
- SYSTEM -
Static variable in class com.oroinc.net.ftp.FTPCommand
-
- SYSTEM_STATUS -
Static variable in class com.oroinc.net.ftp.FTPReply
-
- SYSTEM_STATUS -
Static variable in class com.oroinc.net.smtp.SMTPReply
-
AUTHORIZATION_STATE
.
_errorStream_
will point to an InputStream from which the standard error of the
remote process can be read (after a call to rexec()).
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |