Class GrizzlyContainerProvider
- java.lang.Object
-
- jakarta.websocket.ContainerProvider
-
- org.glassfish.tyrus.container.grizzly.client.GrizzlyContainerProvider
-
public class GrizzlyContainerProvider extends ContainerProvider
- Author:
- Pavel Bucek
-
-
Constructor Summary
Constructors Constructor Description GrizzlyContainerProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebSocketContainer
getContainer()
Create a new instance of the the WebSocket container implementation.-
Methods inherited from class jakarta.websocket.ContainerProvider
getWebSocketContainer
-
-
-
-
Method Detail
-
getContainer
protected WebSocketContainer 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
-
-