Uses of Class
cool.scx.http.x.HttpServerOptions
Packages that use HttpServerOptions
-
Uses of HttpServerOptions in cool.scx.http.x
Methods in cool.scx.http.x that return HttpServerOptionsModifier and TypeMethodDescriptionHttpServerOptions.addUpgradeHandler(Http1UpgradeHandler... upgradeHandlerList) HttpServerOptions.autoRespond100Continue(boolean autoRespond100Continue) HttpServerOptions.backlog(int backlog) HttpServerOptions.enableHttp2(boolean enableHttp2) HttpServerOptions.maxHeaderSize(int maxHeaderSize) HttpServerOptions.maxPayloadSize(long maxPayloadSize) HttpServerOptions.maxRequestLineSize(int maxRequestLineSize) HttpServer.options()HttpServerOptions.tls(cool.scx.tcp.tls.TLS tls) HttpServerOptions.upgradeHandlerList(List<Http1UpgradeHandler> upgradeHandlerList) HttpServerOptions.validateHost(boolean validateHost) Constructors in cool.scx.http.x with parameters of type HttpServerOptionsModifierConstructorDescriptionHttpServer(HttpServerOptions options) HttpServerOptions(HttpServerOptions oldOptions) -
Uses of HttpServerOptions in cool.scx.http.x.http1
Fields in cool.scx.http.x.http1 declared as HttpServerOptionsConstructors in cool.scx.http.x.http1 with parameters of type HttpServerOptionsModifierConstructorDescriptionHttp1ServerConnection(cool.scx.tcp.ScxTCPSocket tcpSocket, HttpServerOptions options, cool.scx.function.ConsumerX<ScxHttpServerRequest, ?> requestHandler, ScxHttpServerErrorHandler errorHandler) -
Uses of HttpServerOptions in cool.scx.http.x.http2
Constructors in cool.scx.http.x.http2 with parameters of type HttpServerOptionsModifierConstructorDescriptionHttp2ServerConnection(cool.scx.tcp.ScxTCPSocket tcpSocket, HttpServerOptions options, cool.scx.function.ConsumerX<ScxHttpServerRequest, ?> requestHandler, ScxHttpServerErrorHandler errorHandler)