| Package | Description |
|---|---|
| com.xatkit.core |
Contains the core components of the Xatkit framework.
|
| com.xatkit.core.platform.io |
Contains the abstract classes to implement to provide custom platform's input provider.
|
| com.xatkit.core.recognition |
Contains the abstract classes to implement to provide custom intent recognition.
|
| com.xatkit.core.server |
Contains the Xatkit server implementation.
|
| Class and Description |
|---|
| XatkitServer
The REST server used to receive external webhooks.
|
| Class and Description |
|---|
| HttpMethod
Utility enum holding supported Http methods.
|
| RestHandler
A generic Rest request handler.
|
| Class and Description |
|---|
| XatkitServer
The REST server used to receive external webhooks.
|
| Class and Description |
|---|
| EmptyContentRestHandler
A handler that receives HTTP requests with empty content and process them.
|
| HttpMethod
Utility enum holding supported Http methods.
|
| JsonRestHandler
A handler that receives HTTP requests containing JSON and process them.
|
| RestHandler
A generic Rest request handler.
|
| RestHandlerException
An exception thrown by
RestHandlers to notify the XatkitServer. |
| RestHandlerFactory.EmptyContentRestHandlerFunction
A functional interface representing the handling function of
EmptyContentRestHandler. |
| RestHandlerFactory.JsonRestHandlerFunction
A functional interface representing the handling function of
JsonRestHandler. |
| XatkitServer
The REST server used to receive external webhooks.
|
Copyright © 2020 SOM Research Lab. All rights reserved.