Class Http1Connection

java.lang.Object
dev.relism.flash.http1.Http1Connection
All Implemented Interfaces:
ConnectionProtocol

public final class Http1Connection extends Object implements ConnectionProtocol
The HTTP/1.1 keep-alive request loop: parse → route → handle → respond, repeated until the connection closes. Sole responsibility: drive that loop for one connection; parsing lives in RequestParser, serialization in Http1ResponseWriter, and the WebSocket upgrade path hands off to WebSocketUpgrade/WebSocketLoop entirely — once a connection upgrades, this class has nothing further to do with it.