DOFConnectionConfigBuilderUnsecureT ClassOpenDOF Object Access Library
For internal use only.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFConnectionConfigBuilderUnsecureT
    org.opendof.core.oalDOFConnectionConfigBuilderStateless
    org.opendof.core.oalDOFConnectionConfigBuilderUnsecureDatagram
    org.opendof.core.oalDOFConnectionConfigBuilderUnsecureMulticast
    org.opendof.core.oalDOFConnectionConfigBuilderUnsecureStream

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

C#
public abstract class BuilderUnsecure<T>

Type Parameters

T

The DOFConnectionConfigBuilderUnsecureT type exposes the following members.

Constructors

  NameDescription
Protected methodDOFConnectionConfigBuilderUnsecureT
Construct a new builder based on a type and address.
Top
Methods

  NameDescription
Public methodbuild
Return a configuration based on the current settings of the builder.
Public methodcreateConnection
This is a convenience method for creating the connection with the implied Config .
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodsetAddress
Set the target address of the connection.
Public methodsetAuditorListener
Set this connection's audit listener.
Public methodsetBridge
Set the bridge of the connection.
Public methodsetMaxReceiveSilence
Set the maximum receive silence.
Public methodsetMaxSendSilence
Set the maximum send silence time.
Public methodsetName
Set this connection's name to be used in logging.
Public methodsetReceiveFilter
Set the receive filter of the connection.
Public methodsetSendFilter
Set the send filter of the connection.
Public methodsetStreamRequestListener
Set this connection's stream-request listener.
Public methodsetTransportConfig
Set the transport configuration associated with the connection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldbaseBuilder
Top
Remarks

For internal use only.
See Also

Reference