public class IceConnection extends Object
Modifier | Constructor and Description |
---|---|
protected |
IceConnection()
Default private constructor of IceConnection for serialization with Jackson
|
|
IceConnection(String streamId,
int componentId,
IceComponentState state)
Create a IceConnection
|
Modifier and Type | Method and Description |
---|---|
int |
getComponentId()
get The ID of the component
|
IceComponentState |
getState()
get The state of the component
|
String |
getStreamId()
get The ID of the stream
|
void |
setComponentId(int componentId)
set The ID of the component
|
void |
setState(IceComponentState state)
set The state of the component
|
void |
setStreamId(String streamId)
set The ID of the stream
|
protected IceConnection()
public IceConnection(String streamId, int componentId, IceComponentState state)
public String getStreamId()
public void setStreamId(String streamId)
public int getComponentId()
public void setComponentId(int componentId)
public IceComponentState getState()
public void setState(IceComponentState state)
Copyright © 2022 Kurento. All rights reserved.