Uses of Class
cool.scx.http.x.http1.Http1ServerConnectionOptions
Packages that use Http1ServerConnectionOptions
-
Uses of Http1ServerConnectionOptions in cool.scx.http.x
Methods in cool.scx.http.x that return Http1ServerConnectionOptions -
Uses of Http1ServerConnectionOptions in cool.scx.http.x.http1
Methods in cool.scx.http.x.http1 that return Http1ServerConnectionOptionsModifier and TypeMethodDescriptionHttp1ServerConnectionOptions.addUpgradeHandler(Http1UpgradeHandler... upgradeHandlerList) Http1ServerConnectionOptions.autoRespond100Continue(boolean autoRespond100Continue) Http1ServerConnectionOptions.maxHeaderSize(int maxHeaderSize) Http1ServerConnectionOptions.maxPayloadSize(long maxPayloadSize) Http1ServerConnectionOptions.maxRequestLineSize(int maxRequestLineSize) Http1ServerConnectionOptions.upgradeHandlerList(List<Http1UpgradeHandler> upgradeHandlerList) Http1ServerConnectionOptions.validateHost(boolean validateHost) Constructors in cool.scx.http.x.http1 with parameters of type Http1ServerConnectionOptionsModifierConstructorDescription