- Annotations
-
- @GrpcServiceName('pb.PortManager')
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
-
addPort(ServiceCall call, PortInfo request)
→ Future<OperationResponse>
-
-
addPort_Pre(ServiceCall call, Future<PortInfo> request)
→ Future<OperationResponse>
-
-
delPort(ServiceCall call, PortInfo request)
→ Future<OperationResponse>
-
-
delPort_Pre(ServiceCall call, Future<PortInfo> request)
→ Future<OperationResponse>
-
-
getAllHttpInfoListByServerUuid(ServiceCall call, Empty request)
→ Future<HttpInfoList>
-
-
getAllHttpInfoListByServerUuid_Pre(ServiceCall call, Future<Empty> request)
→ Future<HttpInfoList>
-
-
getAllPortInfoListByServerUuid(ServiceCall call, Empty request)
→ Future<PortInfoList>
-
-
getAllPortInfoListByServerUuid_Pre(ServiceCall call, Future<Empty> request)
→ Future<PortInfoList>
-
-
getAllPorts(ServiceCall call, Empty request)
→ Future<PortInfoList>
-
-
getAllPorts_Pre(ServiceCall call, Future<Empty> request)
→ Future<PortInfoList>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updatePort(ServiceCall call, PortInfo request)
→ Future<OperationResponse>
-
-
updatePort_Pre(ServiceCall call, Future<PortInfo> request)
→ Future<OperationResponse>
-