| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2013 ForgeRock AS. |
| | | */ |
| | | |
| | | |
| | |
| | | * The main classes of this packages are : |
| | | * <br> |
| | | * <ul> |
| | | * <li><A HREF="SocketSession.html"><B>SocketSession</B></A> |
| | | * implements the ProtocolSession interface that is |
| | | * used by the replication server and the directory server to communicate. |
| | | * This is done by using the innate encoding/decoding capabilities of the |
| | | * ReplicationMessages objects. This class is used by both the |
| | | * replicationServer and the replication package. |
| | | * </li> |
| | | * <li><A HREF="ReplicationServerDomain.html"><B>ReplicationServerDomain</B></A> |
| | | * implements the multiplexing part of the replication |
| | | * server. It contains method for forwarding all the received messages to |