
io.muserver.ClientDisconnectedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mu-server Show documentation
Show all versions of mu-server Show documentation
A simple but powerful web server framework
The newest version!
package io.muserver;
/**
* Thrown when a client non-gracefully disconnects.
*/
public class ClientDisconnectedException extends RuntimeException {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy