Serialized Form


Package networking

Class networking.RunApplet extends ClientApplet implements Serializable


Package networking.client

Class networking.client.ListEx extends java.awt.List implements Serializable


Package networking.client.applet

Class networking.client.applet.ClientApplet extends ClientAppletUI implements Serializable

Serialized Fields

m_client

Client m_client
Client object


m_thread

ClientThread m_thread
Client thread


m_port

int m_port
Connection port


Package networking.client.frame

Class networking.client.frame.ClientFrame extends ClientFrameUI implements Serializable

Serialized Fields

m_client

Client m_client
Client object


m_thread

ClientThread m_thread
Client thread


m_port

int m_port
Connection port


m_bCloseOnExit

boolean m_bCloseOnExit
Close on exit flag for FileFrames


Package networking.protocol

Class networking.protocol.Client extends java.lang.Object implements Serializable

Serialized Fields

m_name

java.lang.String m_name
Name of the client

Class networking.protocol.Message extends java.lang.Object implements Serializable

Serialized Fields

m_type

int m_type
Type of the message


m_list

java.util.List m_list
List of concerned objects or null


m_str

java.lang.String m_str
String part of the message, the meaning of string depends on message's type. Can be null


m_code

long m_code
Code part of the message, the meaning of code depends on message's type


m_long

long m_long
Long value part of the message, the meaning depends on message's type


Package networking.server.gui

Class networking.server.gui.ServerAppUI extends javax.swing.JFrame implements Serializable

Serialized Fields

m_master

IMasterServer m_master
MasterServer object


m_tfLimit

ServerAppUI.JTextFieldEx m_tfLimit
Limit text field


m_tfPort

ServerAppUI.JTextFieldEx m_tfPort
Port text field


m_taMessages

javax.swing.JTextArea m_taMessages
Messages text area


m_pane

javax.swing.JScrollPane m_pane
Messages scroll pane


m_clients

JListEx m_clients
List of clients


m_buttonStart

javax.swing.JButton m_buttonStart
Buttons


m_buttonStop

javax.swing.JButton m_buttonStop

m_buttonSet

javax.swing.JButton m_buttonSet

m_buttonAbout

javax.swing.JButton m_buttonAbout



Copyright © 2009 Alexey Veremenko. All rights reserved.