Uses of Class
io.undertow.websockets.jsr.EncodingFactory
Packages that use EncodingFactory
-
Uses of EncodingFactory in io.undertow.websockets.jsr
Fields in io.undertow.websockets.jsr declared as EncodingFactoryModifier and TypeFieldDescriptionstatic final EncodingFactory
EncodingFactory.DEFAULT
An encoding factory that can deal with primitive types.Methods in io.undertow.websockets.jsr that return EncodingFactoryModifier and TypeMethodDescriptionstatic EncodingFactory
EncodingFactory.createFactory
(io.undertow.servlet.api.ClassIntrospecter classIntrospecter, Class<? extends javax.websocket.Decoder>[] decoders, Class<? extends javax.websocket.Encoder>[] encoders) static EncodingFactory
EncodingFactory.createFactory
(io.undertow.servlet.api.ClassIntrospecter classIntrospecter, List<Class<? extends javax.websocket.Decoder>> decoders, List<Class<? extends javax.websocket.Encoder>> encoders) ConfiguredClientEndpoint.getEncodingFactory()
ConfiguredServerEndpoint.getEncodingFactory()
Constructors in io.undertow.websockets.jsr with parameters of type EncodingFactoryModifierConstructorDescriptionConfiguredClientEndpoint
(javax.websocket.ClientEndpointConfig config, AnnotatedEndpointFactory factory, EncodingFactory encodingFactory, io.undertow.servlet.api.InstanceFactory<?> instanceFactory) ConfiguredServerEndpoint
(javax.websocket.server.ServerEndpointConfig endpointConfiguration, io.undertow.servlet.api.InstanceFactory<?> endpointFactory, io.undertow.util.PathTemplate pathTemplate, EncodingFactory encodingFactory) ConfiguredServerEndpoint
(javax.websocket.server.ServerEndpointConfig endpointConfiguration, io.undertow.servlet.api.InstanceFactory<?> endpointFactory, io.undertow.util.PathTemplate pathTemplate, EncodingFactory encodingFactory, AnnotatedEndpointFactory annotatedEndpointFactory, List<javax.websocket.Extension> installed) -
Uses of EncodingFactory in io.undertow.websockets.jsr.annotated
Methods in io.undertow.websockets.jsr.annotated with parameters of type EncodingFactoryModifier and TypeMethodDescriptionstatic AnnotatedEndpointFactory
AnnotatedEndpointFactory.create
(Class<?> endpointClass, EncodingFactory encodingFactory, Set<String> paths)