Uses of Class
io.socket.engineio.server.ServerErrors
-
Packages that use ServerErrors Package Description io.socket.engineio.server Main engine.io classes. -
-
Uses of ServerErrors in io.socket.engineio.server
Methods in io.socket.engineio.server that return ServerErrors Modifier and Type Method Description static ServerErrorsServerErrors. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServerErrors[]ServerErrors. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.socket.engineio.server with parameters of type ServerErrors Modifier and Type Method Description private voidEngineIoServer. sendErrorMessage(jakarta.servlet.http.HttpServletResponse response, ServerErrors code)
-