Package io.undertow.websockets.jsr
Class ConfiguredClientEndpoint
java.lang.Object
io.undertow.websockets.jsr.SessionContainer
io.undertow.websockets.jsr.ConfiguredClientEndpoint
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionConfiguredClientEndpoint
(javax.websocket.ClientEndpointConfig config, AnnotatedEndpointFactory factory, EncodingFactory encodingFactory, io.undertow.servlet.api.InstanceFactory<?> instanceFactory) -
Method Summary
Modifier and TypeMethodDescriptionjavax.websocket.ClientEndpointConfig
io.undertow.servlet.api.InstanceFactory<?>
Methods inherited from class io.undertow.websockets.jsr.SessionContainer
addOpenSession, awaitClose, getOpenSessions, notifyClosed, removeOpenSession
-
Constructor Details
-
ConfiguredClientEndpoint
public ConfiguredClientEndpoint(javax.websocket.ClientEndpointConfig config, AnnotatedEndpointFactory factory, EncodingFactory encodingFactory, io.undertow.servlet.api.InstanceFactory<?> instanceFactory) -
ConfiguredClientEndpoint
public ConfiguredClientEndpoint()
-
-
Method Details
-
getConfig
public javax.websocket.ClientEndpointConfig getConfig() -
getFactory
-
getEncodingFactory
-
getInstanceFactory
public io.undertow.servlet.api.InstanceFactory<?> getInstanceFactory()
-