public final class ImageConnection extends Object
| Modifier and Type | Field and Description |
|---|---|
InetSocketAddress |
controlAddress
Control address for the source.
|
long |
eosPosition |
boolean |
isEos
Is the end of the stream from source been observed.
|
long |
timeOfLastActivityNs
Time of the last observed activity on this connection for tracking liveness.
|
long |
timeOfLastFrameNs
Time of the last observed from the source.
|
| Constructor and Description |
|---|
ImageConnection(long timeOfLastActivityNs,
InetSocketAddress controlAddress)
Construct a representation of a connection to an image.
|
public long timeOfLastActivityNs
public long timeOfLastFrameNs
public long eosPosition
public boolean isEos
public final InetSocketAddress controlAddress
public ImageConnection(long timeOfLastActivityNs,
InetSocketAddress controlAddress)
timeOfLastActivityNs - seen on this image.controlAddress - for the source of the image.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.