Uses of Class
org.jgrapes.http.HttpServer
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
-
Uses of HttpServer in org.jgrapes.http
Modifier and TypeMethodDescriptionHttpServer.setAcceptNoSni
(boolean acceptNoSni) Determines if request from secure (TLS) connections without SNI are accepted.HttpServer.setApplicationBufferSize
(int applicationBufferSize) Sets the size of the buffers used forOutput
events on the application channel.HttpServer.setMatchLevels
(int matchLevels) Sets the number of elements from the request path used in the match value of the generated events (seeEvent.defaultCriterion()
), defaults to 1.