This represents a request for a
Type.STREAM
connection to a specific, target
Type.UNICAST
address based on the desire (expressed by interest operations) for a STREAM connection and the presence of a matching
binding. There will only ever be one StreamRequest for any given combination of
Config
and
DOFAddress
to minimize the work required by the application to process these conditions.
Inheritance Hierarchy
org.opendof.core.oalDOFConnectionStreamRequest
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public sealed class StreamRequest
The DOFConnectionStreamRequest type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | getConnection | |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | getTargetAddress | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also