Ignore:
Timestamp:
01/05/22 22:26:59 (2 years ago)
Author:
Oliver Schonefeld
Message:
  • re-factor to make SRUOperation available
  • add experimental support for processing authenticated requests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUAbstractRequest.java

    r6938 r7266  
    8181
    8282
    83     enum SRUOperation {
    84         EXPLAIN, SCAN, SEARCH_RETRIEVE
    85     } // enum SRUOperation
    86 
    87 
    8883    protected static class URIHelper {
    8984        private final URIBuilder uriBuilder;
     
    477472     * @return a operation constant for this request
    478473     */
    479     abstract SRUOperation getOperation();
     474    public abstract SRUOperation getOperation();
    480475
    481476
Note: See TracChangeset for help on using the changeset viewer.