C# Class OpenSim.Framework.Capabilities.CapsHandlers

CapsHandlers is a cap handler container but also takes care of adding and removing cap handlers to and from the supplied BaseHttpServer.
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Méthode Description
CapsHandlers ( OpenSim.Framework.Servers.HttpServer.BaseHttpServer httpListener, string httpListenerHostname, uint httpListenerPort ) : System.Collections

CapsHandlers ( IHttpServer httpListener, string httpListenerHostname, uint httpListenerPort, bool https ) : System.Collections

ContainsCap ( string cap ) : bool
Remove ( string capsName ) : void

Remove the cap handler for a capability.

this ( string idx ) : IRequestHandler

The indexer allows us to treat the CapsHandlers object in an intuitive dictionary like way.

Method Details

CapsHandlers() public méthode

public CapsHandlers ( OpenSim.Framework.Servers.HttpServer.BaseHttpServer httpListener, string httpListenerHostname, uint httpListenerPort ) : System.Collections
httpListener OpenSim.Framework.Servers.HttpServer.BaseHttpServer base HTTP server
httpListenerHostname string host name of the HTTP /// server
httpListenerPort uint HTTP port
Résultat System.Collections

CapsHandlers() public méthode

public CapsHandlers ( IHttpServer httpListener, string httpListenerHostname, uint httpListenerPort, bool https ) : System.Collections
httpListener IHttpServer base HTTP server
httpListenerHostname string host name of the HTTP /// server
httpListenerPort uint HTTP port
https bool
Résultat System.Collections

ContainsCap() public méthode

public ContainsCap ( string cap ) : bool
cap string
Résultat bool

Remove() public méthode

Remove the cap handler for a capability.
public Remove ( string capsName ) : void
capsName string name of the capability of the cap /// handler to be removed
Résultat void

this() public méthode

The indexer allows us to treat the CapsHandlers object in an intuitive dictionary like way.
public this ( string idx ) : IRequestHandler
idx string
Résultat IRequestHandler