java.lang.Object
org.apache.jena.http.HttpEnv
JVM wide settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RDFFormatstatic final RDFFormatstatic intMaximum length of URL for GET requests for SPARQL queries (SPARQL 1.1 Protocol).static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpClientstatic HttpClientgetHttpClient(String url, HttpClient specificHttpClient) Return theHttpClientbased on URL and a possible pre-selectedHttpClient.static HttpClient.Builderstatic voidreset()Reset any Jena system state related to HTTPstatic voidsetDftHttpClient(HttpClient dftHttpClient)
-
Field Details
-
defaultTriplesFormat
-
defaultQuadsFormat
-
urlLimit
public static int urlLimitMaximum length of URL for GET requests for SPARQL queries (SPARQL 1.1 Protocol). Above this limit, the code switches to using the HTTP POST form. -
UserAgent
-
-
Constructor Details
-
HttpEnv
public HttpEnv()
-
-
Method Details
-
getDftHttpClient
-
setDftHttpClient
-
getHttpClient
Return theHttpClientbased on URL and a possible pre-selectedHttpClient. -
httpClientBuilder
-
reset
public static void reset()Reset any Jena system state related to HTTP
-