This class represents server configuration options.
Inheritance Hierarchy
Config
org.opendof.core.oalDOFServerConfig
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class Config : Config, DOFImmutable
The DOFServerConfig type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | createConnectionConfig | Create a connection configuration for a given address. |
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | getAddress | Get this server's listening address. |
![]() | getAuditListener | Get the server's audit listener. |
![]() | getBridge | Get this server's bridge. |
![]() | getConnectionLimit | Get the maximum number of inbound connections that the server can support.
|
![]() | getCredentials | Get this server's credentials. |
![]() | getCredentialsAssigner | Get the server's credentials assigner. |
![]() | getDomainDiscoveryCredentials | Get the credentials used for remote domain discovery. |
![]() | getDomains | Get credentials all domains. |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | getMaxReceiveSilence | Get this server's max receive silence. |
![]() | getMaxSendSilence | Get this server's max send silence. |
![]() | getName | Get this server's name used for logging purposes. |
![]() | getPermissions | Return the permissions for a given domain. |
![]() | getProtocolNegotiator | Get this server's protocol negotiator. |
![]() | getReceiveFilter | |
![]() | getSecurityDesire | Get this server's security desire. |
![]() | getSendFilter | |
![]() | getServerType | Get this server's type. |
![]() | getTransportConfig | Get this server's transport configuration. |
![]() | getTrustedDomains | Get this server's trusted domain identifiers. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | getWildcardCredentials |
Get the credentials for a connection in any domain not specifically set using
Builder.addCredentials(DOFCredentials[])
.
|
![]() | getWildcardPermissions | Return the permissions of the wildcard credential. |
![]() | isTunnelDomains | Determine whether or connections to this server are allowed tunnel remote domains.
|
![]() | ToString | (Overrides ObjectToString.) |
Remarks
See Also