HttpManagerServiceBase class abstract

Annotations
  • @GrpcServiceName('pb.HttpManager')

Constructors

HttpManagerServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
createOneHTTP(ServiceCall call, HTTPConfig request) Future<HTTPConfig>
createOneHTTP_Pre(ServiceCall call, Future<HTTPConfig> request) Future<HTTPConfig>
deleteOneHTTP(ServiceCall call, HTTPConfig request) Future<ServerGoEmpty>
deleteOneHTTP_Pre(ServiceCall call, Future<HTTPConfig> request) Future<ServerGoEmpty>
getAllHTTP(ServiceCall call, Device request) Future<HTTPList>
getAllHTTP_Pre(ServiceCall call, Future<Device> request) Future<HTTPList>
getOneHTTP(ServiceCall call, HTTPConfig request) Future<HTTPConfig>
getOneHTTP_Pre(ServiceCall call, Future<HTTPConfig> request) Future<HTTPConfig>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateOneHTTP(ServiceCall call, HTTPConfig request) Future<HTTPConfig>
updateOneHTTP_Pre(ServiceCall call, Future<HTTPConfig> request) Future<HTTPConfig>

Operators

operator ==(Object other) bool
The equality operator.
inherited