This class represents an event fired when an client is "considered" disconnected for the {@link RepositoryHttpEndpoint} identified as source.The {@link RepositoryHttpEndpoint} is based on http protocol. As thisprotocol is stateless, there is no concept of "connection". For this reason, the way to consider that a client is disconnected is when a time is elapsed without requests for the client. This concept is commonly used to manage http sessions in web applications. The timeout can be configured in the endpoint with {@link RepositoryHttpEndpoint#setAutoTerminationTimeout(long)}
@author Micael Gallego (micael.gallego@gmail.com)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.