Uses of Class
io.undertow.websockets.EncodingFactory
Packages that use EncodingFactory
-
Uses of EncodingFactory in io.undertow.websockets
Fields in io.undertow.websockets declared as EncodingFactoryModifier and TypeFieldDescriptionstatic final EncodingFactoryEncodingFactory.DEFAULTAn encoding factory that can deal with primitive types.Methods in io.undertow.websockets that return EncodingFactoryModifier and TypeMethodDescriptionstatic EncodingFactoryEncodingFactory.createFactory(ObjectIntrospecter objectIntrospecter, Class<? extends jakarta.websocket.Decoder>[] decoders, Class<? extends jakarta.websocket.Encoder>[] encoders) static EncodingFactoryEncodingFactory.createFactory(ObjectIntrospecter objectIntrospecter, List<Class<? extends jakarta.websocket.Decoder>> decoders, List<Class<? extends jakarta.websocket.Encoder>> encoders) ConfiguredClientEndpoint.getEncodingFactory()ConfiguredServerEndpoint.getEncodingFactory()Constructors in io.undertow.websockets with parameters of type EncodingFactoryModifierConstructorDescriptionConfiguredClientEndpoint(jakarta.websocket.ClientEndpointConfig config, AnnotatedEndpointFactory factory, EncodingFactory encodingFactory, ObjectFactory<?> objectFactory) ConfiguredServerEndpoint(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration, ObjectFactory<?> endpointFactory, PathTemplate pathTemplate, EncodingFactory encodingFactory) ConfiguredServerEndpoint(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration, ObjectFactory<?> endpointFactory, PathTemplate pathTemplate, EncodingFactory encodingFactory, AnnotatedEndpointFactory annotatedEndpointFactory, List<jakarta.websocket.Extension> installed) -
Uses of EncodingFactory in io.undertow.websockets.annotated
Methods in io.undertow.websockets.annotated with parameters of type EncodingFactoryModifier and TypeMethodDescriptionstatic AnnotatedEndpointFactoryAnnotatedEndpointFactory.create(Class<?> endpointClass, EncodingFactory encodingFactory, Set<String> paths)