public class LogStreamResponse extends Object
Log responses. When a log is requested, a URL is returned to Logplex.
To begin reading logs, use openStream(). getLogStreamURL() can also be used directly to create a custom connection to Logplex.| Constructor and Description |
|---|
LogStreamResponse(URL streamUrl) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getLogStreamURL()
A logplex session URL.
|
InputStream |
openStream()
Creates a
URLConnection to logplex. |
public LogStreamResponse(URL streamUrl)
public URL getLogStreamURL()
public InputStream openStream()
URLConnection to logplex. SSL verification is not used because Logplex's certificate is not signed by an authority that exists
in the standard java keystore.Copyright © 2018. All rights reserved.