IHttpMonitor Interface |
Namespace: Crosser.Common.Server.Protocol
public interface IHttpMonitor : IProtocol, IDisposable
The IHttpMonitor type exposes the following members.
Name | Description | |
---|---|---|
ClientStats |
The ClientStats representing this IProtocol (Inherited from IProtocol.) | |
ConnectionContext |
The IConnectionContext for the connected client
(Inherited from IProtocol.) | |
Controllers |
All IControllers registered on this IProtocol (Inherited from IProtocol.) | |
ProtocolIdentifier |
Unique identifier for each protocol
(Inherited from IProtocol.) | |
Server |
Reference to the server object (singleton)
(Inherited from IProtocol.) | |
Subscriptions | (Inherited from IProtocol.) | |
Transport |
Communication layer
(Inherited from IProtocol.) |
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
HasControllerInstanceOf |
Checks if the IProtocol has a registered instance of the IController passed in
(Inherited from IProtocol.) | |
ReadLoop |
Protocol read-loop
(Inherited from IProtocol.) | |
RemoveController |
Removes a specific IController from the IProtocol (Inherited from IProtocol.) | |
Send(Byte) |
Send a complete frame
(Inherited from IProtocol.) | |
Send(BinaryKey, String, Byte) |
Do a RPC call to the client
(Inherited from IProtocol.) |