JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
G
J
L
R
S
U
A
AbstractWebHookServlet
- Class in
com.google.api.client.googleapis.extensions.servlet.subscriptions
Beta
WebHook Servlet to receive
UnparsedNotification
.
AbstractWebHookServlet()
- Constructor for class com.google.api.client.googleapis.extensions.servlet.subscriptions.
AbstractWebHookServlet
C
com.google.api.client.googleapis.extensions.servlet.subscriptions
- package com.google.api.client.googleapis.extensions.servlet.subscriptions
Beta
Support for subscribing to topics and receiving notifications on servlet-based platforms.
createSubscriptionStore()
- Method in class com.google.api.client.googleapis.extensions.servlet.subscriptions.
AbstractWebHookServlet
Used to get access to the subscription store in order to handle incoming notifications.
D
doGet(HttpServletRequest, HttpServletResponse)
- Method in class com.google.api.client.googleapis.extensions.servlet.subscriptions.
AbstractWebHookServlet
doPost(HttpServletRequest, HttpServletResponse)
- Method in class com.google.api.client.googleapis.extensions.servlet.subscriptions.
AbstractWebHookServlet
G
getSubscription(String)
- Method in class com.google.api.client.googleapis.extensions.servlet.subscriptions.
JdoSubscriptionStore
getSubscriptionStore()
- Method in class com.google.api.client.googleapis.extensions.servlet.subscriptions.
AbstractWebHookServlet
Returns the (cached) subscription store.
J
JdoSubscriptionStore
- Class in
com.google.api.client.googleapis.extensions.servlet.subscriptions
Beta
SubscriptionStore
making use of JDO.
JdoSubscriptionStore(PersistenceManagerFactory)
- Constructor for class com.google.api.client.googleapis.extensions.servlet.subscriptions.
JdoSubscriptionStore
L
listSubscriptions()
- Method in class com.google.api.client.googleapis.extensions.servlet.subscriptions.
JdoSubscriptionStore
R
removeSubscription(StoredSubscription)
- Method in class com.google.api.client.googleapis.extensions.servlet.subscriptions.
JdoSubscriptionStore
S
sendUnsubscribeResponse(HttpServletResponse, UnparsedNotification)
- Method in class com.google.api.client.googleapis.extensions.servlet.subscriptions.
AbstractWebHookServlet
Responds to a notification with a 200 OK response with the X-Unsubscribe header which causes the subscription to be removed.
storeSubscription(StoredSubscription)
- Method in class com.google.api.client.googleapis.extensions.servlet.subscriptions.
JdoSubscriptionStore
U
UNSUBSCRIBE_HEADER
- Static variable in class com.google.api.client.googleapis.extensions.servlet.subscriptions.
AbstractWebHookServlet
Name of header for the ID of the subscription for which you no longer wish to receive notifications (used in the response to a WebHook notification).
A
C
D
G
J
L
R
S
U
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2010-2013
Google
. All Rights Reserved.