org.apache.jena.riot.web
Class HttpResponseLib

java.lang.Object
  extended by org.apache.jena.riot.web.HttpResponseLib

public class HttpResponseLib
extends Object

A collection of handlers for response handling.

See Also:
HttpOp

Nested Class Summary
static class HttpResponseLib.HttpCaptureResponseResultSet
          Response handling for SPARQL result sets.
 
Field Summary
static HttpResponseHandler httpDumpResponse
           
static HttpResponseHandler nullResponse
           
 
Constructor Summary
HttpResponseLib()
           
 
Method Summary
static ResultsFormat contentTypeToResultSet(String contentType)
           
static HttpCaptureResponse<Graph> graphHandler()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

httpDumpResponse

public static HttpResponseHandler httpDumpResponse

nullResponse

public static HttpResponseHandler nullResponse
Constructor Detail

HttpResponseLib

public HttpResponseLib()
Method Detail

graphHandler

public static HttpCaptureResponse<Graph> graphHandler()

contentTypeToResultSet

public static ResultsFormat contentTypeToResultSet(String contentType)


Licenced under the Apache License, Version 2.0