Java tutorial
//package com.java2s; import android.net.Uri; public class Main { public static int parsePort(Uri uri) { return uri.getPort(); } }