C# 클래스 Universe.Services.RegionClientEventQueueService

상속: ICapsServiceConnector
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 메소드들

메소드 설명
DeregisterCaps ( ) : void
DumpEventQueue ( ) : void
Enqueue ( OSD ev ) : bool

Add the given event into the client's queue so that it is sent on the next

EnteringRegion ( ) : void
GetEvents ( UUID requestID, UUID pAgentId, string req, OSHttpResponse response ) : byte[]
HasEvents ( UUID requestID, UUID agentID ) : bool
NoEvents ( UUID requestID, UUID agentID, OSHttpResponse response ) : byte[]
RegisterCaps ( IRegionClientCapsService service ) : void

메소드 상세

DeregisterCaps() 공개 메소드

public DeregisterCaps ( ) : void
리턴 void

DumpEventQueue() 공개 메소드

public DumpEventQueue ( ) : void
리턴 void

Enqueue() 공개 메소드

Add the given event into the client's queue so that it is sent on the next
public Enqueue ( OSD ev ) : bool
ev OSD
리턴 bool

EnteringRegion() 공개 메소드

public EnteringRegion ( ) : void
리턴 void

GetEvents() 공개 메소드

public GetEvents ( UUID requestID, UUID pAgentId, string req, OSHttpResponse response ) : byte[]
requestID UUID
pAgentId UUID
req string
response Universe.Framework.Servers.HttpServer.Implementation.OSHttpResponse
리턴 byte[]

HasEvents() 공개 메소드

public HasEvents ( UUID requestID, UUID agentID ) : bool
requestID UUID
agentID UUID
리턴 bool

NoEvents() 공개 메소드

public NoEvents ( UUID requestID, UUID agentID, OSHttpResponse response ) : byte[]
requestID UUID
agentID UUID
response Universe.Framework.Servers.HttpServer.Implementation.OSHttpResponse
리턴 byte[]

RegisterCaps() 공개 메소드

public RegisterCaps ( IRegionClientCapsService service ) : void
service IRegionClientCapsService
리턴 void