|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBackendConnection | |
---|---|
org.jmythapi.protocol | This package contains basic protocol related interfaces, exceptions and constants. |
org.jmythapi.protocol.impl | This package contains implementations of MythTV protocol elements. |
org.jmythapi.protocol.response.impl | This package contains implementations of MythTV response messages. |
Uses of IBackendConnection in org.jmythapi.protocol |
---|
Methods in org.jmythapi.protocol that return IBackendConnection | |
---|---|
IBackendConnection |
IBackend.getCommandConnection()
Get the connection that was established to the backend. |
Uses of IBackendConnection in org.jmythapi.protocol.impl |
---|
Classes in org.jmythapi.protocol.impl that implement IBackendConnection | |
---|---|
class |
BackendConnection
|
Methods in org.jmythapi.protocol.impl that return IBackendConnection | |
---|---|
protected IBackendConnection |
Backend.createCommandConnection(String hostname,
int hostPort)
|
IBackendConnection |
Backend.getCommandConnection()
|
Constructors in org.jmythapi.protocol.impl with parameters of type IBackendConnection | |
---|---|
Backend(IBackendConnection backendConnection)
Constructs the backend object from an existing backend connection. |
|
Recorder(IBackendConnection mythtvConnection,
int recorderId)
|
|
RemoteEncoder(IBackendConnection mythtvConnection,
int encoderID)
|
Uses of IBackendConnection in org.jmythapi.protocol.response.impl |
---|
Methods in org.jmythapi.protocol.response.impl with parameters of type IBackendConnection | |
---|---|
void |
RingBuffer.setDataConnectin(IBackendConnection dataConnection)
Deprecated. |
Constructors in org.jmythapi.protocol.response.impl with parameters of type IBackendConnection | |
---|---|
FileTransfer(IBackendConnection commandConnection,
IBackendConnection dataConnection,
IMythPacket packet)
|
|
RingBuffer(IBackendConnection commandConnection,
int recorderId,
IMythPacket packet)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |