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

W

waitUntilExceeded(long) - Static method in class com.jscape.util.Timeout
 
waitUntilExceeded() - Method in class com.jscape.util.Timeout
Suspends the current calling thread until the timeout exceeded.
WellKnownServices - Class in com.jscape.inet.dns.record
WellKnownServices record is used to describe the well known services supported by a particular protocol on a particular internet address.
WellKnownServices() - Constructor for class com.jscape.inet.dns.record.WellKnownServices
 
Whois - Class in com.jscape.inet.whois
Implements the basic functionality of a Whois client.
Whois() - Constructor for class com.jscape.inet.whois.Whois
Creates a new Whois instance.
Whois(String) - Constructor for class com.jscape.inet.whois.Whois
Creates a new Whois instance with hostname of whois server as argument.
WhoisException - Exception in com.jscape.inet.whois
WhoisException is thrown by many methods of Whois class.
WhoisException(String) - Constructor for exception com.jscape.inet.whois.WhoisException
Creates exception with specified message string.
WhoisException(String, Exception) - Constructor for exception com.jscape.inet.whois.WhoisException
Creates exception with specified message string and source exception
willOption(WillOptionEvent) - Method in class com.jscape.inet.telnet.TelnetAdapter
Invoked when a WILL OPTION (offer client to use option) command is received from the Telnet server.
willOption(WillOptionEvent) - Method in interface com.jscape.inet.telnet.TelnetListener
Invoked when a WILL OPTION (offer client to use option) command is received from the Telnet server.
willOption(WillOptionEvent) - Method in class com.jscape.inet.terminal.Terminal
Handles "willOption" event from underlying transport.
WillOptionEvent - Class in com.jscape.inet.telnet
Fired by Telnet instance when a WILL OPTION command is received from the Telnet server.
WillOptionEvent(Object, TelnetOption) - Constructor for class com.jscape.inet.telnet.WillOptionEvent
Constructs a new WillOptionEvent instance.
wontOption(WontOptionEvent) - Method in class com.jscape.inet.telnet.TelnetAdapter
Invoked when a WONT OPTION (refuse clients offer to use option) command is received from the Telnet server.
wontOption(WontOptionEvent) - Method in interface com.jscape.inet.telnet.TelnetListener
Invoked when a WONT OPTION (refuse clients offer to use option) command is received from the Telnet server.
wontOption(WontOptionEvent) - Method in class com.jscape.inet.terminal.Terminal
Handles "wontOption" event from underlying transport.
WontOptionEvent - Class in com.jscape.inet.telnet
Fired by Telnet instance when a WONT OPTION command is received from the Telnet server.
WontOptionEvent(Object, TelnetOption) - Constructor for class com.jscape.inet.telnet.WontOptionEvent
Constructs a new WontOptionEvent instance.
wrap(Throwable) - Static method in exception com.jscape.filetransfer.FileTransferException
 
write(int) - Method in interface com.jscape.inet.file.JRandomAccessFile
Writes the specified byte to this file.
write(byte[]) - Method in interface com.jscape.inet.file.JRandomAccessFile
Writes b.length bytes from the specified byte array to this file, starting at the current file pointer.
write(byte[], int, int) - Method in interface com.jscape.inet.file.JRandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
write(byte[], long, byte[]) - Method in class com.jscape.inet.sftp.SftpClient
Writes the data to the file.
write(int) - Method in class com.jscape.inet.ssh.connection.channels.Channel.DataOutputStream
 
write(byte[], int, int) - Method in class com.jscape.inet.ssh.connection.channels.Channel.DataOutputStream
 
write(byte[]) - Method in class com.jscape.inet.ssh.SshWriter
Writes the byte array.
write(byte[], int, int) - Method in class com.jscape.inet.ssh.SshWriter
Writes the byte array.
write(int) - Method in class com.jscape.inet.telnet.TelnetOutputStream
Write data to telnet stream with escaping IAC.
write(byte[]) - Method in class com.jscape.inet.telnet.TelnetOutputStream
Write data to telnet stream with escaping IAC.
write(byte[], int, int) - Method in class com.jscape.inet.telnet.TelnetOutputStream
Write data to telnet stream with escaping IAC.
write(String) - Method in class com.jscape.inet.util.LineWriter
Write a line of data without line terminator
write(int) - Method in class com.jscape.util.ByteArrayStream
Writes one byte to the stream.
write(byte[], int, int) - Method in class com.jscape.util.ByteArrayStream
Writes an array of bytes to the stream.
write(byte[]) - Method in class com.jscape.util.ByteArrayStream
Writes an array of bytes to the stream.
writeAcl() - Method in class com.jscape.inet.file.JAcl.Mask
 
writeAllowed() - Method in class com.jscape.inet.file.JFilePermissions.Permission
Checks if writing is allowed.
writeAttributes() - Method in class com.jscape.inet.file.JAcl.Mask
 
writeBigIntegerTo(BigInteger, OutputStream) - Static method in class com.jscape.inet.ssh.types.SshMpint
Writes the specified value to the stream.
writeBigIntegerTo(BigInteger, OutputStream) - Static method in class com.jscape.inet.ssh.types.SshUint64
Writes the specified value to the stream.
writeBoolean(boolean) - Method in class com.jscape.inet.ssh.SshWriter
Writes a SSH boolean value.
writeBooleanTo(boolean, OutputStream) - Static method in class com.jscape.inet.ssh.types.SshBoolean
Writes the specified value to the stream.
writeByte(int) - Method in class com.jscape.inet.ssh.SshWriter
Writes a SSH byte value.
writeData() - Method in class com.jscape.inet.file.JAcl.Mask
 
writeFile(byte[], OutputStream) - Static method in class com.jscape.util.IOTools
 
writeFile(byte[], File) - Static method in class com.jscape.util.IOTools
 
writeFile(String, Writer) - Static method in class com.jscape.util.IOTools
 
writeFile(String, File, String) - Static method in class com.jscape.util.IOTools
 
writeInt32(int) - Method in class com.jscape.inet.ssh.SshWriter
Writes a SSH int32 value.
writeInt64(long) - Method in class com.jscape.inet.ssh.SshWriter
Writes a SSH int64 value.
writeIntTo(int, OutputStream) - Static method in class com.jscape.inet.ssh.types.SshByte
Writes the specified value to the stream.
writeIntTo(int, OutputStream) - Static method in class com.jscape.inet.ssh.types.SshUint32
Writes the specified value to the stream.
writeLine(String) - Method in class com.jscape.inet.ssh.SshWriter
Writes the specified line with ending "\r\n" characters.
writeLine(String) - Method in class com.jscape.inet.ssh.transport.MessageWriter
Writes the specified line.
writeLine(String) - Method in class com.jscape.inet.util.LineWriter
 
writeLock() - Method in class com.jscape.inet.file.JFileOpenFlags
 
writeLongTo(long, OutputStream) - Static method in class com.jscape.inet.ssh.types.SshUint32
Writes the specified value to the stream.
writeLongTo(long, OutputStream) - Static method in class com.jscape.inet.ssh.types.SshUint64
Writes the specified value to the stream.
writeMessage(Message) - Method in class com.jscape.inet.ssh.transport.MessageWriter
Writes the specified message to the underlayed output stream.
writeMpint(BigInteger) - Method in class com.jscape.inet.ssh.SshWriter
Writes a SSH mpint value.
writeNamedAttrs() - Method in class com.jscape.inet.file.JAcl.Mask
 
writeNameList(String[]) - Method in class com.jscape.inet.ssh.SshWriter
Writes a SSH name list.
writeNamesTo(String[], OutputStream) - Static method in class com.jscape.inet.ssh.types.SshNameList
Writes specified name array to the stream.
writeOwner() - Method in class com.jscape.inet.file.JAcl.Mask
 
writePacket(SftpPacket, String) - Method in class com.jscape.inet.sftp.PacketWriter
Writes the packet to the stream.
writePropertiesFile(Properties, String, File) - Static method in class com.jscape.util.IOTools
 
writeString(String) - Method in class com.jscape.inet.ssh.SshWriter
Writes a SSH string.
writeString(byte[]) - Method in class com.jscape.inet.ssh.SshWriter
Writes a SSH string represented as a byte array.
writeString(byte[], int, int) - Method in class com.jscape.inet.ssh.SshWriter
Writes a SSH string represented as a byte array.
writeSubnegotiation(OutputStream) - Method in class com.jscape.inet.telnet.options.TerminalType
Writes subnegotiation data for this TelnetOption.
writeSubnegotiation(OutputStream) - Method in class com.jscape.inet.telnet.TelnetOption
Writes subnegotiation data for this TelnetOption.
writeTo(OutputStream) - Method in class com.jscape.inet.ftps.Response
Writes the current response to the specified output stream.
writeTo(OutputStream) - Method in class com.jscape.inet.sftp.packets.SftpFileAttributes.AttributePresenceFlags
Writes the current object to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SftpFileAttributes
Writes the current object to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SftpName
Writes the current file name to the stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpClose
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpFsetstat
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpFstat
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpInit
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpLstat
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpMkdir
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpName
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpOpen
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpOpendir
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpRead
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpReaddir
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpRealpath
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpRemove
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpRmdir
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpSetstat
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpStat
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpStatus
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpVersion
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.packets.SshFxpWrite
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.SftpPacket
Writes the current packet to the specified stream.
writeTo(SshWriter) - Method in class com.jscape.inet.sftp.SftpPacket
Writes the current packet to the specified writer.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.v2.packets.SshFxpRename
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.v3.packets.SshFxpReadlink
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.v3.packets.SshFxpStatus2
Writes the current packet to the specified stream.
writeTo(OutputStream, String) - Method in class com.jscape.inet.sftp.v3.packets.SshFxpSymlink
Writes the current packet to the specified stream.
writeTo(OutputStream) - Method in class com.jscape.inet.ssh.authentication.messages.SshMsgUserauthBanner
 
writeTo(OutputStream) - Method in class com.jscape.inet.ssh.authentication.messages.SshMsgUserauthFailure
 
writeTo(OutputStream) - Method in class com.jscape.inet.ssh.authentication.messages.SshMsgUserauthSuccess
 
writeTo(OutputStream) - Method in class com.jscape.inet.ssh.connection.channels.TerminalWindow
Writes the object to the stream.
writeTo(OutputStream) - Method in class com.jscape.inet.ssh.transport.kex.messages.SshMsgKexDhInit
 
writeTo(OutputStream) - Method in class com.jscape.inet.ssh.transport.kex.messages.SshMsgKexDhReply
 
writeTo(OutputStream) - Method in class com.jscape.inet.ssh.transport.Message
 
writeTo(SshWriter) - Method in class com.jscape.inet.ssh.transport.Message
Writes the message to the specified writer.
writeTo(OutputStream) - Method in class com.jscape.inet.ssh.transport.ProtocolVersion
 
writeTo(OutputStream) - Method in class com.jscape.inet.ssh.types.SshBoolean
Writes the current SSH boolean value to the stream.
writeTo(OutputStream) - Method in class com.jscape.inet.ssh.types.SshByte
Writes the current SSH byte value to the stream.
writeTo(OutputStream) - Method in class com.jscape.inet.ssh.types.SshMpint
Writes the current SSH uint32 value to the stream.
writeTo(OutputStream) - Method in class com.jscape.inet.ssh.types.SshNameList
Writes the current SSH names list value to the stream.
writeTo(OutputStream) - Method in class com.jscape.inet.ssh.types.SshUint32
Writes the current SSH uint32 value to the stream.
writeTo(OutputStream) - Method in class com.jscape.inet.ssh.types.SshUint64
Writes the current SSH uint32 value to the stream.
writeUint32(long) - Method in class com.jscape.inet.ssh.SshWriter
Writes a SSH uint32 value.
writeUint64(BigInteger) - Method in class com.jscape.inet.ssh.SshWriter
Writes a SSH uint64 value.
writeValue(boolean, OutputStream) - Static method in class com.jscape.inet.ssh.types.SshBoolean
Writes the specified value to the stream.
writeValue(int, OutputStream) - Static method in class com.jscape.inet.ssh.types.SshByte
Writes the specified value to the stream.
writeValue(byte[], OutputStream) - Static method in class com.jscape.inet.ssh.types.SshMpint
Writes the specified value to the stream.
writeValue(byte[], OutputStream) - Static method in class com.jscape.inet.ssh.types.SshNameList
Writes the specified value to the stream.
writeValue(byte[], OutputStream) - Static method in class com.jscape.inet.ssh.types.SshString
Writes the specified value to the stream.
writeValue(byte[], int, int, OutputStream) - Static method in class com.jscape.inet.ssh.types.SshString
Writes the specified value to the stream.
writeValue(String, String, OutputStream) - Static method in class com.jscape.inet.ssh.types.SshString
 
writeValue(long, OutputStream) - Static method in class com.jscape.inet.ssh.types.SshUint32
Writes the specified value to the stream.
writeValue(long, OutputStream) - Static method in class com.jscape.inet.ssh.types.SshUint64
Writes the specified value to the stream.

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