Base class for a factory that produces ProtocolClients.
- Implementers
Properties
Methods
-
createClient(
) → ProtocolClient - Creates a new ProtocolClient with that supports one or more of the given schemes.
-
destroy(
) → bool - Destroys this ProtocolClientFactory.
-
init(
) → bool - Initializes this ProtocolClientFactory.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
supportsOperation(
OperationType operationType, String? subprotocol) → bool -
Indicates whether this ProtocolClientFactory supports a given
operationType
and subprotocol. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited