Class UrlNotification
java.lang.Object
com.brightcove.zencoder.client.model.Notification
com.brightcove.zencoder.client.model.UrlNotification
public class UrlNotification extends Notification
-
Constructor Summary
Constructors Constructor Description UrlNotification()
No-arg constructor needed for serialization/deserialization.UrlNotification(String url)
UrlNotification(String url, NotificationFormat format)
-
Method Summary
Modifier and Type Method Description NotificationEvent
getEvent()
NotificationFormat
getFormat()
Map<String,String>
getHeaders()
String
getUrl()
void
setEvent(NotificationEvent event)
void
setFormat(NotificationFormat format)
void
setHeaders(Map<String,String> headers)
NOTE: Only certains HTTP Headers are allowed.void
setUrl(String url)
-
Constructor Details
-
UrlNotification
public UrlNotification()No-arg constructor needed for serialization/deserialization. -
UrlNotification
-
UrlNotification
-
-
Method Details
-
getFormat
-
setFormat
-
getUrl
-
setUrl
-
getHeaders
-
setHeaders
NOTE: Only certains HTTP Headers are allowed. HTTP headers to send with your file when we upload it. This feature is currently supported when using S3 and Cloud Files. Zencoder supports setting a limited subset of these headers: Cache-Control Content-Disposition Content-Encoding Content-Type Expires x-amz-acl x-amz-storage-class x-amz-server-side-encryption x-amz-meta-* Headers will be ignored when an output location is not specified. -
getEvent
-
setEvent
-