HttpConnectionStatus.java

package sprout.server;

public enum HttpConnectionStatus {
    READING, PROCESSING, WRITING, DONE
}