|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionInfo.Direction | |
---|---|
org.teleal.cling.support.connectionmanager | |
org.teleal.cling.support.connectionmanager.callback | |
org.teleal.cling.support.connectionmanager.dto |
Uses of ConnectionInfo.Direction in org.teleal.cling.support.connectionmanager |
---|
Methods in org.teleal.cling.support.connectionmanager with parameters of type ConnectionInfo.Direction | |
---|---|
protected abstract ConnectionInfo |
AbstractPeeringConnectionManagerService.createConnection(int connectionID,
int peerConnectionId,
org.teleal.cling.model.ServiceReference peerConnectionManager,
ConnectionInfo.Direction direction,
ProtocolInfo protocolInfo)
|
void |
AbstractPeeringConnectionManagerService.createConnectionWithPeer(org.teleal.cling.model.ServiceReference localServiceReference,
org.teleal.cling.controlpoint.ControlPoint controlPoint,
org.teleal.cling.model.meta.Service peerService,
ProtocolInfo protInfo,
ConnectionInfo.Direction direction)
|
Uses of ConnectionInfo.Direction in org.teleal.cling.support.connectionmanager.callback |
---|
Constructors in org.teleal.cling.support.connectionmanager.callback with parameters of type ConnectionInfo.Direction | |
---|---|
PrepareForConnection(org.teleal.cling.model.meta.Service service,
org.teleal.cling.controlpoint.ControlPoint controlPoint,
ProtocolInfo remoteProtocolInfo,
org.teleal.cling.model.ServiceReference peerConnectionManager,
int peerConnectionID,
ConnectionInfo.Direction direction)
|
|
PrepareForConnection(org.teleal.cling.model.meta.Service service,
ProtocolInfo remoteProtocolInfo,
org.teleal.cling.model.ServiceReference peerConnectionManager,
int peerConnectionID,
ConnectionInfo.Direction direction)
|
Uses of ConnectionInfo.Direction in org.teleal.cling.support.connectionmanager.dto |
---|
Fields in org.teleal.cling.support.connectionmanager.dto declared as ConnectionInfo.Direction | |
---|---|
protected ConnectionInfo.Direction |
ConnectionInfo.direction
|
Methods in org.teleal.cling.support.connectionmanager.dto that return ConnectionInfo.Direction | |
---|---|
ConnectionInfo.Direction |
ConnectionInfo.getDirection()
|
ConnectionInfo.Direction |
ConnectionInfo.Direction.getOpposite()
|
static ConnectionInfo.Direction |
ConnectionInfo.Direction.valueOf(java.lang.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.teleal.cling.support.connectionmanager.dto with parameters of type ConnectionInfo.Direction | |
---|---|
ConnectionInfo(int connectionID,
int rcsID,
int avTransportID,
ProtocolInfo protocolInfo,
org.teleal.cling.model.ServiceReference peerConnectionManager,
int peerConnectionID,
ConnectionInfo.Direction direction,
ConnectionInfo.Status connectionStatus)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |