コード例 #1
0
ファイル: HttpURI.java プロジェクト: uwenlee/JazminServer
 /**
  * @return
  * @see com.ning.http.client.uri.Uri#getPath()
  */
 public String getPath() {
   return uri.getPath();
 }