Back to project page Swinedroid.
The source code is released under:
GNU General Public License
If you think the Android project Swinedroid 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.legind.swinedroid.RequestService; /* w w w . j av a 2 s. c o m*/ import com.legind.web.WebTransport.WebTransportConnection; public class RequestElement extends Object { public Long mRowId; public String mHostText; public int mPortInt; public String mUsernameText; public String mPasswordText; public String mMD5; public String mSHA1; public WebTransportConnection webtransportconnection; }