![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Namespaces | |
package | Common |
package | Connectors |
package | Interfaces |
package | Services |
package | Sockets |
Classes | |
class | ConnectionCapabilities |
The connection capabilities class. More... | |
class | ConnectionTimeoutException |
Gets thrown if the connection has timed out More... | |
class | HttpServerDetailsImpl |
Defines the details of an HTTP connection to a Diffusion Web Server. More... | |
class | HttpSslServerDetailsImpl |
Defines the details of an HTTP connection to a Diffusion server over SSL. More... | |
interface | ICascadable |
The interface for connection cascades. More... | |
interface | IDiffusionBufferMessageHandler |
Handles a complete message in a byte buffer. More... | |
interface | IDiffusionMessagingConnector |
Methods relating to creating and sending messages More... | |
interface | IDiffusionTopicConnector |
The interface for a Diffusion topic connector. More... | |
interface | IProxyConnector |
interface | IServerDetails |
Defines the details of a connection to a Diffusion server. More... | |
class | ServerDetailsEventArgs |
The event arguments representing server details information. More... | |
class | ServerDetailsFactory |
Maintains a collection of 'ServerDetailsHost' objects. More... | |
class | ServerDetailsHost |
Helper class for the ServerDetailsFactory class. More... | |
class | ServerDetailsImpl |
Defines the details of a connection to a Diffusion server. More... | |
class | ServerDetailsLoader |
Class responsible for serializing/deserializing server details to/from isolated storage. More... | |
class | TcpServerDetailsImpl |
Defines the details of a TCP connection to a Diffusion server. More... | |
class | TcpSslServerDetailsImpl |
Defines the details of a TCP connection to a Diffusion server over SSL. More... | |
class | WebSocketServerDetailsImpl |
Defines the details of a WebSocket connection to a Diffusion server. More... | |
class | WebSocketSSLServerDetailsImpl |
Defines the details of a Secure WebSocket connection to a Diffusion server. More... | |
Enumerations | |
enum | ServerConnectionState { ServerConnectionState.None, ServerConnectionState.Aborted, ServerConnectionState.Closed, ServerConnectionState.ExplicitlyClosed, ServerConnectionState.Connected, ServerConnectionState.Failed, ServerConnectionState.Refused, ServerConnectionState.Rejected, ServerConnectionState.Reset, ServerConnectionState.Lost, ServerConnectionState.ClientHasReconnected, ServerConnectionState.DeriveFromSocketState, ServerConnectionState.ZeroBytesReceived } |
Represents the state of a server connection. More... | |
enum | TransportProtocol { TransportProtocol.TCP, TransportProtocol.TCPSSL, TransportProtocol.HTTP, TransportProtocol.HTTPSSL, TransportProtocol.WEBSOCKET, TransportProtocol.WEBSOCKETSSL } |
Defines a Diffusion Transport Protocol. More... | |
Represents the state of a server connection.