Package org.kurento.client
Class MediaSessionTerminatedEvent
java.lang.Object
org.kurento.client.RaiseBaseEvent
org.kurento.client.MediaEvent
org.kurento.client.MediaSessionTerminatedEvent
- All Implemented Interfaces:
Event
Event raised when the endpoint has finished its operation and the connection has
been tore down.
This event contains no data, and will be raised in these scenarios:
- An HttpEndpoint has finished serving on its URL, or the URL expired.
-
Constructor Summary
ConstructorsConstructorDescriptionMediaSessionTerminatedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type) Event raised when the endpoint has finished its operation and the connection has been tore down. -
Method Summary
Methods inherited from class org.kurento.client.MediaEvent
getType, setType
Methods inherited from class org.kurento.client.RaiseBaseEvent
getSource, getTags, getTimestampMillis, setSource, setTags, setTimestampMillis
-
Constructor Details
-
MediaSessionTerminatedEvent
public MediaSessionTerminatedEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type) Event raised when the endpoint has finished its operation and the connection has been tore down.This event contains no data, and will be raised in these scenarios:
- An HttpEndpoint has finished serving on its URL, or the URL expired.
- Parameters:
source
- Object that raised the eventtimestampMillis
- The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).tags
-type
- Type of event that was raised
-