Set this server's protocol negotiator.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public virtual T setProtocolNegotiator( DOFProtocolNegotiator negotiator )
Parameters
- negotiator
- Type: org.opendof.core.oalDOFProtocolNegotiator
The protocol negotiator to set on this server's configuration.The default is the same as calling this with DOFProtocolNegotiator.createDefault() .
Return Value
Type: TThe builder.
Remarks
See Also