Set this connection's stream-request listener.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFConnectionConfigBuilder setStreamRequestListener( DOFConnectionStreamRequestListener listener )
Parameters
- listener
- Type: org.opendof.core.oalDOFConnectionStreamRequestListener
The connection's stream-request listener. Pass null to clear the listener.
Return Value
Type: DOFConnectionConfigBuilderThe builder.
Remarks
See Also