Package | Description |
---|---|
io.undertow.websockets.jsr | |
io.undertow.websockets.jsr.annotated |
Modifier and Type | Field | Description |
---|---|---|
static EncodingFactory |
EncodingFactory.DEFAULT |
An encoding factory that can deal with primitive types.
|
Modifier and Type | Method | Description |
---|---|---|
static EncodingFactory |
EncodingFactory.createFactory(io.undertow.servlet.api.ClassIntrospecter classIntrospecter,
java.lang.Class<? extends javax.websocket.Decoder>[] decoders,
java.lang.Class<? extends javax.websocket.Encoder>[] encoders) |
|
static EncodingFactory |
EncodingFactory.createFactory(io.undertow.servlet.api.ClassIntrospecter classIntrospecter,
java.util.List<java.lang.Class<? extends javax.websocket.Decoder>> decoders,
java.util.List<java.lang.Class<? extends javax.websocket.Encoder>> encoders) |
|
EncodingFactory |
ConfiguredClientEndpoint.getEncodingFactory() |
|
EncodingFactory |
ConfiguredServerEndpoint.getEncodingFactory() |
Constructor | Description |
---|---|
ConfiguredClientEndpoint(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,
java.util.List<javax.websocket.Extension> installed) |
Modifier and Type | Method | Description |
---|---|---|
static AnnotatedEndpointFactory |
AnnotatedEndpointFactory.create(java.lang.Class<?> endpointClass,
EncodingFactory encodingFactory,
java.util.Set<java.lang.String> paths) |
Copyright © 2018. All rights reserved.