#include <HttpListener.h>
◆ FHttpListener()
| FHttpListener::FHttpListener |
( |
uint32 |
InListenPort | ) |
|
Constructor
- Parameters
-
| InListenPort | The port on which to listen for incoming connections |
◆ ~FHttpListener()
| FHttpListener::~FHttpListener |
( |
| ) |
|
◆ GetRouter()
Gets the respective router
- Returns
- The respective router
◆ HasPendingConnections()
| bool FHttpListener::HasPendingConnections |
( |
| ) |
const |
Determines whether this listener has pending connections in-flight
- Returns
- true if there are pending connections, false otherwise
◆ IsListening()
Determines whether the listener has been initialized
- Returns
- true if this listener is bound and listening, false otherwise
◆ StartListening()
| bool FHttpListener::StartListening |
( |
| ) |
|
Starts listening for and accepting incoming connections
- Returns
- true if the listener was able to start listening, false otherwise
◆ StopListening()
| void FHttpListener::StopListening |
( |
| ) |
|
Stops listening for and accepting incoming connections
◆ Tick()
Tick the listener to otherwise commence connection flows
- Parameters
-
| DeltaTime | The elapsed time since the last tick |
The documentation for this class was generated from the following files: