Npt class abstract interface

Implementers

Constructors

Npt.create({required NptParams params, required AtClient atClient, Stream<String>? logStream})
factory

Properties

atClient → AtClient
no setter
done Future
no setter
hashCode int
The hash code for this object.
no setterinherited
logStream Stream<String>?
Yields every log message that is written to stderr
no setter
namespace String
no setter
params NptParams
no setter
progressStream Stream<String>?
Yields a string every time something interesting happens with regards to progress towards establishing the connection.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String
no setter

Methods

close() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() Future<int>
  • Sends request to rvd
  • Sends request to npd
  • Waits for success or error response, or time out after 10 secs
  • Run local srv which will bind to some port and connect to the rvd
  • Return the port which the local srv is bound to
  • runInline({int? localRvPort}) Future<SocketConnector>
  • Sends request to rvd
  • Sends request to npd
  • Waits for success or error response, or time out after 10 secs
  • Run local srv which will bind to some port and connect to the rvd
  • Return the SocketConnector created by Npt
  • toString() String
    A string representation of this object.
    inherited

    Operators

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

    Static Methods

    createArgParser() → ArgParser