Back to project page AIRShare.
The source code is released under:
Apache License
If you think the Android project AIRShare 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.ggt.airshare.utils; /*w ww .jav a2s . c o m*/ /** * Various constants. * * @author gduche */ public class ShAIReConstants { private ShAIReConstants() { } public static final int SERVER_PORT = 5000; }