Uses of Interface
io.undertow.server.handlers.encoding.ContentEncodingProvider
-
Packages that use ContentEncodingProvider Package Description io.undertow.server.handlers.encoding -
-
Uses of ContentEncodingProvider in io.undertow.server.handlers.encoding
Classes in io.undertow.server.handlers.encoding that implement ContentEncodingProvider Modifier and Type Class Description class
DeflateEncodingProvider
Content coding for 'deflate'class
GzipEncodingProvider
Content coding for 'deflate'Fields in io.undertow.server.handlers.encoding declared as ContentEncodingProvider Modifier and Type Field Description static ContentEncodingProvider
ContentEncodingProvider. IDENTITY
Methods in io.undertow.server.handlers.encoding with parameters of type ContentEncodingProvider Modifier and Type Method Description ContentEncodingRepository
ContentEncodingRepository. addEncodingHandler(java.lang.String encoding, ContentEncodingProvider encoder, int priority)
ContentEncodingRepository
ContentEncodingRepository. addEncodingHandler(java.lang.String encoding, ContentEncodingProvider encoder, int priority, Predicate enabledPredicate)
-