Uses of Class
com.sshtools.j2ssh.transport.Service

Packages that use Service
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
 class AuthenticationProtocolServer
           
 

Methods in com.sshtools.daemon.authentication with parameters of type Service
 void AuthenticationProtocolServer.acceptService(Service service)
           
 

Uses of Service in com.sshtools.daemon.transport
 

Methods in com.sshtools.daemon.transport with parameters of type Service
 void TransportProtocolServer.acceptService(Service service)
           
 

Uses of Service in com.sshtools.j2ssh.authentication
 

Subclasses of Service in com.sshtools.j2ssh.authentication
 class AuthenticationProtocolClient
           
 

Methods in com.sshtools.j2ssh.authentication with parameters of type Service
 int AuthenticationProtocolClient.authenticate(SshAuthenticationClient auth, Service serviceToStart)
           
 

Uses of Service in com.sshtools.j2ssh.connection
 

Subclasses of Service in com.sshtools.j2ssh.connection
 class ConnectionProtocol
           
 

Uses of Service in com.sshtools.j2ssh.transport
 

Subclasses of Service in com.sshtools.j2ssh.transport
 class AsyncService
           Extends the simple Service class to provide an asyncronous messaging service for the transport protocol.
 

Methods in com.sshtools.j2ssh.transport with parameters of type Service
 void TransportProtocolClient.requestService(Service service)
           
 



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.