Uses of Class
cool.scx.http.x.http1.Http1ServerConnection
Packages that use Http1ServerConnection
-
Uses of Http1ServerConnection in cool.scx.http.x.http1
Fields in cool.scx.http.x.http1 declared as Http1ServerConnectionModifier and TypeFieldDescriptionfinal Http1ServerConnectionHttp1ServerRequest.connectionfinal Http1ServerConnectionHttp1ServerResponse.connectionMethods in cool.scx.http.x.http1 with parameters of type Http1ServerConnectionModifier and TypeMethodDescriptionHttp1UpgradeHandler.createScxHttpServerRequest(Http1ServerConnection connection, Http1RequestLine requestLine, Http1Headers headers, InputStream bodyInputStream) Constructors in cool.scx.http.x.http1 with parameters of type Http1ServerConnectionModifierConstructorDescriptionHttp1ServerRequest(Http1ServerConnection connection, Http1RequestLine requestLine, Http1Headers headers, InputStream bodyInputStream) Http1ServerResponseOutputStream(Http1ServerConnection connection, boolean closeConnection)