|
Change Attribute Type STATUS_CONNECTED : int to STATUS_CONNECTED : byte in class com.mpush.api.connection.Connection |
From |
To |
|
Change Attribute Type STATUS_DISCONNECTED : int to STATUS_DISCONNECTED : byte in class com.mpush.api.connection.Connection |
From |
To |
|
Change Attribute Type timeoutTimes : int to timeoutTimes : byte in class com.mpush.core.server.ServerConnectionManager.HeartbeatCheckTask |
From |
To |
|
Change Attribute Type status : int to status : byte in class com.mpush.netty.connection.NettyConnection |
From |
To |
|
Change Attribute Type clientType : int to clientType : byte in class com.mpush.api.connection.SessionContext |
From |
To |
|
Change Attribute Type STATUS_NEW : int to STATUS_NEW : byte in class com.mpush.api.connection.Connection |
From |
To |
|
Change Attribute Type connections : ConcurrentMap<ChannelId,Connection> to connections : ConcurrentMap<ChannelId,ConnectionHolder> in class com.mpush.core.server.ServerConnectionManager |
From |
To |