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