DOFConnectionConfigBuilderUnsecureDatagram ClassOpenDOF Object Access Library
This class creates unsecure Type.DATAGRAM connection configurations. The security desire is SecurityDesire.NOT_SECURE .

These configurations are immutable once built, and so the builder allows them to be created (and modified) up until they are built.

Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFConnectionConfigBuilderUnsecureDOFConnectionConfigBuilderUnsecureDatagram
    org.opendof.core.oalDOFConnectionConfigBuilderUnsecureDatagram

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public sealed class BuilderUnsecureDatagram : DOFConnectionConfigBuilderUnsecure<DOFConnectionConfigBuilderUnsecureDatagram>

The DOFConnectionConfigBuilderUnsecureDatagram type exposes the following members.

Constructors

  NameDescription
Public methodDOFConnectionConfigBuilderUnsecureDatagram
Construct a new builder based on an address.
Top
Methods

  NameDescription
Public methodaddDomain
Add a static domain, which is used on a connection that supports authentication, to verify that the host being connected to is authorized to process authentication requests in the domain that is specified.
Public methodaddDomains(DOFDomainConfig)
Add the static domains, which are used on a connection that supports authentication, to verify that the host being connected to is authorized to process authentication requests in the domains specified.
Public methodaddDomains(ICollectionDOFDomainConfig)
Add the collection of static domains, which are used on a connection that supports authentication, to verify that the host being connected to is authorized to process authentication requests in the domains that are specified.
Public methodaddTrustedDomains(DOFObjectIDDomain)
Add in a configured TRP route without credentials.
Public methodaddTrustedDomains(ICollectionDOFObjectIDDomain)
Add in a configured TRP route without credentials.
Public methodbuild
Return a configuration based on the current settings of the builder.
(Inherited from DOFConnectionConfigBuilderUnsecureT.)
Public methodcreateConnection
This is a convenience method for creating the connection with the implied Config .
(Inherited from DOFConnectionConfigBuilderUnsecureT.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodsetAddress
Set the target address of the connection.
(Inherited from DOFConnectionConfigBuilderUnsecureT.)
Public methodsetAuditorListener
Set this connection's audit listener.
(Inherited from DOFConnectionConfigBuilderUnsecureT.)
Public methodsetBridge
Set the bridge of the connection.
(Inherited from DOFConnectionConfigBuilderUnsecureT.)
Public methodsetDomainDiscoveryCredentials
Set the domain discovery credentials for this connection.
Public methodsetDomains(DOFDomainConfig)
Set the collection of static domains.
Public methodsetDomains(ICollectionDOFDomainConfig)
Set the collection of static domains.
Public methodsetMaxReceiveSilence
Set the maximum receive silence.
(Inherited from DOFConnectionConfigBuilderUnsecureT.)
Public methodsetMaxSendSilence
Set the maximum send silence time.
(Inherited from DOFConnectionConfigBuilderUnsecureT.)
Public methodsetName
Set this connection's name to be used in logging.
(Inherited from DOFConnectionConfigBuilderUnsecureT.)
Public methodsetProtocolNegotiator
Set the protocol negotiator to use on the connection.
Public methodsetReceiveFilter
Set the receive filter of the connection.
(Inherited from DOFConnectionConfigBuilderUnsecureT.)
Public methodsetSendFilter
Set the send filter of the connection.
(Inherited from DOFConnectionConfigBuilderUnsecureT.)
Public methodsetStreamRequestListener
Set this connection's stream-request listener.
(Inherited from DOFConnectionConfigBuilderUnsecureT.)
Public methodsetTransportConfig
Set the transport configuration associated with the connection.
(Inherited from DOFConnectionConfigBuilderUnsecureT.)
Public methodsetTrustedDomains(DOFObjectIDDomain)
Set the collection of trusted domains.
Public methodsetTrustedDomains(ICollectionDOFObjectIDDomain)
Set the collection of trusted domains.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference