SshPacketTransport class abstract
- Implemented types
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → SshTransportState
-
no setterinherited
Methods
-
connect(
{required SshEndpoint endpoint, required SshTransportSettings settings}) → Future< SshHandshakeInfo> -
inherited
-
disconnect(
) → Future< void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readPacket(
) → Future< SshBinaryPacket> -
sendGlobalRequest(
SshGlobalRequest request) → Future< void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
writeBytes(
List< int> bytes) → Future<void> -
writePacket(
List< int> payload) → Future<void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited