Class GrizzlyContainerProvider
java.lang.Object
jakarta.websocket.ContainerProvider
org.glassfish.tyrus.container.grizzly.client.GrizzlyContainerProvider
- Author:
- Pavel Bucek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected WebSocketContainerCreate a new instance of the the WebSocket container implementation.Methods inherited from class jakarta.websocket.ContainerProvider
getWebSocketContainer
-
Constructor Details
-
GrizzlyContainerProvider
public GrizzlyContainerProvider()
-
-
Method Details
-
getContainer
Description copied from class:ContainerProviderCreate a new instance of the the WebSocket container implementation.- Specified by:
getContainerin classContainerProvider- Returns:
- the new instance
-