Uses of Class
com.sshtools.j2ssh.transport.Service
Packages that use Service
Package
Description
-
Uses of Service in com.sshtools.daemon.authentication
Subclasses of Service in com.sshtools.daemon.authenticationMethods in com.sshtools.daemon.authentication with parameters of type ServiceModifier and TypeMethodDescriptionvoid
AuthenticationProtocolServer.acceptService
(Service service) -
Uses of Service in com.sshtools.daemon.transport
Methods in com.sshtools.daemon.transport with parameters of type Service -
Uses of Service in com.sshtools.j2ssh.authentication
Subclasses of Service in com.sshtools.j2ssh.authenticationMethods in com.sshtools.j2ssh.authentication with parameters of type ServiceModifier and TypeMethodDescriptionint
AuthenticationProtocolClient.authenticate
(SshAuthenticationClient auth, Service serviceToStart) -
Uses of Service in com.sshtools.j2ssh.connection
Subclasses of Service in com.sshtools.j2ssh.connection -
Uses of Service in com.sshtools.j2ssh.transport
Subclasses of Service in com.sshtools.j2ssh.transportModifier and TypeClassDescriptionclass
Extends the simpleService
class to provide an asyncronous messaging service for the transport protocol.Methods in com.sshtools.j2ssh.transport with parameters of type Service