Package | Description |
---|---|
io.undertow.websockets.jsr | |
io.undertow.websockets.jsr.annotated |
Modifier and Type | Field and Description |
---|---|
static EncodingFactory | EncodingFactory.DEFAULT An encoding factory that can deal with primitive types. |
Modifier and Type | Method and Description |
---|---|
static EncodingFactory | EncodingFactory.createFactory(ClassIntrospecter classIntrospecter, Class<? extends javax.websocket.Decoder>[] decoders, Class<? extends javax.websocket.Encoder>[] encoders) |
static EncodingFactory | EncodingFactory.createFactory(ClassIntrospecter classIntrospecter, List<Class<? extends javax.websocket.Decoder>> decoders, List<Class<? extends javax.websocket.Encoder>> encoders) |
EncodingFactory | ConfiguredServerEndpoint.getEncodingFactory() |
EncodingFactory | ConfiguredClientEndpoint.getEncodingFactory() |
Constructor and Description |
---|
ConfiguredClientEndpoint(javax.websocket.ClientEndpointConfig config, AnnotatedEndpointFactory factory, EncodingFactory encodingFactory, InstanceFactory<?> instanceFactory) |
ConfiguredServerEndpoint(javax.websocket.server.ServerEndpointConfig endpointConfiguration, InstanceFactory<?> endpointFactory, PathTemplate pathTemplate, EncodingFactory encodingFactory) |
ConfiguredServerEndpoint(javax.websocket.server.ServerEndpointConfig endpointConfiguration, InstanceFactory<?> endpointFactory, PathTemplate pathTemplate, EncodingFactory encodingFactory, AnnotatedEndpointFactory annotatedEndpointFactory, List<javax.websocket.Extension> installed) |
Modifier and Type | Method and Description |
---|---|
static AnnotatedEndpointFactory | AnnotatedEndpointFactory.create(Class<?> endpointClass, EncodingFactory encodingFactory, Set<String> paths) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.