Uses of Class
autohit.server.service.Service

Packages that use Service
autohit.server   
autohit.server.service   
 

Uses of Service in autohit.server
 

Methods in autohit.server with parameters of type Service
 VMProcess BasicBootstrap.runService(Service s)
          Run service
 

Uses of Service in autohit.server.service
 

Subclasses of Service in autohit.server.service
 class CLIService
          This as an interactive, STDIO based CLI.
 class CommandService
          Command service.
 class HttpCommandService
          This is a socket relay service.
 class SocketRelayService
          This is a socket relay service.
 



Test.