コード例 #1
0
 public String getProtocol() {
   LOG.TRACE("getProtocol: " + uri.getScheme());
   return uri.getScheme();
 }