| Package | Description |
|---|---|
| org.jupnp.support.connectionmanager | |
| org.jupnp.support.connectionmanager.callback | |
| org.jupnp.support.model |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ConnectionInfo |
AbstractPeeringConnectionManagerService.createConnection(int connectionID,
int peerConnectionId,
ServiceReference peerConnectionManager,
ConnectionInfo.Direction direction,
ProtocolInfo protocolInfo) |
int |
AbstractPeeringConnectionManagerService.createConnectionWithPeer(ServiceReference localServiceReference,
ControlPoint controlPoint,
Service<?,?> peerService,
ProtocolInfo protInfo,
ConnectionInfo.Direction direction)
Generate a new local connection identifier, prepare the peer, store connection details.
|
| Constructor and Description |
|---|
PrepareForConnection(Service<?,?> service,
ControlPoint controlPoint,
ProtocolInfo remoteProtocolInfo,
ServiceReference peerConnectionManager,
int peerConnectionID,
ConnectionInfo.Direction direction) |
PrepareForConnection(Service<?,?> service,
ProtocolInfo remoteProtocolInfo,
ServiceReference peerConnectionManager,
int peerConnectionID,
ConnectionInfo.Direction direction) |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionInfo.Direction |
ConnectionInfo.direction |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInfo.Direction |
ConnectionInfo.getDirection() |
ConnectionInfo.Direction |
ConnectionInfo.Direction.getOpposite() |
static ConnectionInfo.Direction |
ConnectionInfo.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionInfo.Direction[] |
ConnectionInfo.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.