Skip navigation links
C D M N P R T W 

C

CHANGED - Static variable in class com.google.api.client.googleapis.extensions.servlet.notifications.WebhookHeaders
Name of header for the type of change performed on the resource.
CHANNEL_EXPIRATION - Static variable in class com.google.api.client.googleapis.extensions.servlet.notifications.WebhookHeaders
Name of header for the notification channel expiration time.
CHANNEL_ID - Static variable in class com.google.api.client.googleapis.extensions.servlet.notifications.WebhookHeaders
Name of header for the notification channel UUID provided by the client in the watch request.
CHANNEL_TOKEN - Static variable in class com.google.api.client.googleapis.extensions.servlet.notifications.WebhookHeaders
Name of header for the notification channel token (an opaque string) provided by the client in the watch request.
com.google.api.client.googleapis.extensions.servlet.notifications - package com.google.api.client.googleapis.extensions.servlet.notifications
Beta
Support for subscribing to topics and receiving notifications on servlet-based platforms.

D

doPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.api.client.googleapis.extensions.servlet.notifications.NotificationServlet
 

M

MESSAGE_NUMBER - Static variable in class com.google.api.client.googleapis.extensions.servlet.notifications.WebhookHeaders
Name of header for the message number (a monotonically increasing value starting with 1).

N

NotificationServlet - Class in com.google.api.client.googleapis.extensions.servlet.notifications
Beta
Thread-safe Webhook Servlet to receive notifications.
NotificationServlet() - Constructor for class com.google.api.client.googleapis.extensions.servlet.notifications.NotificationServlet
Constructor to be used for testing and demo purposes that uses MemoryDataStoreFactory.getDefaultInstance() which means it will NOT persist the notification channels when the servlet process dies, so it is a bad choice for a production application.
NotificationServlet(DataStoreFactory) - Constructor for class com.google.api.client.googleapis.extensions.servlet.notifications.NotificationServlet
Constructor which uses StoredChannel.getDefaultDataStore(DataStoreFactory) on the given data store factory, which is the normal use case.
NotificationServlet(DataStore<StoredChannel>) - Constructor for class com.google.api.client.googleapis.extensions.servlet.notifications.NotificationServlet
Constructor that allows a specific notification data store to be specified.

P

processWebhookNotification(HttpServletRequest, HttpServletResponse, DataStoreFactory) - Static method in class com.google.api.client.googleapis.extensions.servlet.notifications.WebhookUtils
Utility method to process the webhook notification from HttpServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) by finding the notification channel in the given data store factory.
processWebhookNotification(HttpServletRequest, HttpServletResponse, DataStore<StoredChannel>) - Static method in class com.google.api.client.googleapis.extensions.servlet.notifications.WebhookUtils
Utility method to process the webhook notification from HttpServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).

R

RESOURCE_ID - Static variable in class com.google.api.client.googleapis.extensions.servlet.notifications.WebhookHeaders
Name of header for the opaque ID for the watched resource that is stable across API versions.
RESOURCE_STATE - Static variable in class com.google.api.client.googleapis.extensions.servlet.notifications.WebhookHeaders
Name of header for the resource state.
RESOURCE_URI - Static variable in class com.google.api.client.googleapis.extensions.servlet.notifications.WebhookHeaders
Name of header for the opaque ID (in the form of a canonicalized URI) for the watched resource that is sensitive to the API version.

T

TYPE - Static variable in class com.google.api.client.googleapis.extensions.servlet.notifications.WebhookUtils
Webhook notification channel type to use in the watch request.

W

WebhookHeaders - Class in com.google.api.client.googleapis.extensions.servlet.notifications
Beta
Headers for Webhook notifications.
WebhookUtils - Class in com.google.api.client.googleapis.extensions.servlet.notifications
Beta
Utilities for Webhook notifications.
C D M N P R T W 
Skip navigation links

Copyright © 2010–2019 Google. All rights reserved.