| | |
| | | import android.text.TextUtils;
|
| | | import android.util.Log;
|
| | |
|
| | | import androidx.annotation.RequiresApi;
|
| | |
|
| | | import com.google.gson.reflect.TypeToken;
|
| | | import com.hdl.sdk.common.config.TopicConstant;
|
| | |
| | |
|
| | | import android.util.Base64;
|
| | |
|
| | | import kotlin.ParameterName;
|
| | |
|
| | | /**
|
| | | * Created by Tong on 2021/9/22.
|
| | |
| | | }
|
| | |
|
| | |
|
| | | @RequiresApi(api = Build.VERSION_CODES.O)
|
| | | // @RequiresApi(api = Build.VERSION_CODES.O)
|
| | | @Override
|
| | | protected synchronized LinkResponse decoder(Object msg, String ipaddress) throws Exception {
|
| | | if (msg == null || !(msg instanceof byte[])) {
|