Back to project page msghandle.
The source code is released under:
GNU General Public License
If you think the Android project msghandle listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.anlong.msghandle.impl; //from w ww .j a v a2 s . c o m import com.anlong.msghandle.interfac.AbstractMsgHandle; import com.anlong.msghandle.request.Request100; import com.anlong.msghandle.service.InitServerManager; public class SendImageFile extends AbstractMsgHandle { @Override public void execute(Request100 request100) throws Exception { // TODO ????????? InitServerManager.startFileUploadThreadService(request100); } }