For internal use only.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | DOFConnectionConfigBuilderUnsecureT | Construct a new builder based on a type and address. |
Methods
Name | Description | |
---|---|---|
![]() | build | Return a configuration based on the current settings of the builder. |
![]() | createConnection |
This is a convenience method for creating the connection 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 the target address of the connection. |
![]() | setAuditorListener | Set this connection's audit listener. |
![]() | setBridge | Set the bridge of the connection. |
![]() | setMaxReceiveSilence | Set the maximum receive silence. |
![]() | setMaxSendSilence | Set the maximum send silence time. |
![]() | setName | Set this connection's name to be used in logging. |
![]() | setReceiveFilter | Set the receive filter of the connection. |
![]() | setSendFilter | Set the send filter of the connection. |
![]() | setStreamRequestListener | Set this connection's stream-request listener. |
![]() | setTransportConfig | Set the transport configuration associated with the connection. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | baseBuilder |
Remarks
See Also