JBoss.orgCommunity Documentation

Chapter 3. Design Overview

The internal structure of JBoss Communications SCTP Library looks like

Architecture

Figure 3.1. Architecture


The prime responsibility of JBoss Communications SCTP Library is abstract Application from underlying SCTP sockets and expose same API (Association.java) irrespective if the underlying SCTP is acting as server side waiting for client to connect or client side initiating connection.

The management (Management.java) controls the associations and servers. The Application can execute commands to create/delete associations/servers.