Serialized Form


Package ittp

Class ittp.Control extends javax.swing.JDialog implements Serializable

Serialized Fields

parameters

RemoteControl parameters
Remote object to witch we want to access


controlPanel

Control.ControlPanel controlPanel
the control panel instance

Class ittp.ittpException extends java.lang.RuntimeException implements Serializable

Serialized Fields

response_code

int response_code
Response code to be return

Class ittp.Parameters extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

allowedMethod

boolean[] allowedMethod

allowedHeader

java.util.HashMap allowedHeader

port

int port
int port defines the number of the port used for the connection between the server and the client


baseDir

java.lang.String baseDir
String baseDir defines the directory of the ressource.


countRequest

int countRequest
int countRequest defines the number of request send to the server.


countError

int countError
int countError defines the number of error returned by the server.


countOctet

int countOctet
int countOctet defines the number of octet transferred by the server.


countConnect

int countConnect
int countConnect defines the number of connection etablished with the server.


timeOut

int timeOut
int timeOut defines the number of the time inactivaty authorized.


connectionMax

int connectionMax
int connectionMax defines the number max of connections authorized in the same time.


serverState

java.lang.String serverState
int serverState defines the state of the server.

Class ittp.TCP_Client extends javax.swing.JFrame implements Serializable

Serialized Fields

addressPanel

javax.swing.JPanel addressPanel

mainPanel

javax.swing.JPanel mainPanel

buttonPanel

javax.swing.JPanel buttonPanel

mainPane

javax.swing.JPanel mainPane

responseText

javax.swing.JTextArea responseText

cmdText

javax.swing.JTextArea cmdText

hostField

javax.swing.JTextField hostField

portField

javax.swing.JTextField portField

sck

java.net.Socket sck

connect

javax.swing.JButton connect

disconnect

javax.swing.JButton disconnect

send

javax.swing.JButton send

sender

TCP_Client.Sender sender


Package ittp.protocol.response

Class ittp.protocol.response.Response.Code extends java.util.HashMap implements Serializable

Serialized Fields

response_code

int response_code