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

SystemObject
  org.opendof.core.oalDOFServerConfigBuilderUnsecureT
    org.opendof.core.oalDOFServerConfigBuilderSecurableT
    org.opendof.core.oalDOFServerConfigBuilderUnsecureDatagram
    org.opendof.core.oalDOFServerConfigBuilderUnsecureMulticast
    org.opendof.core.oalDOFServerConfigBuilderUnsecureStream

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 DOFServerConfigBuilderUnsecureT type exposes the following members.

Constructors

  NameDescription
Protected methodDOFServerConfigBuilderUnsecureT
Create a simple, unsecure server on the target address.
Top
Methods

  NameDescription
Public methodbuild
Build a configuration based on the current state of the builder.
Public methodcreateServer
This is a convenience method for creating the server 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 this server's listening address.
Public methodsetAuditorListener
Set this server's audit listener.
Public methodsetBridge
Set the bridge of the server.
Public methodsetConnectionLimit
Set the maximum number of inbound connections that the server can support.
Public methodsetMaxReceiveSilence
Set this server's max receive silence.
Public methodsetMaxSendSilence
Set this server's max send silence.
Public methodsetName
Set this server's name used for logging purposes.
Public methodsetProtocolNegotiator
Set this server's protocol negotiator.
Public methodsetReceiveFilter
Set the receive filter of the server.
Public methodsetSendFilter
Set the send filter of the server.
Public methodsetTransportConfig
Set this server's transport configuration.
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