Uses of Class
org.openrdf.http.protocol.UnauthorizedException

Packages that use UnauthorizedException
org.openrdf.http.client   
 

Uses of UnauthorizedException in org.openrdf.http.client
 

Methods in org.openrdf.http.client that throw UnauthorizedException
 void HTTPClient.clearNamespaces()
           
protected  boolean HTTPClient.getBoolean(org.apache.commons.httpclient.HttpMethod method)
           
 TupleQueryResult HTTPClient.getContextIDs()
           
 void HTTPClient.getContextIDs(TupleQueryResultHandler handler)
           
 String HTTPClient.getNamespace(String prefix)
           
 TupleQueryResult HTTPClient.getNamespaces()
           
 void HTTPClient.getNamespaces(TupleQueryResultHandler handler)
           
protected  void HTTPClient.getRDF(org.apache.commons.httpclient.HttpMethod method, RDFHandler handler, boolean requireContext)
           
 TupleQueryResult HTTPClient.getRepositoryList()
           
 void HTTPClient.getRepositoryList(TupleQueryResultHandler handler)
           
 String HTTPClient.getServerProtocol()
           
 void HTTPClient.getStatements(Resource subj, URI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)
           
protected  void HTTPClient.getTupleQueryResult(org.apache.commons.httpclient.HttpMethod method, TupleQueryResultHandler handler)
           
 void HTTPClient.removeNamespacePrefix(String prefix)
           
 boolean HTTPClient.sendBooleanQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, Binding... bindings)
           
 GraphQueryResult HTTPClient.sendGraphQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, Binding... bindings)
           
 void HTTPClient.sendGraphQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, RDFHandler handler, Binding... bindings)
           
 void HTTPClient.sendTransaction(Iterable<? extends TransactionOperation> txn)
           
 TupleQueryResult HTTPClient.sendTupleQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, Binding... bindings)
           
 void HTTPClient.sendTupleQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, TupleQueryResultHandler handler, Binding... bindings)
           
 void HTTPClient.setNamespacePrefix(String prefix, String name)
           
 long HTTPClient.size(Resource... contexts)
           
 void HTTPClient.upload(InputStream contents, String baseURI, RDFFormat dataFormat, boolean overwrite, Resource... contexts)
           
 void HTTPClient.upload(Reader contents, String baseURI, RDFFormat dataFormat, boolean overwrite, Resource... contexts)
           
protected  void HTTPClient.upload(org.apache.commons.httpclient.methods.RequestEntity reqEntity, String baseURI, boolean overwrite, Resource... contexts)
           
 



Copyright © 2001-2007 Aduna. All Rights Reserved.