Uses of Class
io.undertow.websockets.jsr.EncodingFactory
-
Packages that use EncodingFactory Package Description io.undertow.websockets.jsr io.undertow.websockets.jsr.annotated -
-
Uses of EncodingFactory in io.undertow.websockets.jsr
Fields in io.undertow.websockets.jsr declared as EncodingFactory Modifier and Type Field Description static EncodingFactoryEncodingFactory. DEFAULTAn encoding factory that can deal with primitive types.Methods in io.undertow.websockets.jsr that return EncodingFactory Modifier and Type Method Description static EncodingFactoryEncodingFactory. createFactory(io.undertow.servlet.api.ClassIntrospecter classIntrospecter, java.lang.Class<? extends jakarta.websocket.Decoder>[] decoders, java.lang.Class<? extends jakarta.websocket.Encoder>[] encoders)static EncodingFactoryEncodingFactory. createFactory(io.undertow.servlet.api.ClassIntrospecter classIntrospecter, java.util.List<java.lang.Class<? extends jakarta.websocket.Decoder>> decoders, java.util.List<java.lang.Class<? extends jakarta.websocket.Encoder>> encoders)EncodingFactoryConfiguredClientEndpoint. getEncodingFactory()EncodingFactoryConfiguredServerEndpoint. getEncodingFactory()Constructors in io.undertow.websockets.jsr with parameters of type EncodingFactory Constructor Description ConfiguredClientEndpoint(jakarta.websocket.ClientEndpointConfig config, AnnotatedEndpointFactory factory, EncodingFactory encodingFactory, io.undertow.servlet.api.InstanceFactory<?> instanceFactory)ConfiguredServerEndpoint(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration, io.undertow.servlet.api.InstanceFactory<?> endpointFactory, io.undertow.util.PathTemplate pathTemplate, EncodingFactory encodingFactory)ConfiguredServerEndpoint(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration, io.undertow.servlet.api.InstanceFactory<?> endpointFactory, io.undertow.util.PathTemplate pathTemplate, EncodingFactory encodingFactory, AnnotatedEndpointFactory annotatedEndpointFactory, java.util.List<jakarta.websocket.Extension> installed) -
Uses of EncodingFactory in io.undertow.websockets.jsr.annotated
Methods in io.undertow.websockets.jsr.annotated with parameters of type EncodingFactory Modifier and Type Method Description static AnnotatedEndpointFactoryAnnotatedEndpointFactory. create(java.lang.Class<?> endpointClass, EncodingFactory encodingFactory, java.util.Set<java.lang.String> paths)
-