Navigation
API > API/Runtime > API/Runtime/HttpServer
Module for HtttpServer Implementation
| Name | FHttpServerModule |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/HTTPServer/Public/HttpServerModule.h |
| Include Path | #include "HttpServerModule.h" |
Syntax
class FHttpServerModule :
public IModuleInterface,
public FTSTickerObjectBase
Inheritance Hierarchy
- FTSTickerObjectBase → FHttpServerModule
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHttpServerModule() |
HttpServerModule.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FHttpServerModule() |
HttpServerModule.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Singleton | FHttpServerModule * | Singleton Instance | HttpServerModule.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | FHttpServerModuleImpl * | HttpServerModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IHttpRouter > GetHttpRouter
(
uint32 Port, |
Per-port-binding access to an http router | HttpServerModule.h | |
bool HasPendingListeners() |
Determines if any listeners are pending operations | HttpServerModule.h | |
virtual void ShutdownModule() |
Called when voice module is unloaded Shutdown platform specific parts of template handling | HttpServerModule.h | |
void StartAllListeners() |
Starts all listeners | HttpServerModule.h | |
virtual void StartupModule() |
Called when voice module is loaded Initialize platform specific parts of template handling | HttpServerModule.h | |
void StopAllListeners() |
Stops all listeners | HttpServerModule.h | |
bool Tick
(
float DeltaTime |
FTSTicker callback | HttpServerModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FHttpServerModule & Get () |
Singleton-like access to this module's interface. | HttpServerModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | HttpServerModule.h |