| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of the Class
Inner Class Summary | |
(package private) class | MooCommunicator.MooListener Description of the Class |
Field Summary | |
(package private) static Category | Log |
protected boolean | m_connected Description of the Field |
private boolean | m_currentlyReadingMamMessage |
private boolean | m_exporting |
private StringBuffer | m_incomingMamMessage |
protected boolean | m_initialConnectFinished Description of the Field |
private boolean | m_isGuest |
protected MooListener | m_listener Description of the Field |
private final static String | m_mamMessageEndFlag |
private final static String | m_mamMessageStartFlag |
protected boolean | m_mapHTML Description of the Field |
protected boolean | m_mapVRML Description of the Field |
protected BufferedReader | m_mooInput Description of the Field |
protected PrintWriter | m_mooOutput Description of the Field |
protected Socket | m_mooSocket Description of the Field |
protected MooOutputInterface | m_output Description of the Field |
private String | m_transOption |
private String | PROXYTRANS |
Constructor Summary | |
MooCommunicator(MooOutputInterface outputTarget) Constructor for the MooCommunicator object | |
MooCommunicator(MooOutputInterface outputTarget, String userName, String password) Constructor for the MooCommunicator object |
Method Summary | |
protected void | addMooShutdownHook() |
boolean | canHandleCommand(String commandString) Description of the Method |
protected void | connectToMoo(String hostName, int hostPort, String username, String password) Description of the Method |
protected boolean | getExporting() |
void | handleCommand(String commandString) Description of the Method |
private void | handleMooConnect() Description of the Method |
void | handleMooQuit() Description of the Method |
private void | handleSilentTranslate(String commandString) Description of the Method |
private void | handleTranslate(String commandString) Description of the Method |
boolean | isCurrentlyConnected() Gets the CurrentlyConnected attribute of the MooCommunicator object |
boolean | isGuest() |
void | login(String userName, String password) Description of the Method |
private void | mapHTMLOn() Description of the Method |
private void | mappingOff() Description of the Method |
private void | mapVRMLOn() Description of the Method |
protected void | processConnectCommand(String connectString) Expected format of string: |
protected void | setExporting(boolean exporting) |
void | setGuest(boolean b) |
private void | updateTranslation(String commandString) Description of the Method |
Field Detail |
static Category Log
protected boolean m_connected
private boolean m_currentlyReadingMamMessage
private boolean m_exporting
private StringBuffer m_incomingMamMessage
protected boolean m_initialConnectFinished
private boolean m_isGuest
protected MooListener m_listener
private final static String m_mamMessageEndFlag
private final static String m_mamMessageStartFlag
protected boolean m_mapHTML
protected boolean m_mapVRML
protected BufferedReader m_mooInput
protected PrintWriter m_mooOutput
protected Socket m_mooSocket
protected MooOutputInterface m_output
private String m_transOption
private String PROXYTRANS
Constructor Detail |
public MooCommunicator(MooOutputInterface outputTarget)
public MooCommunicator(MooOutputInterface outputTarget, String userName, String password)
throws MooLoginException
Method Detail |
protected void addMooShutdownHook()
public boolean canHandleCommand(String commandString)
protected void connectToMoo(String hostName, int hostPort, String username, String password)
throws java.io.IOException,
MooLoginException
protected boolean getExporting()
public void handleCommand(String commandString)
private void handleMooConnect()
public void handleMooQuit()
private void handleSilentTranslate(String commandString)
private void handleTranslate(String commandString)
public boolean isCurrentlyConnected()
public boolean isGuest()
public void login(String userName, String password)
throws java.lang.Exception
private void mapHTMLOn()
private void mappingOff()
private void mapVRMLOn()
protected void processConnectCommand(String connectString)
throws MooLoginException
protected void setExporting(boolean exporting)
public void setGuest(boolean b)
private void updateTranslation(String commandString)
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |