 
| Name | Description | Type | Package | Framework | 
| AvaticaHandler | A custom interface that extends the Jetty interface to enable extra control within Avatica. | Interface | org.apache.calcite.avatica.server | Calcite | 
| AvaticaJsonHandler | Jetty handler that executes Avatica JSON request-responses. | Class | org.apache.calcite.avatica.server | Calcite | 
| AvaticaProtobufHandler | Jetty handler that executes Avatica JSON request-responses. | Class | org.apache.calcite.avatica.server | Calcite | 
| DelegatingAvaticaHandler | An AvaticaHandler implementation that delegates to a provided Jetty Handler instance. | Class | org.apache.calcite.avatica.server | Calcite | 
| HandlerFactory | Factory that instantiates the desired implementation, typically differing on the method used to serialize messages, for use in the Avatica server. | Class | org.apache.calcite.avatica.server | Calcite | 
| HttpServer | Avatica HTTP server. | Class | org.apache.calcite.avatica.server | Calcite | 
| Main | Jetty handler that executes Avatica JSON request-responses. | Class | org.apache.calcite.avatica.server | Calcite | 
| Main .HandlerFactory | Factory that instantiates Jetty Handlersorg. | Interface | org.apache.calcite.avatica.server.Main | Calcite |