| File was renamed from opends/src/server/org/opends/server/changelog/ProtocolSession.java |
| | |
| | | * |
| | | * Portions Copyright 2006 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.changelog; |
| | | package org.opends.server.synchronization.protocol; |
| | | |
| | | import java.io.IOException; |
| | | import java.net.SocketException; |
| | | import java.util.zip.DataFormatException; |
| | | |
| | | import org.opends.server.synchronization.SynchronizationMessage; |
| | | |
| | | /** |
| | | * The ProtocolSession interface should be implemented by a class that |
| | | * implement the send/reception part of the Multimaster synchronization |