Navigation
API > API/Runtime > API/Runtime/HttpServer
Inheritance Hierarchy
- IModuleInterface
- FTSTickerObjectBase
- FHttpServerModule
References
| Module | HttpServer |
| Header | /Engine/Source/Runtime/Online/HTTPServer/Public/HttpServerModule.h |
| Include | #include "HttpServerModule.h" |
Syntax
class FHttpServerModule :
public IModuleInterface,
public FTSTickerObjectBase
Remarks
Module for HtttpServer Implementation
Functions
| Type | Name | Description | |
|---|---|---|---|
| FHttpServerModule & | Get () |
Singleton-like access to this module's interface. | |
| TSharedPtr< IHttpRouter > | GetHttpRouter
(
uint32 Port, |
Per-port-binding access to an http router | |
| bool | Determines if any listeners are pending operations | ||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| void | Starts all listeners | ||
| void | Stops all listeners |
Overridden from FTSTickerObjectBase
Constants
| Name | Description |
|---|---|
| Singleton | Singleton Instance |