SessionManagerServiceBase class abstract

Annotations
  • @GrpcServiceName('pb.SessionManager')

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
createOneSession(ServiceCall call, SessionConfig request) Future<SessionConfig>
createOneSession_Pre(ServiceCall $call, Future<SessionConfig> $request) Future<SessionConfig>
createTcpProxyList(ServiceCall call, PortList request) Future<Empty>
createTcpProxyList_Pre(ServiceCall $call, Future<PortList> $request) Future<Empty>
deleteOneSession(ServiceCall call, SessionConfig request) Future<Empty>
deleteOneSession_Pre(ServiceCall $call, Future<SessionConfig> $request) Future<Empty>
deleteRemoteGatewayConfig(ServiceCall call, SessionConfig request) Future<OpenIoTHubOperationResponse>
deleteRemoteGatewayConfig_Pre(ServiceCall $call, Future<SessionConfig> $request) Future<OpenIoTHubOperationResponse>
getAllSession(ServiceCall call, Empty request) Future<SessionList>
getAllSession_Pre(ServiceCall $call, Future<Empty> $request) Future<SessionList>
getAllTCP(ServiceCall call, SessionConfig request) Future<PortList>
getAllTCP_Pre(ServiceCall $call, Future<SessionConfig> $request) Future<PortList>
getOneHttpProxyPortByRunId(ServiceCall call, StringValue request) Future<Int64Value>
getOneHttpProxyPortByRunId_Pre(ServiceCall $call, Future<StringValue> $request) Future<Int64Value>
getOneSession(ServiceCall call, SessionConfig request) Future<SessionConfig>
getOneSession_Pre(ServiceCall $call, Future<SessionConfig> $request) Future<SessionConfig>
getOneSOCKS5PortByRunId(ServiceCall call, StringValue request) Future<Int64Value>
getOneSOCKS5PortByRunId_Pre(ServiceCall $call, Future<StringValue> $request) Future<Int64Value>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshmDNSProxyList(ServiceCall call, SessionConfig request) Future<Empty>
refreshmDNSProxyList_Pre(ServiceCall $call, Future<SessionConfig> $request) Future<Empty>
toString() String
A string representation of this object.
inherited
updateSessionNameDescription(ServiceCall call, SessionConfig request) Future<SessionConfig>
updateSessionNameDescription_Pre(ServiceCall $call, Future<SessionConfig> $request) Future<SessionConfig>

Operators

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