| Interface | Description |
|---|---|
| ConnectionListener |
This interface should be implemented by objects wishing to be notified
about the connection status of a
ConnectionRCInterface. |
| Class | Description |
|---|---|
| ConnectionDroppedEvent |
ConnectionDroppedEvent - An event generated after an attempt to setup a connection for a
ConnectionRCInterface fails due to the connection being
dropped by the target. |
| ConnectionEstablishedEvent |
ConnectionEstablishedEvent - An event generated after a connection is established
for a
ConnectionRCInterface. |
| ConnectionFailedEvent |
ConnectionFailedEvent - An event generated after an attempt to setup a connection for a
ConnectionRCInterface fails. |
| ConnectionParameters |
This class encapsulates the parameters needed to specify the target
of a connection.
|
| ConnectionRCEvent |
ConnectionRCEvent - the base class for events related to connection
oriented return channels.
|
| ConnectionRCInterface |
This class models a connection based return channel network interface for use in
receiving and transmitting IP packets over a return channel.
|
| ConnectionTerminatedEvent |
ConnectionTerminatedEvent - An event generated after a connected
ConnectionRCInterface is disconnected. |
| NoDialToneEvent |
NoDialToneEvent - An event generated after an attempt to setup a connection for a
ConnectionRCInterface of TYPE_PSTN fails due to there not
being a dial tone on the return channel concerned. |
| RCInterface |
This class models a return channel network interface for use in receiving
and transmitting IP packets over a logical return channel.
|
| RCInterfaceManager |
This class is the factory and manager for all return channel interfaces in the system.
|
| RCInterfaceReleasedEvent |
This event informs an application that a
RCInterface
has been released by an application or other entity in the system. |
| RCInterfaceReservedEvent |
This event informs an application that a
RCInterface
has been reserved by an application or other entity in the system. |
| RCPermission |
This class is for return channel set-up permissions.
|
| TargetBusyEvent |
TargetBusyEvent - An event generated after an attempt to setup a connection for a
ConnectionRCInterface fails due to the target of the
connection being busy. |
| Exception | Description |
|---|---|
| IncompleteTargetException |
Thrown when the target for a connection is incompletely specified.
|
| PermissionDeniedException |
Thrown when an application calls a method which it does not
have permission to call at that time.
|
Copyright © 2012 code4tv.com. All Rights Reserved.