Uses of Class
io.netty.handler.codec.http.DefaultHttpHeadersFactory
Packages that use DefaultHttpHeadersFactory
Package
Description
Encoder, decoder and their related message types for HTTP.
-
Uses of DefaultHttpHeadersFactory in io.netty.handler.codec.http
Methods in io.netty.handler.codec.http that return DefaultHttpHeadersFactoryModifier and TypeMethodDescriptionstatic DefaultHttpHeadersFactoryDefaultHttpHeadersFactory.headersFactory()Get the default implementation ofHttpHeadersFactoryfor creating headers.static DefaultHttpHeadersFactoryDefaultHttpHeadersFactory.trailersFactory()Get the default implementation ofHttpHeadersFactoryfor creating trailers.DefaultHttpHeadersFactory.withCombiningHeaders(boolean combiningHeaders) Create a new builder that will buildHttpHeadersobjects that either combine multi-valued headers, or not.DefaultHttpHeadersFactory.withNameValidation(boolean validation) Create a new builder that has HTTP header name validation enabled or disabled.DefaultHttpHeadersFactory.withNameValidator(io.netty.handler.codec.DefaultHeaders.NameValidator<CharSequence> validator) Create a new builder that with the givenDefaultHeaders.NameValidator.DefaultHttpHeadersFactory.withValidation(boolean validation) Create a new builder that has HTTP header validation enabled or disabled.DefaultHttpHeadersFactory.withValueValidation(boolean validation) Create a new builder that has HTTP header value validation enabled or disabled.DefaultHttpHeadersFactory.withValueValidator(io.netty.handler.codec.DefaultHeaders.ValueValidator<CharSequence> validator) Create a new builder that with the givenDefaultHeaders.ValueValidator.