All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fireflysource.net.websocket.common.model.WebSocketBehavior Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.fireflysource.net.websocket.common.model;

/**
 * Behavior for how the WebSocket should operate.
 * 

* This dictated by the RFC 6455 spec in various places, where certain behavior must be performed depending on * operation as a CLIENT vs a SERVER */ public enum WebSocketBehavior { CLIENT, SERVER }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy