Package io.undertow.websockets
Class ConfiguredClientEndpoint
java.lang.Object
io.undertow.websockets.SessionContainer
io.undertow.websockets.ConfiguredClientEndpoint
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionConfiguredClientEndpoint(jakarta.websocket.ClientEndpointConfig config, AnnotatedEndpointFactory factory, EncodingFactory encodingFactory, ObjectFactory<?> objectFactory) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.websocket.ClientEndpointConfigMethods inherited from class io.undertow.websockets.SessionContainer
addOpenSession, awaitClose, getOpenSessions, notifyClosed, removeOpenSession
-
Constructor Details
-
ConfiguredClientEndpoint
public ConfiguredClientEndpoint(jakarta.websocket.ClientEndpointConfig config, AnnotatedEndpointFactory factory, EncodingFactory encodingFactory, ObjectFactory<?> objectFactory) -
ConfiguredClientEndpoint
public ConfiguredClientEndpoint()
-
-
Method Details
-
getConfig
public jakarta.websocket.ClientEndpointConfig getConfig() -
getFactory
-
getEncodingFactory
-
getInstanceFactory
-