
org.codemonkey.swiftsocketclient.ServerMessageToClientInvalid Maven / Gradle / Ivy
package org.codemonkey.swiftsocketclient;
/**
* Wrapper class of which instances substitute bad client-to-server messages. Created when decoding a message datagram failed.
*
* The error is communicated when the message is being executed by the server, but does not throw an exception.
*
* @see ServerHandler#createDecodedExecutableResponse(String)
* @author Benny Bottema
* @since 1.0
*/
class ServerMessageToClientInvalid implements ServerMessageToClient
© 2015 - 2025 Weber Informatics LLC | Privacy Policy