Package org.apache.jena.riot.web
Class HttpOp.CaptureString
- java.lang.Object
-
- org.apache.jena.riot.web.HttpOp.CaptureString
-
- All Implemented Interfaces:
HttpCaptureResponse<java.lang.String>,HttpResponseHandler
- Enclosing class:
- HttpOp
public static class HttpOp.CaptureString extends java.lang.Object implements HttpCaptureResponse<java.lang.String>
Capture response as a string (UTF-8 assumed)
-
-
Constructor Summary
Constructors Constructor Description CaptureString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringget()voidhandle(java.lang.String baseIRI, org.apache.http.HttpResponse response)
-
-
-
Method Detail
-
handle
public void handle(java.lang.String baseIRI, org.apache.http.HttpResponse response) throws java.io.IOException- Specified by:
handlein interfaceHttpResponseHandler- Throws:
java.io.IOException
-
get
public java.lang.String get()
- Specified by:
getin interfaceHttpCaptureResponse<java.lang.String>
-
-