update package

This commit is contained in:
SAM2O2O 2019-07-31 23:14:26 +08:00
parent 8f5db8452f
commit fc06c957c8
60 changed files with 95 additions and 69 deletions

View File

@ -1,5 +0,0 @@
package com.akaxin.site.message.web.bean;
public class WebGroupTextBean {
}

View File

@ -1,5 +0,0 @@
package com.akaxin.site.message.web.bean;
public class WebResponseBean {
}

View File

@ -1,5 +0,0 @@
package com.akaxin.site.message.web.bean;
public class WebU2TextBean {
}

View File

@ -1,4 +1,4 @@
package com.akaxin.site.message.api;
package com.windchat.im.message.api;
import com.akaxin.common.command.Command;

View File

@ -1,4 +1,4 @@
package com.akaxin.site.message.bean;
package com.windchat.im.message.bean;
import com.akaxin.common.utils.GsonUtils;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.dao;
package com.windchat.im.message.dao;
import java.sql.SQLException;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.dao;
package com.windchat.im.message.dao;
import java.sql.SQLException;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.dao;
package com.windchat.im.message.dao;
import java.sql.SQLException;
import java.util.List;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.dao;
package com.windchat.im.message.dao;
import java.sql.SQLException;
import java.util.ArrayList;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.dao;
package com.windchat.im.message.dao;
import java.sql.SQLException;
import java.util.ArrayList;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.dao;
package com.windchat.im.message.dao;
import java.sql.SQLException;
import java.util.Map;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.executor;
package com.windchat.im.message.executor;
import com.akaxin.common.command.Command;
import com.akaxin.common.constant.RequestAction;
@ -48,6 +48,8 @@ import com.akaxin.site.message.user2.handler.U2MessageWebNoticeHandler;
import com.akaxin.site.message.user2.handler.UserDetectionHandler;
import com.akaxin.site.message.user2.handler.UserPsnHandler;
import com.akaxin.site.message.user2.handler.UserPushHandler;
import com.windchat.im.message.notice.handler.NoticeHandler;
import com.windchat.im.message.notice.handler.NoticePushHandler;
/**
*

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.group.handler;
package com.windchat.im.message.group.handler;
import org.apache.commons.lang3.StringUtils;

View File

@ -13,8 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.group.handler;
package com.windchat.im.message.group.handler;
import com.windchat.im.message.dao.ImUserGroupDao;
import com.windchat.im.message.dao.ImUserProfileDao;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.group.handler;
package com.windchat.im.message.group.handler;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.group.handler;
package com.windchat.im.message.group.handler;
import com.akaxin.common.channel.ChannelSession;
import com.akaxin.common.command.Command;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.group.handler;
package com.windchat.im.message.group.handler;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.group.handler;
package com.windchat.im.message.group.handler;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.group.handler;
package com.windchat.im.message.group.handler;
import com.akaxin.common.channel.ChannelSession;
import com.akaxin.common.command.Command;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.group.handler;
package com.windchat.im.message.group.handler;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.group.handler;
package com.windchat.im.message.group.handler;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,8 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.group.handler;
package com.windchat.im.message.group.handler;
import com.windchat.im.message.bean.WebBean;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,8 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.group.handler;
package com.windchat.im.message.group.handler;
import com.windchat.im.message.bean.WebBean;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,10 +13,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.group.handler;
package com.windchat.im.message.group.handler;
import java.util.List;
import com.windchat.im.message.dao.ImUserSessionDao;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,11 +13,15 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.group.handler;
package com.windchat.im.message.group.handler;
import java.nio.charset.Charset;
import java.util.List;
import com.windchat.im.message.dao.ImUserGroupDao;
import com.windchat.im.message.dao.ImUserProfileDao;
import com.windchat.im.message.push.PushClient;
import com.windchat.im.message.threads.MultiPushThreadExecutor;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.notice.handler;
package com.windchat.im.message.notice.handler;
import com.akaxin.common.executor.chain.handler.IHandler;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.notice.handler;
package com.windchat.im.message.notice.handler;
import java.util.List;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.notice.handler;
package com.windchat.im.message.notice.handler;
import java.util.List;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.platform;
package com.windchat.im.message.platform;
import java.util.HashMap;
import java.util.Map;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.push;
package com.windchat.im.message.push;
import java.util.HashMap;
import java.util.Map;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.service;
package com.windchat.im.message.service;
import com.akaxin.common.command.Command;
import com.akaxin.site.message.api.IMessageService;

View File

@ -13,8 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.service;
package com.windchat.im.message.service;
import com.windchat.im.message.executor.MessageExecutor;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.sync.handler;
package com.windchat.im.message.sync.handler;
import org.apache.commons.lang3.StringUtils;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.sync.handler;
package com.windchat.im.message.sync.handler;
import java.util.Map;

View File

@ -13,12 +13,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.sync.handler;
package com.windchat.im.message.sync.handler;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.windchat.im.message.bean.WebBean;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.sync.handler;
package com.windchat.im.message.sync.handler;
import java.util.List;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.sync.handler;
package com.windchat.im.message.sync.handler;
import java.util.Base64;
import java.util.HashMap;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.sync.handler;
package com.windchat.im.message.sync.handler;
import java.util.Base64;
import java.util.HashMap;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.threads;
package com.windchat.im.message.threads;
import java.util.concurrent.Executor;
import java.util.concurrent.LinkedBlockingQueue;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.user2.handler;
package com.windchat.im.message.user2.handler;
import org.apache.commons.lang3.StringUtils;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.user2.handler;
package com.windchat.im.message.user2.handler;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.user2.handler;
package com.windchat.im.message.user2.handler;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,8 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.user2.handler;
package com.windchat.im.message.user2.handler;
import com.windchat.im.message.group.handler.AbstractGroupHandler;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.user2.handler;
package com.windchat.im.message.user2.handler;
import java.nio.charset.Charset;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.user2.handler;
package com.windchat.im.message.user2.handler;
import java.util.Base64;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.user2.handler;
package com.windchat.im.message.user2.handler;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.user2.handler;
package com.windchat.im.message.user2.handler;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,8 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.user2.handler;
package com.windchat.im.message.user2.handler;
import com.windchat.im.message.bean.WebBean;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,8 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.user2.handler;
package com.windchat.im.message.user2.handler;
import com.windchat.im.message.bean.WebBean;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,8 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.user2.handler;
package com.windchat.im.message.user2.handler;
import com.windchat.im.message.dao.ImUserFriendDao;
import com.windchat.im.message.dao.ImUserProfileDao;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,10 +13,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.user2.handler;
package com.windchat.im.message.user2.handler;
import java.util.List;
import com.windchat.im.message.dao.ImUserSessionDao;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,11 +13,15 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.user2.handler;
package com.windchat.im.message.user2.handler;
import java.nio.charset.Charset;
import java.util.List;
import com.windchat.im.message.dao.ImUserFriendDao;
import com.windchat.im.message.dao.ImUserProfileDao;
import com.windchat.im.message.push.PushClient;
import com.windchat.im.message.threads.MultiPushThreadExecutor;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.utils;
package com.windchat.im.message.utils;
public class HexUtils {

View File

@ -1,4 +1,4 @@
package com.akaxin.site.message.utils;
package com.windchat.im.message.utils;
public class NumUtils {

View File

@ -13,10 +13,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.utils;
package com.windchat.im.message.utils;
import java.util.Map;
import com.windchat.im.message.dao.SiteConfigDao;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -0,0 +1,5 @@
package com.windchat.im.message.web.bean;
public class WebGroupTextBean {
}

View File

@ -0,0 +1,5 @@
package com.windchat.im.message.web.bean;
public class WebResponseBean {
}

View File

@ -0,0 +1,5 @@
package com.windchat.im.message.web.bean;
public class WebU2TextBean {
}

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.web.chat;
package com.windchat.im.message.web.chat;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -13,8 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.akaxin.site.message.web.chat;
package com.windchat.im.message.web.chat;
import com.windchat.im.message.dao.ImUserFriendDao;
import com.windchat.im.message.dao.ImUserProfileDao;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;