public class Recording extends java.lang.Object
| Constructor and Description |
|---|
Recording(org.apache.http.HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getContent() |
void |
save(java.nio.file.Path path) |
void |
save(java.lang.String path) |
public Recording(org.apache.http.HttpResponse response)
public java.io.InputStream getContent() throws java.io.IOException
java.io.IOExceptionpublic void save(java.lang.String path) throws java.io.IOException
java.io.IOExceptionpublic void save(java.nio.file.Path path) throws java.io.IOException
java.io.IOException