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

H

handle(SshMsgChannelOpen, Connection) - Method in interface com.jscape.inet.ssh.connection.ChannelRequestHandler
 
handle(SshMsgGlobalRequest, Connection) - Method in interface com.jscape.inet.ssh.connection.GlobalRequestHandler
 
handle(SshMsgChannelOpen, Connection) - Method in class com.jscape.inet.ssh.connection.PortHandler
 
handle(SshMsgChannelOpen) - Method in class com.jscape.inet.ssh.connection.RemotePort
 
hasDelimiter() - Method in class com.jscape.inet.util.LineReader
Checks if line delimiter was encountered when reading last line
hasDelimiter() - Method in class com.jscape.util.LineReader
Checks if last line reading was terminated with delimiter.
hasErrorStream() - Method in class com.jscape.inet.bsd.Rexec
Returns weather the Rexec object was initialized with or without separate error stream.
hashCode() - Method in class com.jscape.inet.ftps.Response
Returns response hash code.
hashCode() - Method in class com.jscape.inet.ssh.connection.channels.Channel
 
hashCode() - Method in class com.jscape.inet.ssh.transport.ProtocolVersion
Returns the object hash code.
hashCode() - Method in class com.jscape.inet.ssh.types.SshBoolean
Computes object's hash code.
hashCode() - Method in class com.jscape.inet.ssh.types.SshByte
Computes object's hash code.
hashCode() - Method in class com.jscape.inet.ssh.types.SshMpint
Computes object's hash code.
hashCode() - Method in class com.jscape.inet.ssh.types.SshNameList
Computes object's hash code.
hashCode() - Method in class com.jscape.inet.ssh.types.SshUint32
Computes object's hash code.
hashCode() - Method in class com.jscape.inet.ssh.types.SshUint64
Computes object's hash code.
hashCode() - Method in class com.jscape.util.Logger.Level
 
hasMoreElements() - Method in class com.jscape.util.DiskIterator
 
help(String) - Method in class com.jscape.inet.ftps.FtpsClient
The FTP HELP command.
HexFormat - Class in com.jscape.util
Hex format.
HexFormat(String) - Constructor for class com.jscape.util.HexFormat
 
HexFormat() - Constructor for class com.jscape.util.HexFormat
 
HostInfo - Class in com.jscape.inet.dns.record
HostInfo records are used to acquire general information about a host.
HostInfo() - Constructor for class com.jscape.inet.dns.record.HostInfo
 
HostKeyFingerprintVerifier - Class in com.jscape.inet.ssh.util
Host key verifier implementation based on the SshHostKeys usage.
HostKeyFingerprintVerifier(KeyFingerprintFormatter, SshHostKeys) - Constructor for class com.jscape.inet.ssh.util.HostKeyFingerprintVerifier
 
HostKeyFingerprintVerifier(SshHostKeys) - Constructor for class com.jscape.inet.ssh.util.HostKeyFingerprintVerifier
Creates a new verifier instance.
HostKeyVerifier - Interface in com.jscape.inet.ssh.util
Defines the host key validation contract.
HostKeyVerifier.VerificationException - Exception in com.jscape.inet.ssh.util
 
HostKeyVerifier.VerificationException() - Constructor for exception com.jscape.inet.ssh.util.HostKeyVerifier.VerificationException
 
HostKeyVerifier.VerificationException(String) - Constructor for exception com.jscape.inet.ssh.util.HostKeyVerifier.VerificationException
 
HostKeyVerifier.VerificationException(String, Throwable) - Constructor for exception com.jscape.inet.ssh.util.HostKeyVerifier.VerificationException
 
HostKeyVerifier.VerificationException(Throwable) - Constructor for exception com.jscape.inet.ssh.util.HostKeyVerifier.VerificationException
 
HTCommand - Class in com.jscape.inet.terminal.commands
Move the cursor to the next tab stop, or to the right margin if no further tab stops are present on the line.
HtmlEmailMessage - Class in com.jscape.inet.email
Represents an email message that contains both HTML and plain text parts.
HtmlEmailMessage() - Constructor for class com.jscape.inet.email.HtmlEmailMessage
Creates a new HtmlEmailMessage instance.
HTSCommand - Class in com.jscape.inet.terminal.commands
HTS -- Horizontal Tabulation Set.
Http - Class in com.jscape.inet.http
Implements the basic functionality of a HTTP client.
Http() - Constructor for class com.jscape.inet.http.Http
Constructs a new Http instance.
HttpAdapter - Class in com.jscape.inet.http
Implements methods for capturing events sourced from Http class.
HttpAdapter() - Constructor for class com.jscape.inet.http.HttpAdapter
 
HttpConnectedEvent - Class in com.jscape.inet.http
Fired when connection to HTTP server is established.
HttpConnectedEvent(Object, String) - Constructor for class com.jscape.inet.http.HttpConnectedEvent
Constructs a new HttpConnectedEvent.
HttpCookie - Class in com.jscape.inet.http
Represents an HTTP cookie returned in an HTTP response.
HttpCookie() - Constructor for class com.jscape.inet.http.HttpCookie
Constructs a new HttpCookie instance.
HttpDisconnectedEvent - Class in com.jscape.inet.http
Fired when connection to HTTP server is released.
HttpDisconnectedEvent(Object, String) - Constructor for class com.jscape.inet.http.HttpDisconnectedEvent
Constructs a new HttpConnectedEvent.
HttpException - Exception in com.jscape.inet.http
HttpException is thrown by many methods of Http class.
HttpException(String) - Constructor for exception com.jscape.inet.http.HttpException
Creates exception with specified message string.
HttpException(String, Exception) - Constructor for exception com.jscape.inet.http.HttpException
Creates exception with specified message string and source exception
HttpFileUpload - Class in com.jscape.inet.http
Implements methods for emulating a web browser and performing HTTP file upload based on specifications defined in RFC 1867.
HttpFileUpload(String) - Constructor for class com.jscape.inet.http.HttpFileUpload
Constructs a new HttpFileUpload instance.
HttpListener - Interface in com.jscape.inet.http
Implements methods for capturing events sourced from Http class.
HttpParameter - Class in com.jscape.inet.http
Represents a name/value parameter passed to Http server using GET or POST request method.
HttpParameter(String, String) - Constructor for class com.jscape.inet.http.HttpParameter
Constructs a new HttpParameter.
HttpParameter(String, String, boolean) - Constructor for class com.jscape.inet.http.HttpParameter
Constructs a new HttpParameter.
HttpProgressEvent - Class in com.jscape.inet.http
Fired on significant progress in upload and download operations in Http class.
HttpProgressEvent(Object, String, long, int) - Constructor for class com.jscape.inet.http.HttpProgressEvent
Constructs a new HttpProgressEvent .
HttpRequest - Class in com.jscape.inet.http
Creates the properties of an HTTP request.
HttpRequest(String) - Constructor for class com.jscape.inet.http.HttpRequest
Creates a new HttpRequest instance using default GET request method.
HttpRequest(String, String) - Constructor for class com.jscape.inet.http.HttpRequest
Creates a new HttpRequest instance.
HttpResponse - Class in com.jscape.inet.http
Represents an HTTP response as returned by the HTTP server in response to an HTTP request.
HttpResponse(byte[]) - Constructor for class com.jscape.inet.http.HttpResponse
Creates a new HttpResponse object.
Https - Class in com.jscape.inet.https
Implements the basic functionality of a HTTPS client.
Https() - Constructor for class com.jscape.inet.https.Https
 
HttpSession - Class in com.jscape.inet.http
Implements the basic functionality of an HTTP client automatically managing all session data in memory.
HttpSession() - Constructor for class com.jscape.inet.http.HttpSession
Creates a new HttpSession instance.
HttpSession(Http) - Constructor for class com.jscape.inet.http.HttpSession
Creates a new HttpSession instance.
HttpSsh - Class in com.jscape.inet.httpssh
Implements the basic functionality of a HTTP client tunnelling data through a secure SSH connection.
HttpSsh() - Constructor for class com.jscape.inet.httpssh.HttpSsh
Creates a new HttpSsh instance.
HttpSsh(SshParameters) - Constructor for class com.jscape.inet.httpssh.HttpSsh
Creates a new HttpSsh instance.

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