native/core/server_universe_native library

Classes

ServerUniverseNative
Server application class
ServerUniverseTcpSocketConnection
ServerUniverseUncompleteDocumentation
ServerUniverseWebSocketConnection
ServerUniverseUncompleteDocumentation

Typedefs

ServerUniverseWebSocketErrorFunction = FutureOr Function(dynamic error, WebSocket webSocket, HttpRequest httpRequest, HttpResponse httpResponse)
ServerUniverseUncompleteDocumentation
ServerUniverseWebSocketFunction = FutureOr Function(WebSocket webSocket, HttpRequest httpRequest, HttpResponse httpResponse)
ServerUniverseUncompleteDocumentation
ServerUniverseWebSocketUpdateFunction = FutureOr Function(dynamic update, WebSocket webSocket, HttpRequest httpRequest, HttpResponse httpResponse)
ServerUniverseUncompleteDocumentation

Exceptions / Errors

NotFoundError
Error used by middleware, utils or type handler to elevate a NotFound response.
NoTypeHandlerError
Error thrown when a type handler cannot be found for a returned item