Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Page 1   2  
com.sshtools.daemon.authentication.* (8)com.sshtools.daemon.configuration.* (5)
com.sshtools.daemon.forwarding.* (1)com.sshtools.daemon.platform.* (7)
com.sshtools.daemon.scp.* (1)com.sshtools.daemon.session.* (3)
com.sshtools.daemon.sftp.* (1)com.sshtools.daemon.subsystem.* (1)
com.sshtools.daemon.terminal.* (13)com.sshtools.daemon.transport.* (1)

com.sshtools.daemon: Javadoc index of package com.sshtools.daemon.


Package Samples:

com.sshtools.daemon.transport
com.sshtools.daemon.terminal
com.sshtools.daemon.subsystem
com.sshtools.daemon.sftp
com.sshtools.daemon.session
com.sshtools.daemon.scp
com.sshtools.daemon.platform
com.sshtools.daemon.forwarding
com.sshtools.daemon.configuration
com.sshtools.daemon.authentication

Classes:

StringPattern: This class provides services for checking strings against string-patterns. Currently it supports the wildcards '' for any number of any character and '?' for any one character. The API is very simple: There are only the two class methods match() and matchIgnoreCase() . Example: StringPattern.match( 'Hello World", "H W" ) ; --> evaluates to true StringPattern.matchIgnoreCase( 'StringPattern", "str???pat" ) ; --> evaluates to true
StringExaminer: As a subclass of StringScanner this class allows more advanced navigation over the underlying string. That includes moving to positions of specific substrings etc.
StringUtil: The sole instance of this class provides several convienience methods for string manipulation such as substring replacement or character repetition.
StringScanner: Simple scanner that allows to navigate over the characters of a string.
SshDaemon
SshServer
PublicKeyVerification
PublicKeyAuthenticationServer
SshAuthenticationServerFactory
AuthorizationFileVerification
PasswordAuthenticationServer
KBIPasswordAuthenticationServer
AuthenticationProtocolServer
SshAuthenticationServer
XmlServerConfigurationContext
SshAPIConfiguration
AllowedSubsystem
PlatformConfiguration
ServerConfiguration
ForwardingServer
NativeAuthenticationProvider
NativeProcessProvider

Home | Contact Us | Privacy Policy | Terms of Service