SessionManagerClient class
- Annotations
-
- @GrpcServiceName('pb.SessionManager')
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ClientCall<Q, R>
-
inherited
-
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ResponseStream<R>
-
inherited
-
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options})
→ ResponseFuture<R>
-
inherited
-
createOneSession(SessionConfig request, {CallOptions? options})
→ ResponseFuture<SessionConfig>
-
-
createOneSOCKS5(SOCKS5Config request, {CallOptions? options})
→ ResponseFuture<SOCKS5Config>
-
-
deleteOneSession(SessionConfig request, {CallOptions? options})
→ ResponseFuture<Empty>
-
-
deleteOneSOCKS5(SOCKS5Config request, {CallOptions? options})
→ ResponseFuture<Empty>
-
-
deleteRemoteGatewayConfig(SessionConfig request, {CallOptions? options})
→ ResponseFuture<OpenIoTHubOperationResponse>
-
-
getAllSession(Empty request, {CallOptions? options})
→ ResponseFuture<SessionList>
-
-
getAllTCP(SessionConfig request, {CallOptions? options})
→ ResponseFuture<PortList>
-
-
getOneSession(SessionConfig request, {CallOptions? options})
→ ResponseFuture<SessionConfig>
-
-
getOneSOCKS5(SOCKS5Config request, {CallOptions? options})
→ ResponseFuture<SOCKS5Config>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshmDNSProxyList(SessionConfig request, {CallOptions? options})
→ ResponseFuture<Empty>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateSessionNameDescription(SessionConfig request, {CallOptions? options})
→ ResponseFuture<SessionConfig>
-