LifecyclePhase.java

package sprout.server.websocket;

public enum LifecyclePhase {
    OPEN, MESSAGE, ERROR, CLOSE
}