For internal use only.
Inheritance Hierarchy
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
| Name | Description | |
|---|---|---|
| DOFServerConfigBuilderUnsecureT | Create a simple, unsecure server on the target address. |
Methods
| Name | Description | |
|---|---|---|
| build | Build a configuration based on the current state of the builder. | |
| createServer |
This is a convenience method for creating the server with the implied
Config
.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| setAddress | Set this server's listening address. | |
| setAuditorListener | Set this server's audit listener. | |
| setBridge | Set the bridge of the server. | |
| setConnectionLimit | Set the maximum number of inbound connections that the server can support.
| |
| setMaxReceiveSilence | Set this server's max receive silence. | |
| setMaxSendSilence | Set this server's max send silence. | |
| setName | Set this server's name used for logging purposes. | |
| setProtocolNegotiator | Set this server's protocol negotiator. | |
| setReceiveFilter | Set the receive filter of the server. | |
| setSendFilter | Set the send filter of the server. | |
| setTransportConfig | Set this server's transport configuration. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| baseBuilder |
Remarks
See Also