コード例 #1
0
ファイル: QueryProcessor.java プロジェクト: LukasK/basex
 /**
  * Binds the HTTP context to the query processor.
  *
  * @param value HTTP context
  * @return self reference
  */
 public QueryProcessor http(final Object value) {
   qc.http(value);
   return this;
 }