Uses of Class
io.inverno.mod.http.server.Server.Builder
-
Uses of Server.Builder in io.inverno.mod.http.server
Methods in io.inverno.mod.http.server that return Server.BuilderModifier and TypeMethodDescriptionServer.Builder.setErrorHandler(ExchangeHandler<ErrorExchange<Throwable>> errorHandler)Server.Builder.setHeaderCodecs(List<HeaderCodec<?>> headerCodecs)Server.Builder.setHttpServerConfiguration(HttpServerConfiguration httpServerConfiguration)Server.Builder.setParameterConverter(ObjectConverter<String> parameterConverter)Server.Builder.setRootHandler(ExchangeHandler<Exchange> rootHandler)