RSocketConnector class

Constructors

RSocketConnector.create()

Properties

hashCode int
The hash code for this object.
no setterinherited
keepAliveIntervalMs int
getter/setter pair
keepAliveMaxLifeTimeMs int
getter/setter pair
payload Payload?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

acceptor(SocketAcceptor socketAcceptor) RSocketConnector
connect(String url, {Duration? connectTimeout}) Future<RSocket>
dataMimeType(String dataMimeType) RSocketConnector
errorConsumer(ErrorConsumer errorConsumer) RSocketConnector
keepAlive(int interval, int maxLifeTime) RSocketConnector
metadataMimeType(String metadataMimeType) RSocketConnector
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setupClosedCallback(SocketClosedCallback socketClosedCallback) RSocketConnector
setupPayload(Payload payload) RSocketConnector
toString() String
A string representation of this object.
inherited

Operators

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