removeClientFactory abstract method

ProtocolClientFactory? removeClientFactory(
  1. String scheme
)

Removes a ProtocolClientFactory matching the given scheme from this Servient, if present.

If a ProtocolClientFactory was removed, the method returns it, otherwise the return value is null.

Implementation

ProtocolClientFactory? removeClientFactory(String scheme);