This interface is used to go from an interface to its concrete implementation.
| 554 | * This interface is used to go from an interface to its concrete implementation. |
| 555 | */ |
| 556 | public interface ClassFactory { |
| 557 | public Class<?> getImplementationFor(Class<?> interfaceClass); |
| 558 | } |
| 559 | |
| 560 | /** |
| 561 | * Is the Websocket is connected |
no outgoing calls
no test coverage detected