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

Quick Search    Search Deep

com.voytechs.jnetanalyzer.message.* (14)com.voytechs.jnetanalyzer.message.swing.* (5)
com.voytechs.jnetanalyzer.tcp.* (11)com.voytechs.jnetanalyzer.tcp.swing.* (3)

Package Samples:

com.voytechs.jnetanalyzer.message.swing: Abstract representation of message being analyzed between endpoints.  
com.voytechs.jnetanalyzer.tcp.swing: Analyzes and keeps states about TCP connections.  
com.voytechs.jnetanalyzer.message
com.voytechs.jnetanalyzer.tcp

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.
TCPStream: This class similuates the state of a single stream in 1 direction. A TCP connection is made up of 2 such streams, 1 per each direction. Various TCP states are tracked by this class.
TCPConnection: A TCP Connection has 2 streams and is comprised of a ip.src+tcp.src & ip.dst+tcp.dst as the uniq address quad.
MessageProperties: Allows us to store any number of user definable properties.
Message
MessageEvent
MessageSegment
MessageSegmentList
PacketMessageSegment
JMessageComponent
JMessageSegment
JTimedProgressBar
TCPAddress
TCPAnalyzer
TCPEvent
TCPEventINFO
TCPEventWARN
TCPSegment
JTCPMonitor
JTCPSegment
JTCPStream

Home | Contact Us | Privacy Policy | Terms of Service