Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.voytechs.jnetanalyzer.message.swing.* (5)

com.voytechs.jnetanalyzer.message: Javadoc index of package com.voytechs.jnetanalyzer.message.


Package Samples:

com.voytechs.jnetanalyzer.message.swing: Abstract representation of message being analyzed between endpoints.  

Classes:

AbstractMessageListener: Convenience class that defines blank method for MessageListener interface. Message Listener interface is intended to notify listeners of various Message based events. A Message is made up of sequence of segments all of which combine into a single entity called a message. At IP layer a message is the entire IP Dgram after all of the IP fragmeents have been reassmebled and each IP fragment is a message segement. At TCP layer is made up of 2 messages, 1 for each stream in each direction. The entire stream is considered a message. Each TCP segment is a message segment from the beginning until the last ...
MessageListener: Message Listener interface is intended to notify listeners of various Message based events. A Message is made up of sequence of segments all of which combine into a single entity called a message. At IP layer a message is the entire IP Dgram after all of the IP fragmeents have been reassmebled and each IP fragment is a message segement. At TCP layer is made up of 2 messages, 1 for each stream in each direction. The entire stream is considered a message. Each TCP segment is a message segment from the beginning until the last segment arrives and TCP stream is closed.
JMessage: JMessage is a rectangular representation of a network message. The message is made up of many segmenets. As segments are added they are displayed within the message box. Appropriate colors and labels can be assigned to each segements and entire message. Message contains scrollbars if it doesn't fit on the screen.
MessageListenerSupport: Handles the lists and dispatching of events to listeners. This class is a support class for Message based event handling. Events can be sent on behalf of a message or its individual segments. In addition standard listner interface methods for notification of new message or its segments are implemented.
JMessageControlBox: Control area in a message box. Control area has the following sub-areas defined. 1) Scalable text label 1-3 = labels in upper left hand corner. 2) Expansion/Collapse button in lower left corcer. 3) lights 1-3 = lights that can be set to any color in upper right corner.
MessageProperties: Allows us to store any number of user definable properties.
Message
MessageEvent
MessageSegment
MessageSegmentList
PacketMessageSegment
JMessageComponent
JMessageSegment
JTimedProgressBar

Home | Contact Us | Privacy Policy | Terms of Service