| Package | Description |
|---|---|
| org.jupnp.support.model |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionInfo.Status |
ConnectionInfo.connectionStatus |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInfo.Status |
ConnectionInfo.getConnectionStatus() |
static ConnectionInfo.Status |
ConnectionInfo.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionInfo.Status[] |
ConnectionInfo.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionInfo.setConnectionStatus(ConnectionInfo.Status connectionStatus) |
| Constructor and Description |
|---|
ConnectionInfo(int connectionID,
int rcsID,
int avTransportID,
ProtocolInfo protocolInfo,
ServiceReference peerConnectionManager,
int peerConnectionID,
ConnectionInfo.Direction direction,
ConnectionInfo.Status connectionStatus) |
Copyright © 2023 jUPnP.org. All rights reserved.