public class StreamingEventsResponse extends Response
| Constructor and Description |
|---|
StreamingEventsResponse()
Instantiates a new streaming events response.
|
StreamingEventsResponse(java.io.InputStream inputStream)
Instantiates a new streaming events response.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionStatus |
getConnectionStatus()
Gets the connection status.
|
java.util.List<java.lang.String> |
getErrorSubscriptionIds()
Gets the error subscription ids.
|
java.util.List<Notification> |
getNotifications()
Gets the notifications.
|
getDescriptiveLinkKey, getMessage, getResponseClass, getResponseCode, getServerVersionInfo, getXmlMessage, setServerVersionInfopublic StreamingEventsResponse()
public StreamingEventsResponse(java.io.InputStream inputStream)
throws javax.xml.stream.XMLStreamException,
java.text.ParseException
inputStream - the input streamjavax.xml.stream.XMLStreamException - the xML stream exceptionjava.text.ParseException - the parse exceptionpublic java.util.List<Notification> getNotifications()
public java.util.List<java.lang.String> getErrorSubscriptionIds()
public ConnectionStatus getConnectionStatus()