C# 클래스 OpenSim.Framework.Console.RemoteConsole

상속: CommandConsole
파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CloseConnection() 공개 메소드

public CloseConnection ( UUID id ) : void
id UUID
리턴 void

Output() 공개 메소드

public Output ( string text ) : void
text string
리턴 void

Output() 공개 메소드

public Output ( string text, string level ) : void
text string
level string
리턴 void

ReadConfig() 공개 메소드

public ReadConfig ( IConfigSource config ) : void
config IConfigSource
리턴 void

ReadLine() 공개 메소드

public ReadLine ( string p, bool isCommand, bool e ) : string
p string
isCommand bool
e bool
리턴 string

RemoteConsole() 공개 메소드

public RemoteConsole ( string defaultPrompt ) : System
defaultPrompt string
리턴 System

SetServer() 공개 메소드

public SetServer ( IHttpServer server ) : void
server IHttpServer
리턴 void