Package com.viam.service.shell.v1
Class ShellServiceGrpc.ShellServiceImplBase
java.lang.Object
com.viam.service.shell.v1.ShellServiceGrpc.ShellServiceImplBase
- All Implemented Interfaces:
ShellServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ShellServiceGrpc
public abstract static class ShellServiceGrpc.ShellServiceImplBase
extends Object
implements io.grpc.BindableService, ShellServiceGrpc.AsyncService
Base class for the server implementation of the service ShellService.
A ShellService service allows access to an interactive shell experience, including utilities commonly found in tandem with other secure shells.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.viam.service.shell.v1.ShellServiceGrpc.AsyncService
copyFilesFromMachine, copyFilesToMachine, doCommand, shell
-
Constructor Details
-
ShellServiceImplBase
public ShellServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-