ConnectRecvTransportOptions class
Options for connecting the receiving transport.
Constructors
- ConnectRecvTransportOptions({required Consumer consumer, required Transport consumerTransport, required String remoteProducerId, required String serverConsumerTransportId, required Socket nsock, required ConnectRecvTransportParameters parameters})
Properties
- consumer → Consumer
-
final
- consumerTransport → Transport
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nsock → Socket
-
final
- parameters → ConnectRecvTransportParameters
-
final
- remoteProducerId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverConsumerTransportId → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited