| Interface | Description |
|---|---|
| RequestListener |
RequestListener is called for new request and request completion events. |
| Class | Description |
|---|---|
| AppEngineQuickStartConfiguration |
Replace the default handling of temp directories in QuickStartConfiguration.
|
| AppEngineWebInfConfiguration |
Replace the default handling of temp directories in WebInfConfiguration.
|
| JettyConstants |
JettyConstants centralizes some constants that are specific
to our use of Jetty. |
| JettyLogger |
JettyLogger is a extension for JavaUtilLog |
| NamedDefaultServlet |
Servlet to handled named dispatches to "default"
|
| ParseBlobUploadHandler |
ParseBlobUploadHandler is responsible for the parsing multipart/form-data or
multipart/mixed requests used to make Blob upload callbacks, and storing a set of string-encoded
blob keys as a servlet request attribute. |
| RpcEndPoint |
Jetty Endpoint implementation for our RuntimePB protocol buffer.
|
| TransactionCleanupListener |
TransactionCleanupListener looks for datastore transactions that are still active when
request processing is finished. |
Copyright © 2022. All rights reserved.