IncorrectRequestFormatException is thrown by
com.maretzke.raframe.message.MessageParser if the information to parse does
not follow the defined rules of a message.
The RAFMessageParser accepts strings and split them according to predefined rules
into separate elements and creates value objects of type Message.
The RAFStack stack supports a simple message format / protocol.
RAFClient is a very simple command line interface to send commands to the
RAFrame resource adaptor executed inside the Mobicents JAIN SLEE
implementation.
Every input received from the command line interface will be send to the
resource adaptor.
RAFClient() -
Constructor for class org.mobicents.slee.resource.lab.test.client.RAFClient
RAStackThread implements a single working thread to work on incoming data
after RAFStack.serversocket.accept() returns with a socket.
The thread simply receives the byte[] stream information and publish it to
the registered listeners.
The thread terminates immediately after information was received and
the connection is closed.
RAFSwingClient is a graphical version to communicate with the RAFrame resource
adaptor executed inside the Mobicents JAIN SLEE implementation in a bit more
convenient way .
Every input from the command line will be send to the
resource adaptor.
RAStackThread implements a single working thread to work on incoming data
after RAFStack.serversocket.accept() returns with a socket.
The thread simply receives the byte[] stream information and publish it to
the registered listeners.
The thread terminates immediately after information was received and
the connection is closed.