All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.yazantarifi.websocketmanager.manager.BaseClientManager.kt Maven / Gradle / Ivy

There is a newer version: 0.13-alpha
Show newest version
package com.yazantarifi.websocketmanager.manager

import com.yazantarifi.websocketmanager.errors.childs.SocketInitException

abstract class BaseClientManager: BaseClientManagerSharedCallbacks() {

    abstract fun initSocketManager(socketInstance: BaseSocketInstance): ReturnType

    abstract fun isSocketConnected(): Boolean

    @Throws(SocketInitException::class)
    abstract fun build(): ReturnType

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy