Property | Type | Description | |
---|---|---|---|
RegisteredCAPS | OSDMap | ||
m_capsUrlBase | string | ||
m_clientCapsService | IClientCapsService | ||
m_isRootAgent | bool | ||
m_regionCapsService | IRegionCapsService |
Method | Description | |
---|---|---|
AddCAPS ( OSDMap caps ) : void | ||
AddCAPS ( string method, string caps ) : void | ||
AddSEEDCap ( string capsUrl2 ) : void | ||
AddStreamHandler ( string method, IStreamedRequestHandler handler ) : void | ||
CapsRequest ( string path, Stream request, |
||
Close ( ) : void | ||
CreateCAPS ( string method, string appendedPath ) : string | ||
GetCAPS ( ) : OSDMap | ||
GetServiceConnectors ( ) : List |
||
InformModulesOfRequest ( ) : void | ||
Initialize ( IClientCapsService clientCapsService, IRegionCapsService regionCapsService, string capsBase, |
||
RemoveStreamHandler ( string method, string httpMethod ) : void | ||
RemoveStreamHandler ( string method, string httpMethod, string path ) : void |
Method | Description | |
---|---|---|
AddCAPS ( ) : void | ||
RemoveCAPS ( ) : void | ||
RemoveCaps ( string method ) : void |
public AddCAPS ( string method, string caps ) : void | ||
method | string | |
caps | string | |
return | void |
public AddStreamHandler ( string method, IStreamedRequestHandler handler ) : void | ||
method | string | |
handler | IStreamedRequestHandler | |
return | void |
public CapsRequest ( string path, Stream request, |
||
path | string | |
request | Stream | |
httpRequest | ||
httpResponse | ||
return | byte[] |
public CreateCAPS ( string method, string appendedPath ) : string | ||
method | string | |
appendedPath | string | |
return | string |
public Initialize ( IClientCapsService clientCapsService, IRegionCapsService regionCapsService, string capsBase, |
||
clientCapsService | IClientCapsService | |
regionCapsService | IRegionCapsService | |
capsBase | string | |
circuitData | ||
port | uint | |
return | void |
protected RemoveCaps ( string method ) : void | ||
method | string | |
return | void |
public RemoveStreamHandler ( string method, string httpMethod ) : void | ||
method | string | |
httpMethod | string | |
return | void |
public RemoveStreamHandler ( string method, string httpMethod, string path ) : void | ||
method | string | |
httpMethod | string | |
path | string | |
return | void |
protected IClientCapsService m_clientCapsService | ||
return | IClientCapsService |