|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ProtocolVersion | |
---|---|
org.jmythapi | |
org.jmythapi.database.impl | |
org.jmythapi.database.utils | |
org.jmythapi.impl | |
org.jmythapi.javadoc.tags | This package contains javadoc taglets. |
org.jmythapi.javadoc.utils | This package contains utility classes used for javadoc generation. |
org.jmythapi.protocol | This package contains basic protocol related interfaces, exceptions and constants. |
org.jmythapi.protocol.events.impl | This package contains implementations of MythTV events. |
org.jmythapi.protocol.impl | This package contains implementations of MythTV protocol elements. |
org.jmythapi.protocol.request | This package contains intefaces of MythTV request messages. |
org.jmythapi.protocol.response | This package contains interfaces of MythTV response messages. |
org.jmythapi.protocol.response.impl | This package contains implementations of MythTV response messages. |
org.jmythapi.protocol.utils | This package contains protocol related utiltity classes. |
org.jmythapi.utils |
Uses of ProtocolVersion in org.jmythapi |
---|
Methods in org.jmythapi that return ProtocolVersion | |
---|---|
ProtocolVersion |
IVersionable.getVersionNr()
Gets the protocol-version of an object. |
Uses of ProtocolVersion in org.jmythapi.database.impl |
---|
Methods in org.jmythapi.database.impl with parameters of type ProtocolVersion | |
---|---|
static JobCommands |
JobCommands.valueOf(ProtocolVersion protoVersion,
int dbVersion,
IJobCommand.Commands command)
|
static JobStatus |
JobStatus.valueOf(ProtocolVersion protoVersion,
int dbVersion,
IJobStatus.Status status)
|
static JobType |
JobType.valueOf(ProtocolVersion protoVersion,
int dbVersion,
IJobType.Type type)
|
static Schedule |
Schedule.valueOf(ProtocolVersion protoVersion,
int dbVersion,
IRecorderNextProgramInfo nextProgramInfo)
|
static Schedule |
Schedule.valueOf(ProtocolVersion protoVersion,
int dbVersion,
IRecorderNextProgramInfo nextProgramInfo,
IProgramRecordingType.Type recordingType)
|
static JobCommands |
JobCommands.valueOf(ProtocolVersion protoVersion,
int dbVersion,
String value)
|
static JobType |
JobType.valueOf(ProtocolVersion protoVersion,
int dbVersion,
String value)
|
static JobStatus |
JobStatus.valueOf(ProtocolVersion protoVersion,
int dbVersion,
String value)
|
Constructors in org.jmythapi.database.impl with parameters of type ProtocolVersion | |
---|---|
ADatabaseEnumGroup(Class<E> enumClass,
ProtocolVersion protoVersion,
int dbVersion,
long value)
|
|
ADatabaseRow(ProtocolVersion protoVersion,
int dbVersion,
Class<E> propsClass)
|
|
ADatabaseRow(ProtocolVersion protoVersion,
int dbVersion,
Class<E> propsClass,
List<String> data)
|
|
ASettingsGroup(ProtocolVersion protoVersion,
int dbVersion,
Class<E> propsClass,
Map<String,ISetting> settings)
|
|
ChannelInfo(ProtocolVersion protoVersion,
int dbVersion,
List<String> data)
|
|
GuideDataThrough(ProtocolVersion protoVersion,
int dbVersion,
List<String> data)
|
|
JobCommands(ProtocolVersion protoVersion,
int dbVersion,
int value)
|
|
JobQueue(ProtocolVersion protoVersion,
int dbVersion)
|
|
JobQueue(ProtocolVersion protoVersion,
int dbVersion,
List<String> data)
|
|
JobStatus(ProtocolVersion protoVersion,
int dbVersion,
int value)
|
|
JobType(ProtocolVersion protoVersion,
int dbVersion,
int value)
|
|
MythFillDatabaseStatus(ProtocolVersion protoVersion,
int dbVersion,
Map<String,ISetting> settings)
|
|
MythShutdownStatus(ProtocolVersion protoVersion,
int dbVersion,
Map<String,ISetting> settings)
|
|
RecorderInfo(ProtocolVersion protoVersion,
int dbVersion,
List<String> data)
|
|
RecorderNextProgramInfo(ProtocolVersion protoVersion,
int dbVersion,
List<String> data)
|
|
Schedule(ProtocolVersion protoVersion,
int dbVersion)
|
|
Schedule(ProtocolVersion protoVersion,
int dbVersion,
List<String> data)
|
|
Setting(ProtocolVersion protoVersion,
int dbVersion,
List<String> data)
|
|
StorageGroupDirectory(ProtocolVersion protoVersion,
int dbVersion,
List<String> data)
|
Uses of ProtocolVersion in org.jmythapi.database.utils |
---|
Methods in org.jmythapi.database.utils with parameters of type ProtocolVersion | ||
---|---|---|
static
|
DatabaseUtils.createDataObject(ProtocolVersion protoVersion,
int dbVersion,
Class<R> rowClass,
List<String> valueList)
|
|
static
|
DatabaseUtils.getDataRows(ProtocolVersion protoVersion,
int dbVersion,
ResultSet resultSet,
Class<R> rowClass,
Class<E> propsClass)
|
Uses of ProtocolVersion in org.jmythapi.impl |
---|
Fields in org.jmythapi.impl declared as ProtocolVersion | |
---|---|
protected ProtocolVersion |
AData.protoVersion
The MythTV-protocol-version of this data object. |
Methods in org.jmythapi.impl that return ProtocolVersion | |
---|---|
ProtocolVersion |
AData.getVersionNr()
Gets the protocol-version of an object. |
Methods in org.jmythapi.impl with parameters of type ProtocolVersion | |
---|---|
protected void |
AData.init(ProtocolVersion protoVersion,
Class<E> propsClass,
List<String> data)
Initializes this object with all mandatory values. |
Uses of ProtocolVersion in org.jmythapi.javadoc.tags |
---|
Methods in org.jmythapi.javadoc.tags that return ProtocolVersion | |
---|---|
ProtocolVersion |
ProtoVersionInfoHolder.getVersionEnum()
|
Constructors in org.jmythapi.javadoc.tags with parameters of type ProtocolVersion | |
---|---|
ProtoVersionInfoHolder(ProtocolVersion protoVersion)
|
|
ProtoVersionInfoHolder(ProtocolVersion protoVersion,
Map<String,String> additionalInfos,
String descripton)
|
Uses of ProtocolVersion in org.jmythapi.javadoc.utils |
---|
Methods in org.jmythapi.javadoc.utils with parameters of type ProtocolVersion | |
---|---|
static String |
JavadocUtils.getProtocolVersionInfoTitle(ProtocolVersion version)
Gets a nice info-text that can be used as titles in links to a specific protocol version. |
static String |
JavadocUtils.getProtocolVersionLink(com.sun.javadoc.Tag tag,
ProtocolVersion version)
Gets the relative link to a specific ProtocolVersion . |
static String |
JavadocUtils.getProtocolVersionMetadata(ProtocolVersion version,
String metaDataKey)
Gets the metadata info about the given protocol version. |
Uses of ProtocolVersion in org.jmythapi.protocol |
---|
Methods in org.jmythapi.protocol that return ProtocolVersion | |
---|---|
ProtocolVersion |
ProtocolVersionRange.fromFallback()
|
static ProtocolVersion |
ProtocolVersion.getMaxVersion()
Gets the maximum protocol version that is currently supported. |
ProtocolVersion |
ProtocolVersion.getPredecessor()
Gets the predecessor version of the current version. |
ProtocolVersion |
ProtocolVersion.getSuccessor()
Gets the successor version of the current version. |
ProtocolVersion |
IBackend.getVersionNr()
Get the MythTV protocol-version the backend is speaking. |
ProtocolVersion |
ProtocolVersionRange.toFallback()
|
static ProtocolVersion |
ProtocolVersion.valueOf(int protoVersion)
Gets the protocol-version whose value matches the given protocol version. |
static ProtocolVersion |
ProtocolVersion.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ProtocolVersion[] |
ProtocolVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jmythapi.protocol with parameters of type ProtocolVersion | |
---|---|
void |
IBackend.setInitialVersionNr(ProtocolVersion protoVersion)
Sets the initial protocol-version that should be used for handshake. |
void |
IBackendConnection.setInitialVersionNr(ProtocolVersion initialProtoVersion)
Sets the initla protocol-version to use. |
Constructors in org.jmythapi.protocol with parameters of type ProtocolVersion | |
---|---|
ProtocolVersionRange(ProtocolVersion from,
Map<String,String> fromMetaData,
ProtocolVersion fromFallback,
ProtocolVersion to,
Map<String,String> toMetaData,
ProtocolVersion toFallback)
|
|
ProtocolVersionRange(ProtocolVersion from,
ProtocolVersion to)
|
Uses of ProtocolVersion in org.jmythapi.protocol.events.impl |
---|
Constructors in org.jmythapi.protocol.events.impl with parameters of type ProtocolVersion | |
---|---|
AMythEvent(ProtocolVersion protoVersion,
Class<E> propsClass,
String eventName,
List<String> eventArguments)
|
|
ClientErrorEvent(ProtocolVersion protoVersion,
Exception exception,
List<String> args)
|
|
DownloadFileFinished(ProtocolVersion protoVersion,
List<String> eventArguments)
|
|
DownloadFileUpdate(ProtocolVersion protoVersion,
List<String> eventArguments)
|
|
LiveTvChainUpdate(ProtocolVersion protoVersion,
List<String> eventArguments)
|
|
PixmapGenerated(ProtocolVersion protoVersion,
List<String> eventArguments)
|
|
RecordingListChangeAdd(ProtocolVersion protoVersion,
List<String> eventArguments)
|
|
RecordingListChangeAny(ProtocolVersion protoVersion,
List<String> eventArguments)
|
|
RecordingListChangeDelete(ProtocolVersion protoVersion,
List<String> eventArguments)
|
|
RecordingListChangeUpdate(ProtocolVersion protoVersion,
List<String> eventArguments)
|
Uses of ProtocolVersion in org.jmythapi.protocol.impl |
---|
Fields in org.jmythapi.protocol.impl declared as ProtocolVersion | |
---|---|
protected ProtocolVersion |
Backend.protoVersion
The MythTV-protocol version used to communicate with the backend |
Methods in org.jmythapi.protocol.impl that return ProtocolVersion | |
---|---|
ProtocolVersion |
RemoteEncoder.getVersionNr()
|
ProtocolVersion |
Recorder.getVersionNr()
|
ProtocolVersion |
MythPacket.getVersionNr()
|
ProtocolVersion |
Backend.getVersionNr()
|
ProtocolVersion |
BackendConnection.getVersionNr()
|
Methods in org.jmythapi.protocol.impl with parameters of type ProtocolVersion | |
---|---|
void |
Backend.setInitialVersionNr(ProtocolVersion protoVersion)
|
void |
BackendConnection.setInitialVersionNr(ProtocolVersion initialProtoVersion)
|
Constructors in org.jmythapi.protocol.impl with parameters of type ProtocolVersion | |
---|---|
ClientErrorPacket(ProtocolVersion protoVersion,
Exception exception)
|
|
MythPacket(ProtocolVersion protoVersion,
List<String> packetArguments)
Creates a IMythPacket from the given argument list. |
|
MythPacket(ProtocolVersion protoVersion,
String packetString)
Creates a IMythPacket from the given string. |
|
MythPacket(ProtocolVersion protoVersion,
String[] packetArguments)
Creates a IMythPacket from the given argument array. |
Uses of ProtocolVersion in org.jmythapi.protocol.request |
---|
Methods in org.jmythapi.protocol.request that return ProtocolVersion | |
---|---|
ProtocolVersion |
AMythRequest.getVersionNr()
|
ProtocolVersion |
AMythCommand.getVersionNr()
|
Methods in org.jmythapi.protocol.request with parameters of type ProtocolVersion | |
---|---|
static IMythRequest |
AMythRequest.readFrom(ProtocolVersion protoVersion,
InputStream input)
|
static IMythRequest |
AMythRequest.readFrom(ProtocolVersion protoVersion,
String input)
|
Constructors in org.jmythapi.protocol.request with parameters of type ProtocolVersion | |
---|---|
AMythCommand(ProtocolVersion protoVersion,
String commandName)
|
|
AMythCommand(ProtocolVersion protoVersion,
String commandName,
List<String> commandArgs)
|
|
AMythCommand(ProtocolVersion protoVersion,
String commandName,
String... commandArgs)
|
Uses of ProtocolVersion in org.jmythapi.protocol.response |
---|
Methods in org.jmythapi.protocol.response that return ProtocolVersion | |
---|---|
ProtocolVersion |
IVersionableValue.VersionablePair.getProtoVersion()
|
Methods in org.jmythapi.protocol.response with parameters of type ProtocolVersion | |
---|---|
Long |
IProgramFlags.Flags.getValue(ProtocolVersion protoVersion)
|
Long |
IProgramRecordingStatus.Status.getValue(ProtocolVersion protoVersion)
|
Long |
IProgramRecordingDupInType.Flags.getValue(ProtocolVersion protoVersion)
|
Long |
IVersionableValue.getValue(ProtocolVersion protoVersion)
Returns the actual property value for the given protocol version. |
static IVersionableValue.VersionablePair |
IVersionableValue.VersionablePair.valueOf(ProtocolVersion version,
long value)
|
Uses of ProtocolVersion in org.jmythapi.protocol.response.impl |
---|
Fields in org.jmythapi.protocol.response.impl declared as ProtocolVersion | |
---|---|
protected ProtocolVersion |
AGroup.protoVersion
The current protocol version |
Methods in org.jmythapi.protocol.response.impl that return ProtocolVersion | |
---|---|
ProtocolVersion |
AGroup.getVersionNr()
|
Methods in org.jmythapi.protocol.response.impl with parameters of type ProtocolVersion | ||
---|---|---|
static
|
AGroup.createObject(Class<G> groupClass,
ProtocolVersion protoVersion,
long groupValue)
|
|
static ProgramInfoList |
ProgramInfoList.emptyList(ProtocolVersion protoVersion)
Creates an empty program-info list |
|
static RecordingsPending |
RecordingsPending.emptyList(ProtocolVersion protoVersion)
Creates a new empty list |
|
static
|
AEnumGroup.getEnumValue(ProtocolVersion protoVersion,
E prop)
|
|
static
|
AFlagGroup.getFlagValue(ProtocolVersion protoVersion,
E flag)
Gets the long value of the given flag. |
|
static
|
AFlagGroup.getSupportedFlags(Class<E> groupClass,
ProtocolVersion protoVersion)
|
|
static
|
AFlagGroup.valueOf(Class<G> groupClass,
ProtocolVersion protoVersion,
E... flags)
|
|
static
|
AEnumGroup.valueOf(Class<G> groupClass,
ProtocolVersion protoVersion,
E prop)
|
|
static
|
AGroup.valueOf(Class<G> groupClass,
ProtocolVersion protoVersion,
long value)
|
|
static
|
AGroup.valueOf(Class<G> groupClass,
ProtocolVersion protoVersion,
Number value)
|
|
static
|
AGroup.valueOf(Class<G> groupClass,
ProtocolVersion protoVersion,
String value)
|
|
static FileStatus |
FileStatus.valueOf(ProtocolVersion protoVersion,
boolean fileExists,
String fileName)
|
|
static ProgramInfoList |
ProgramInfoList.valueOf(ProtocolVersion protoVersion,
Collection<IProgramInfo> programs)
Converts a collection of program-info objects into a program-info list. |
|
static Pixmap |
Pixmap.valueOf(ProtocolVersion protoVersion,
Date lastModifiedDate)
|
|
static ProgramRecordingDupMethodType |
ProgramRecordingDupMethodType.valueOf(ProtocolVersion protoVersion,
Integer value)
|
|
static ProgramRecordingType |
ProgramRecordingType.valueOf(ProtocolVersion protoVersion,
Integer value)
|
|
static ProgramRecordingDupMethodType |
ProgramRecordingDupMethodType.valueOf(ProtocolVersion protoVersion,
IProgramRecordingDupMethodType.Flags type)
|
|
static ProgramRecordingSearchType |
ProgramRecordingSearchType.valueOf(ProtocolVersion protoVersion,
IProgramRecordingSearchType.Type type)
|
|
static ProgramRecordingStatus |
ProgramRecordingStatus.valueOf(ProtocolVersion protoVersion,
IProgramRecordingStatus.Status status)
|
|
static ProgramRecordingType |
ProgramRecordingType.valueOf(ProtocolVersion protoVersion,
IProgramRecordingType.Type type)
|
|
static ProgramFlags |
ProgramFlags.valueOf(ProtocolVersion protoVersion,
String flagString)
|
|
static IProgramAudioProperties |
ProgramAudioProperties.valueOf(ProtocolVersion protoVersion,
String flagString)
|
|
static ProgramRecordingDupMethodType |
ProgramRecordingDupMethodType.valueOf(ProtocolVersion protoVersion,
String value)
|
|
static ProgramRecordingType |
ProgramRecordingType.valueOf(ProtocolVersion protoVersion,
String value)
|
|
static ProgramRecordingSearchType |
ProgramRecordingSearchType.valueOf(ProtocolVersion protoVersion,
String valueStr)
|
|
static IProgramSubtitleType |
ProgramSubtitleType.valueOf(ProtocolVersion protoVersion,
String flagString)
|
|
static ProgramRecordingStatus |
ProgramRecordingStatus.valueOf(ProtocolVersion protoVersion,
String valueStr)
|
|
static ProgramRecordingDupInType |
ProgramRecordingDupInType.valueOf(ProtocolVersion protoVersion,
String valueStr)
|
|
static IProgramVideoProperties |
ProgramVideoProperties.valueOf(ProtocolVersion protoVersion,
String flagString)
|
|
static FileStatus |
FileStatus.valueOf(ProtocolVersion protoVersion,
String[] args)
|
Constructors in org.jmythapi.protocol.response.impl with parameters of type ProtocolVersion | |
---|---|
AEnumGroup(Class<E> enumClass,
ProtocolVersion protoVersion,
long enumValue)
|
|
AFlagGroup(Class<E> groupClass,
ProtocolVersion protoVersion,
long enumValue)
|
|
AFreeSpace(ProtocolVersion protoVersion,
Class<E> propsClass,
ArrayList<String> responseArgs)
|
|
AFreeSpace(ProtocolVersion protoVersion,
Class<E> propsClass,
String... responseArgs)
|
|
AGroup(Class<E> groupClass,
ProtocolVersion protoVersion,
int enumValue)
|
|
AGroup(Class<E> groupClass,
ProtocolVersion protoVersion,
long enumValue)
|
|
AMythResponse(ProtocolVersion protoVersion,
Class<E> propsClass)
A constructor to create a response object with an empty response-arguments list. |
|
AMythResponse(ProtocolVersion protoVersion,
Class<E> propsClass,
List<String> responseArgs)
A constructor to create a response object from the given response-arguments list. |
|
AMythResponse(ProtocolVersion protoVersion,
Class<E> propsClass,
String... responseArgs)
A constructor to create a response object from the given response-arguments array. |
|
AProgramInfo(ProtocolVersion protoVersion,
Class<E> propsClass)
|
|
AProgramInfo(ProtocolVersion protoVersion,
Class<E> propsClass,
List<String> responseArgs)
|
|
ARecorderProgramInfo(ProtocolVersion protoVersion,
Class<E> propsClass)
|
|
ARecorderProgramInfo(ProtocolVersion protoVersion,
Class<E> propsClass,
ArrayList<String> responseArgs)
|
|
ARecordings(ProtocolVersion protoVersion,
Class<E> propsClass,
List<String> responseArgs)
|
|
AVersionableEnumGroup(Class<E> enumClass,
ProtocolVersion protoVersion,
long enumValue)
|
|
FileStatus(ProtocolVersion protoVersion,
String... responseArgs)
Constructs a status object for the given protocol version and response arguments. |
|
FreeSpace(ProtocolVersion protoVersion,
long totalSizeMB,
long usedSizeMB)
Deprecated. |
|
FreeSpaceList.Entry(ProtocolVersion protoVersion,
List<String> responseArgs)
|
|
InputInfoFree(ProtocolVersion protoVersion,
List<String> responseArgs)
|
|
InputInfoTuned(ProtocolVersion protoVersion,
List<String> responseArgs)
|
|
Load(ProtocolVersion protoVersion)
|
|
Pixmap(ProtocolVersion protoVersion,
List<String> responseArgs)
|
|
Pixmap(ProtocolVersion protoVersion,
String... responseArgs)
|
|
ProgramAudioProperties(ProtocolVersion protoVersion,
long programFlags)
|
|
ProgramFlags(ProtocolVersion protoVersion,
long programFlags)
|
|
ProgramInfo(ProtocolVersion protoVersion)
Constructs an empty program-info object for the given protocol version. |
|
ProgramInfo(ProtocolVersion protoVersion,
List<String> responseArgs)
Constructs a program-info object for the given protocol version with the given parameters. |
|
ProgramInfoList(ProtocolVersion protoVersion,
List<String> responseArgs)
|
|
ProgramRecordingDupInType(ProtocolVersion protoVersion,
long flagValues)
|
|
ProgramRecordingDupMethodType(ProtocolVersion protoVersion,
long flagValues)
|
|
ProgramRecordingSearchType(ProtocolVersion protoVersion,
long value)
|
|
ProgramRecordingStatus(ProtocolVersion protoVersion,
long value)
|
|
ProgramRecordingType(ProtocolVersion protoVersion,
long value)
|
|
ProgramSubtitleType(ProtocolVersion protoVersion,
long programFlags)
|
|
ProgramVideoProperties(ProtocolVersion protoVersion,
long programFlags)
|
|
RecorderChannelInfo(ProtocolVersion protoVersion,
String... responseArgs)
|
|
RecorderInfo(ProtocolVersion protoVersion,
List<String> responseArgs)
|
|
RecorderProgramInfo(ProtocolVersion protoVersion)
Deprecated. |
|
RecordingsConflicting(ProtocolVersion protoVersion,
List<String> responseArgs)
|
|
RecordingsExpiring(ProtocolVersion protoVersion,
List<String> responseArgs)
|
|
RecordingsPending(ProtocolVersion protoVersion,
List<String> responseArgs)
|
|
RemoteEncoderFlags(ProtocolVersion protoVersion,
long programFlags)
|
|
SleepStatus(ProtocolVersion protoVersion,
long sleepStatusFlags)
|
|
StorageGroupFile(ProtocolVersion protoVersion,
List<String> responseArgs)
|
|
Uptime(ProtocolVersion protoVersion)
|
Uses of ProtocolVersion in org.jmythapi.protocol.utils |
---|
Methods in org.jmythapi.protocol.utils with parameters of type ProtocolVersion | ||
---|---|---|
static
|
EnumUtils.getDefaultValuesList(Class<E> enumClass,
ProtocolVersion protoVersion)
Gets the default value of all constants of a given enumeration class. |
|
static
|
EnumUtils.getEnum(Class<E> propsClass,
ProtocolVersion protoVersion,
int position)
Returns a single Enum-property at the given position (in the backend response array) depending on the given protocol-version. |
|
static
|
EnumUtils.getEnum(Class<E> propsClass,
ProtocolVersion protoVersion,
String propName)
Returns the Enum property for the given name and the given protocol version. |
|
static
|
EnumUtils.getEnumLength(Class<E> propsClass,
ProtocolVersion protoVersion)
Returns the amount of enum properties that are supported in the given protocol version. |
|
static
|
EnumUtils.getEnumNames(Class<E> propsClass,
ProtocolVersion protoVersion)
Returns the names of all Enum properties that are available for the given protocol version. |
|
static
|
EnumUtils.getEnumPosition(Enum<E> enumProp,
ProtocolVersion protoVersion)
Returns the position of the Enum property in the backend response-array, depending on the given current version. |
|
static
|
EnumUtils.getEnums(Class<E> propsClass,
ProtocolVersion protoVersion)
Gets a set of Enum properties from a given Enum type which are supported in the given protocol versions. |
|
static URL |
MythWebUtils.getProgramListUrl(ProtocolVersion protoVersion,
URL mythWebBaseUrl,
Integer channelInfo,
Date startDate)
|
|
static Long |
EnumUtils.getVersionableValue(ProtocolVersion protoVersion,
IVersionableValue versionableValue)
Returns the actual property value for the given protocol version. |
|
static
|
EnumUtils.getVersionableValueEnum(Class<E> propsClass,
ProtocolVersion protoVersion,
Long value)
Determines the Enum property which has the given value when using the given protocol-version. |
|
static void |
CommandUtils.printCommands(ProtocolVersion protoVersion)
Prints all MythTV-protocol-commands that are supported by the given protocol-version to stdout. |
|
static
|
ResponseUtils.readFrom(ProtocolVersion protoVersion,
Class<Resp> respClass,
InputStream input)
|
|
static
|
ResponseUtils.readFrom(ProtocolVersion protoVersion,
Class<Resp> respClass,
String input)
|
|
static IMythPacket |
PacketUtils.readFrom(ProtocolVersion protoVersion,
InputStream input)
Reads a MythTV-packet from an input-stream. |
|
static IMythPacket |
PacketUtils.readFrom(ProtocolVersion protoVersion,
String inputString)
Reads a MythTV-packet from a string. |
|
static IMythCommand |
CommandUtils.readFrom(ProtocolVersion protoVersion,
String commandString)
Reads a MythTV protocol command from a string. |
Uses of ProtocolVersion in org.jmythapi.utils |
---|
Methods in org.jmythapi.utils with parameters of type ProtocolVersion | ||
---|---|---|
static
|
EncodingUtils.decodeString(Class<E> clazz,
ProtocolVersion protoVersion,
int dbVersion,
boolean isUTC,
String value)
|
|
static
|
EncodingUtils.decodeString(Class<E> clazz,
ProtocolVersion protoVersion,
int dbVersion,
boolean isUTC,
String value,
E onEmptyValue)
Converts the given value-string into the specified class. |
|
static
|
EncodingUtils.decodeString(Class<E> clazz,
ProtocolVersion protoVersion,
String value)
Converts the given value-string into the specified class. |
|
static
|
EncodingUtils.encodeObject(Class<S> sourceType,
ProtocolVersion versionNr,
int dbVersion,
boolean isUTC,
S value,
Class<T> targetType,
String onNullValue)
|
|
static
|
EncodingUtils.encodeObject(Class<S> sourceType,
ProtocolVersion versionNr,
S value,
Class<T> targetType,
String onNullValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |