| Package | Description |
|---|---|
| org.apache.drill.exec.rpc |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicServer<T extends com.google.protobuf.Internal.EnumLite,SC extends ServerConnection<SC>>
A server is bound to a port and is responsible for responding to various type of requests.
|
interface |
RequestHandler<S extends ServerConnection<S>>
Note that if a handler maintains any internal state, the state will be disposed if the handler on the connection
changes.
|
interface |
ServerConnection<S extends ServerConnection<S>> |
Copyright © 2019 The Apache Software Foundation. All rights reserved.