C# Class OpenSim.Framework.Console.RemoteConsole

Inheritance: CommandConsole
Afficher le fichier Open project: openmetaversefoundation/fortis-opensim

Méthodes publiques

Méthode Description
CloseConnection ( UUID id ) : void
Output ( string text ) : void
Output ( string text, string level ) : void
ReadConfig ( IConfigSource config ) : void
ReadLine ( string p, bool isCommand, bool e ) : string
RemoteConsole ( string defaultPrompt ) : System
SetServer ( IHttpServer server ) : void

Private Methods

Méthode Description
DecodePostString ( string data ) : Hashtable
DoExpire ( ) : void
GetEvents ( UUID RequestID, UUID sessionID, string request ) : Hashtable
HandleHttpCloseSession ( Hashtable request ) : Hashtable
HandleHttpPoll ( Hashtable request ) : Hashtable
HandleHttpSessionCommand ( Hashtable request ) : Hashtable
HandleHttpStartSession ( Hashtable request ) : Hashtable
HasEvents ( UUID RequestID, UUID sessionID ) : bool
NoEvents ( UUID RequestID, UUID id ) : Hashtable

Method Details

CloseConnection() public méthode

public CloseConnection ( UUID id ) : void
id UUID
Résultat void

Output() public méthode

public Output ( string text ) : void
text string
Résultat void

Output() public méthode

public Output ( string text, string level ) : void
text string
level string
Résultat void

ReadConfig() public méthode

public ReadConfig ( IConfigSource config ) : void
config IConfigSource
Résultat void

ReadLine() public méthode

public ReadLine ( string p, bool isCommand, bool e ) : string
p string
isCommand bool
e bool
Résultat string

RemoteConsole() public méthode

public RemoteConsole ( string defaultPrompt ) : System
defaultPrompt string
Résultat System

SetServer() public méthode

public SetServer ( IHttpServer server ) : void
server IHttpServer
Résultat void