SessionManagerServiceBase class abstract

Annotations
  • @GrpcServiceName('pb.SessionManager')

Constructors

SessionManagerServiceBase()

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>
createOneSOCKS5(ServiceCall call, SOCKS5Config request) Future<SOCKS5Config>
createOneSOCKS5_Pre(ServiceCall call, Future<SOCKS5Config> request) Future<SOCKS5Config>
deleteOneSession(ServiceCall call, SessionConfig request) Future<Empty>
deleteOneSession_Pre(ServiceCall call, Future<SessionConfig> request) Future<Empty>
deleteOneSOCKS5(ServiceCall call, SOCKS5Config request) Future<Empty>
deleteOneSOCKS5_Pre(ServiceCall call, Future<SOCKS5Config> 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>
getOneSession(ServiceCall call, SessionConfig request) Future<SessionConfig>
getOneSession_Pre(ServiceCall call, Future<SessionConfig> request) Future<SessionConfig>
getOneSOCKS5(ServiceCall call, SOCKS5Config request) Future<SOCKS5Config>
getOneSOCKS5_Pre(ServiceCall call, Future<SOCKS5Config> request) Future<SOCKS5Config>
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