| Interface | Description |
|---|---|
| RequestDispatcher |
Handles the further processing of a VJDBC request, by distinguishing between CONNECT and PROCESS phases
|
| RequestProcessor |
A
RequestProcessor is responsible for processing the incoming VJDBC requests, and preparing responses |
| Class | Description |
|---|---|
| DefaultRequestProcessor |
Processes requests delegating to provided
RequestDispatcher. |
| MethodBasedRequestDispatcher |
Basing on a specific request header, determines the type of a request (connect/process) and takes appropriate action
|
| VjdbcPlatformServlet |
This servlet is (together with
VjdbcConnectionFilter), the main entry point for all vjdbc requests. |
| VjdbcPlatformServletTest |
Copyright © 2017 SAP SE. All Rights Reserved.