|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinpro.apps.util.CommonCommandLineParser
inpro.apps.util.RTPCommandLineParser
public class RTPCommandLineParser
Field Summary | |
---|---|
(package private) java.lang.String |
destinationAddress
|
(package private) int |
destPort
|
(package private) int |
localPort
|
Fields inherited from class inpro.apps.util.CommonCommandLineParser |
---|
audioURL, configURL, CURRHYP_OUTPUT, DISPATCHER_OBJECT_2_INPUT, DISPATCHER_OBJECT_INPUT, DISPATCHER_OBJECT_OUTPUT, FILE_INPUT, FILE_OUTPUT, inputMode, LABEL_OUTPUT, MICROPHONE_INPUT, NO_OUTPUT, OAA_DISPATCHER_INPUT, outputMode, RTP_INPUT, serverMode, SPEAKER_OUTPUT, success, TED_OUTPUT, UNSPECIFIED_INPUT, verbose |
Constructor Summary | |
---|---|
RTPCommandLineParser(java.lang.String[] args)
|
Method Summary | |
---|---|
(package private) boolean |
checkConfiguration()
|
java.lang.String |
getDestinationAddress()
|
int |
getDestinationPort()
|
int |
getLocalPort()
|
(package private) void |
parse(java.lang.String[] args)
|
(package private) void |
printUsage()
|
Methods inherited from class inpro.apps.util.CommonCommandLineParser |
---|
getAudioURL, getConfigURL, getInputMode, isInputMode, matchesOutputMode, parsedSuccessfully, verbose |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String destinationAddress
int destPort
int localPort
Constructor Detail |
---|
public RTPCommandLineParser(java.lang.String[] args)
Method Detail |
---|
void printUsage()
printUsage
in class CommonCommandLineParser
boolean checkConfiguration()
checkConfiguration
in class CommonCommandLineParser
void parse(java.lang.String[] args) throws java.net.MalformedURLException
parse
in class CommonCommandLineParser
java.net.MalformedURLException
public int getLocalPort()
public int getDestinationPort()
public java.lang.String getDestinationAddress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |