Class GrizzlyContainerProvider
java.lang.Object
jakarta.websocket.ContainerProvider
org.glassfish.tyrus.container.grizzly.client.GrizzlyContainerProvider
- Author:
- Pavel Bucek
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected WebSocketContainer
Create 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:ContainerProvider
Create a new instance of the the WebSocket container implementation.- Specified by:
getContainer
in classContainerProvider
- Returns:
- the new instance
-