|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionInfo.Direction | |
|---|---|
| org.fourthline.cling.support.connectionmanager | |
| org.fourthline.cling.support.connectionmanager.callback | |
| org.fourthline.cling.support.model | |
| Uses of ConnectionInfo.Direction in org.fourthline.cling.support.connectionmanager |
|---|
| Methods in org.fourthline.cling.support.connectionmanager with parameters of type ConnectionInfo.Direction | |
|---|---|
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. |
| Uses of ConnectionInfo.Direction in org.fourthline.cling.support.connectionmanager.callback |
|---|
| Constructors in org.fourthline.cling.support.connectionmanager.callback with parameters of type ConnectionInfo.Direction | |
|---|---|
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)
|
|
| Uses of ConnectionInfo.Direction in org.fourthline.cling.support.model |
|---|
| Fields in org.fourthline.cling.support.model declared as ConnectionInfo.Direction | |
|---|---|
protected ConnectionInfo.Direction |
ConnectionInfo.direction
|
| Methods in org.fourthline.cling.support.model that return ConnectionInfo.Direction | |
|---|---|
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. |
| Constructors in org.fourthline.cling.support.model with parameters of type ConnectionInfo.Direction | |
|---|---|
ConnectionInfo(int connectionID,
int rcsID,
int avTransportID,
ProtocolInfo protocolInfo,
ServiceReference peerConnectionManager,
int peerConnectionID,
ConnectionInfo.Direction direction,
ConnectionInfo.Status connectionStatus)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||