forked from didi/DoKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'android_dokit_v3.7.0.301' into feature/plugin
- Loading branch information
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
...okit-no-op/src/main/java/com/didichuxing/doraemonkit/tcp/ability/MessageReceiverHook.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package com.didichuxing.doraemonkit.tcp.ability; | ||
|
||
/** | ||
* didi Create on 2022/9/20 . | ||
* <p> | ||
* Copyright (c) 2022/9/20 by didiglobal.com. | ||
* | ||
* @author <a href="[email protected]">zhangjun</a> | ||
* @version 1.0 | ||
* @Date 2022/9/20 11:19 上午 | ||
* @Description 用一句话说明文件功能 | ||
*/ | ||
|
||
public class MessageReceiverHook { | ||
|
||
public static void dispatchMessage(Object message) { | ||
|
||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
.../dokit-no-op/src/main/java/com/didichuxing/doraemonkit/tcp/ability/MessageSenderHook.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
package com.didichuxing.doraemonkit.tcp.ability; | ||
|
||
/** | ||
* didi Create on 2022/9/20 . | ||
* <p> | ||
* Copyright (c) 2022/9/20 by didiglobal.com. | ||
* | ||
* @author <a href="[email protected]">zhangjun</a> | ||
* @version 1.0 | ||
* @Date 2022/9/20 11:18 上午 | ||
* @Description 用一句话说明文件功能 | ||
*/ | ||
|
||
public class MessageSenderHook { | ||
|
||
public static void sendMessage(String message) { | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...oid/dokit-no-op/src/main/java/com/didichuxing/doraemonkit/tcp/ability/TcpMessageHook.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package com.didichuxing.doraemonkit.tcp.ability; | ||
|
||
/** | ||
* didi Create on 2022/9/20 . | ||
* <p> | ||
* Copyright (c) 2022/9/20 by didiglobal.com. | ||
* | ||
* @author <a href="[email protected]">zhangjun</a> | ||
* @version 1.0 | ||
* @Date 2022/9/20 11:18 上午 | ||
* @Description 用一句话说明文件功能 | ||
*/ | ||
|
||
public class TcpMessageHook { | ||
|
||
public static void init() { | ||
|
||
} | ||
} |