java.lang.Object
org.apache.jena.sparql.exec.http.UpdateExecHTTP
- All Implemented Interfaces:
UpdateExec
,UpdateProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
abort()
Best effort that tries to close an underlying HTTP connection.void
execute()
ExecuteReturns the processor's context.static UpdateExecHTTPBuilder
static UpdateExecHTTPBuilder
Create aUpdateExecBuilder
for a remote endpoint.
-
Method Details
-
newBuilder
-
service
Description copied from interface:UpdateExec
Create aUpdateExecBuilder
for a remote endpoint. -
getContext
Description copied from interface:UpdateProcessor
Returns the processor's context. Null if there is none.- Specified by:
getContext
in interfaceUpdateProcessor
-
execute
public void execute()Description copied from interface:UpdateExec
Execute- Specified by:
execute
in interfaceUpdateExec
- Specified by:
execute
in interfaceUpdateProcessor
-
abort
public void abort()Best effort that tries to close an underlying HTTP connection. May still hang waiting for the HTTP request to complete.- Specified by:
abort
in interfaceUpdateProcessor
-