Uses of Class
com.sshtools.j2ssh.transport.Service
-
Packages that use Service Package Description com.sshtools.daemon.authentication com.sshtools.daemon.transport com.sshtools.j2ssh.authentication com.sshtools.j2ssh.connection com.sshtools.j2ssh.transport -
-
Uses of Service in com.sshtools.daemon.authentication
Subclasses of Service in com.sshtools.daemon.authentication Modifier and Type Class Description class
AuthenticationProtocolServer
Methods in com.sshtools.daemon.authentication with parameters of type Service Modifier and Type Method Description void
AuthenticationProtocolServer. acceptService(Service service)
-
Uses of Service in com.sshtools.daemon.transport
Methods in com.sshtools.daemon.transport with parameters of type Service Modifier and Type Method Description void
TransportProtocolServer. acceptService(Service service)
-
Uses of Service in com.sshtools.j2ssh.authentication
Subclasses of Service in com.sshtools.j2ssh.authentication Modifier and Type Class Description class
AuthenticationProtocolClient
Methods in com.sshtools.j2ssh.authentication with parameters of type Service Modifier and Type Method Description int
AuthenticationProtocolClient. authenticate(SshAuthenticationClient auth, Service serviceToStart)
-
Uses of Service in com.sshtools.j2ssh.connection
Subclasses of Service in com.sshtools.j2ssh.connection Modifier and Type Class Description class
ConnectionProtocol
-
Uses of Service in com.sshtools.j2ssh.transport
Subclasses of Service in com.sshtools.j2ssh.transport Modifier and Type Class Description class
AsyncService
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 Modifier and Type Method Description void
TransportProtocolClient. requestService(Service service)
-